Spaces:
Running
Running
Commit
•
b165c8b
1
Parent(s):
3eeecf8
⬆️ Upgrade @huggingface/hub
Browse files- index.html +1 -1
- package-lock.json +7 -7
- package.json +1 -1
index.html
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
<script type="importmap">
|
10 |
{
|
11 |
"imports": {
|
12 |
-
"@huggingface/hub": "https://cdn.jsdelivr.net/npm/@huggingface/hub@0/+esm"
|
13 |
}
|
14 |
}
|
15 |
</script>
|
|
|
9 |
<script type="importmap">
|
10 |
{
|
11 |
"imports": {
|
12 |
+
"@huggingface/hub": "https://cdn.jsdelivr.net/npm/@huggingface/hub@0.3.3/+esm"
|
13 |
}
|
14 |
}
|
15 |
</script>
|
package-lock.json
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
"version": "1.0.0",
|
10 |
"license": "ISC",
|
11 |
"dependencies": {
|
12 |
-
"@huggingface/hub": "^0.3.
|
13 |
},
|
14 |
"devDependencies": {
|
15 |
"prettier": "^2.8.5",
|
@@ -18,9 +18,9 @@
|
|
18 |
}
|
19 |
},
|
20 |
"node_modules/@huggingface/hub": {
|
21 |
-
"version": "0.3.
|
22 |
-
"resolved": "https://registry.npmjs.org/@huggingface/hub/-/hub-0.3.
|
23 |
-
"integrity": "sha512-
|
24 |
"dependencies": {
|
25 |
"hash-wasm": "^4.9.0",
|
26 |
"type-fest": "^3.5.6"
|
@@ -859,9 +859,9 @@
|
|
859 |
},
|
860 |
"dependencies": {
|
861 |
"@huggingface/hub": {
|
862 |
-
"version": "0.3.
|
863 |
-
"resolved": "https://registry.npmjs.org/@huggingface/hub/-/hub-0.3.
|
864 |
-
"integrity": "sha512-
|
865 |
"requires": {
|
866 |
"hash-wasm": "^4.9.0",
|
867 |
"type-fest": "^3.5.6"
|
|
|
9 |
"version": "1.0.0",
|
10 |
"license": "ISC",
|
11 |
"dependencies": {
|
12 |
+
"@huggingface/hub": "^0.3.3"
|
13 |
},
|
14 |
"devDependencies": {
|
15 |
"prettier": "^2.8.5",
|
|
|
18 |
}
|
19 |
},
|
20 |
"node_modules/@huggingface/hub": {
|
21 |
+
"version": "0.3.3",
|
22 |
+
"resolved": "https://registry.npmjs.org/@huggingface/hub/-/hub-0.3.3.tgz",
|
23 |
+
"integrity": "sha512-Ia7mdijHgOQfHL5WiEKwW9oLlg8Ac1/hiAocgIaWagnZco28dDjBkKaqJkw007zIC0rXgE+JBlkyocFPrBHtiQ==",
|
24 |
"dependencies": {
|
25 |
"hash-wasm": "^4.9.0",
|
26 |
"type-fest": "^3.5.6"
|
|
|
859 |
},
|
860 |
"dependencies": {
|
861 |
"@huggingface/hub": {
|
862 |
+
"version": "0.3.3",
|
863 |
+
"resolved": "https://registry.npmjs.org/@huggingface/hub/-/hub-0.3.3.tgz",
|
864 |
+
"integrity": "sha512-Ia7mdijHgOQfHL5WiEKwW9oLlg8Ac1/hiAocgIaWagnZco28dDjBkKaqJkw007zIC0rXgE+JBlkyocFPrBHtiQ==",
|
865 |
"requires": {
|
866 |
"hash-wasm": "^4.9.0",
|
867 |
"type-fest": "^3.5.6"
|
package.json
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
"author": "",
|
10 |
"license": "ISC",
|
11 |
"dependencies": {
|
12 |
-
"@huggingface/hub": "^0.3.
|
13 |
},
|
14 |
"devDependencies": {
|
15 |
"prettier": "^2.8.5",
|
|
|
9 |
"author": "",
|
10 |
"license": "ISC",
|
11 |
"dependencies": {
|
12 |
+
"@huggingface/hub": "^0.3.3"
|
13 |
},
|
14 |
"devDependencies": {
|
15 |
"prettier": "^2.8.5",
|