Julian Bilcke
commited on
Commit
·
b194c9d
1
Parent(s):
57abe51
upgrade @aitube /clap
Browse files- package-lock.json +27 -24
- package.json +2 -2
package-lock.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
| 1 |
{
|
| 2 |
"name": "@jbilcke/comic-factory",
|
| 3 |
-
"version": "1.2.
|
| 4 |
"lockfileVersion": 3,
|
| 5 |
"requires": true,
|
| 6 |
"packages": {
|
| 7 |
"": {
|
| 8 |
"name": "@jbilcke/comic-factory",
|
| 9 |
-
"version": "1.2.
|
| 10 |
"dependencies": {
|
| 11 |
-
"@aitube/clap": "0.0.
|
| 12 |
"@anthropic-ai/sdk": "^0.19.1",
|
| 13 |
"@huggingface/hub": "^0.15.1",
|
| 14 |
"@huggingface/inference": "^2.6.1",
|
|
@@ -83,9 +83,9 @@
|
|
| 83 |
}
|
| 84 |
},
|
| 85 |
"node_modules/@aitube/clap": {
|
| 86 |
-
"version": "0.0.
|
| 87 |
-
"resolved": "https://registry.npmjs.org/@aitube/clap/-/clap-0.0.
|
| 88 |
-
"integrity": "sha512-
|
| 89 |
"dependencies": {
|
| 90 |
"pure-uuid": "^1.8.1"
|
| 91 |
},
|
|
@@ -2378,9 +2378,9 @@
|
|
| 2378 |
}
|
| 2379 |
},
|
| 2380 |
"node_modules/acorn": {
|
| 2381 |
-
"version": "8.
|
| 2382 |
-
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.
|
| 2383 |
-
"integrity": "sha512-
|
| 2384 |
"bin": {
|
| 2385 |
"acorn": "bin/acorn"
|
| 2386 |
},
|
|
@@ -2397,9 +2397,12 @@
|
|
| 2397 |
}
|
| 2398 |
},
|
| 2399 |
"node_modules/acorn-walk": {
|
| 2400 |
-
"version": "8.3.
|
| 2401 |
-
"resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.
|
| 2402 |
-
"integrity": "sha512-
|
|
|
|
|
|
|
|
|
|
| 2403 |
"engines": {
|
| 2404 |
"node": ">=0.4.0"
|
| 2405 |
}
|
|
@@ -2905,9 +2908,9 @@
|
|
| 2905 |
}
|
| 2906 |
},
|
| 2907 |
"node_modules/caniuse-lite": {
|
| 2908 |
-
"version": "1.0.
|
| 2909 |
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
| 2910 |
-
"integrity": "sha512-
|
| 2911 |
"funding": [
|
| 2912 |
{
|
| 2913 |
"type": "opencollective",
|
|
@@ -3668,9 +3671,9 @@
|
|
| 3668 |
"integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA=="
|
| 3669 |
},
|
| 3670 |
"node_modules/electron-to-chromium": {
|
| 3671 |
-
"version": "1.4.
|
| 3672 |
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.
|
| 3673 |
-
"integrity": "sha512-
|
| 3674 |
},
|
| 3675 |
"node_modules/emoji-regex": {
|
| 3676 |
"version": "9.2.2",
|
|
@@ -4416,9 +4419,9 @@
|
|
| 4416 |
}
|
| 4417 |
},
|
| 4418 |
"node_modules/foreground-child": {
|
| 4419 |
-
"version": "3.
|
| 4420 |
-
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.
|
| 4421 |
-
"integrity": "sha512-
|
| 4422 |
"dependencies": {
|
| 4423 |
"cross-spawn": "^7.0.0",
|
| 4424 |
"signal-exit": "^4.0.1"
|
|
@@ -8295,9 +8298,9 @@
|
|
| 8295 |
}
|
| 8296 |
},
|
| 8297 |
"node_modules/openai": {
|
| 8298 |
-
"version": "4.
|
| 8299 |
-
"resolved": "https://registry.npmjs.org/openai/-/openai-4.
|
| 8300 |
-
"integrity": "sha512-
|
| 8301 |
"dependencies": {
|
| 8302 |
"@types/node": "^18.11.18",
|
| 8303 |
"@types/node-fetch": "^2.6.4",
|
|
|
|
| 1 |
{
|
| 2 |
"name": "@jbilcke/comic-factory",
|
| 3 |
+
"version": "1.2.1",
|
| 4 |
"lockfileVersion": 3,
|
| 5 |
"requires": true,
|
| 6 |
"packages": {
|
| 7 |
"": {
|
| 8 |
"name": "@jbilcke/comic-factory",
|
| 9 |
+
"version": "1.2.1",
|
| 10 |
"dependencies": {
|
| 11 |
+
"@aitube/clap": "0.0.27",
|
| 12 |
"@anthropic-ai/sdk": "^0.19.1",
|
| 13 |
"@huggingface/hub": "^0.15.1",
|
| 14 |
"@huggingface/inference": "^2.6.1",
|
|
|
|
| 83 |
}
|
| 84 |
},
|
| 85 |
"node_modules/@aitube/clap": {
|
| 86 |
+
"version": "0.0.27",
|
| 87 |
+
"resolved": "https://registry.npmjs.org/@aitube/clap/-/clap-0.0.27.tgz",
|
| 88 |
+
"integrity": "sha512-3mPciwLyw4FkMI1c2EnumldlCfbVucOTTUZvqcyZVrNUfHIvjy9MJwpg55rCrER3rdfJpduHkK1muk5orA2c0Q==",
|
| 89 |
"dependencies": {
|
| 90 |
"pure-uuid": "^1.8.1"
|
| 91 |
},
|
|
|
|
| 2378 |
}
|
| 2379 |
},
|
| 2380 |
"node_modules/acorn": {
|
| 2381 |
+
"version": "8.12.0",
|
| 2382 |
+
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.0.tgz",
|
| 2383 |
+
"integrity": "sha512-RTvkC4w+KNXrM39/lWCUaG0IbRkWdCv7W/IOW9oU6SawyxulvkQy5HQPVTKxEjczcUvapcrw3cFx/60VN/NRNw==",
|
| 2384 |
"bin": {
|
| 2385 |
"acorn": "bin/acorn"
|
| 2386 |
},
|
|
|
|
| 2397 |
}
|
| 2398 |
},
|
| 2399 |
"node_modules/acorn-walk": {
|
| 2400 |
+
"version": "8.3.3",
|
| 2401 |
+
"resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.3.tgz",
|
| 2402 |
+
"integrity": "sha512-MxXdReSRhGO7VlFe1bRG/oI7/mdLV9B9JJT0N8vZOhF7gFRR5l3M8W9G8JxmKV+JC5mGqJ0QvqfSOLsCPa4nUw==",
|
| 2403 |
+
"dependencies": {
|
| 2404 |
+
"acorn": "^8.11.0"
|
| 2405 |
+
},
|
| 2406 |
"engines": {
|
| 2407 |
"node": ">=0.4.0"
|
| 2408 |
}
|
|
|
|
| 2908 |
}
|
| 2909 |
},
|
| 2910 |
"node_modules/caniuse-lite": {
|
| 2911 |
+
"version": "1.0.30001634",
|
| 2912 |
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001634.tgz",
|
| 2913 |
+
"integrity": "sha512-fbBYXQ9q3+yp1q1gBk86tOFs4pyn/yxFm5ZNP18OXJDfA3txImOY9PhfxVggZ4vRHDqoU8NrKU81eN0OtzOgRA==",
|
| 2914 |
"funding": [
|
| 2915 |
{
|
| 2916 |
"type": "opencollective",
|
|
|
|
| 3671 |
"integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA=="
|
| 3672 |
},
|
| 3673 |
"node_modules/electron-to-chromium": {
|
| 3674 |
+
"version": "1.4.803",
|
| 3675 |
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.803.tgz",
|
| 3676 |
+
"integrity": "sha512-61H9mLzGOCLLVsnLiRzCbc63uldP0AniRYPV3hbGVtONA1pI7qSGILdbofR7A8TMbOypDocEAjH/e+9k1QIe3g=="
|
| 3677 |
},
|
| 3678 |
"node_modules/emoji-regex": {
|
| 3679 |
"version": "9.2.2",
|
|
|
|
| 4419 |
}
|
| 4420 |
},
|
| 4421 |
"node_modules/foreground-child": {
|
| 4422 |
+
"version": "3.2.1",
|
| 4423 |
+
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.2.1.tgz",
|
| 4424 |
+
"integrity": "sha512-PXUUyLqrR2XCWICfv6ukppP96sdFwWbNEnfEMt7jNsISjMsvaLNinAHNDYyvkyU+SZG2BTSbT5NjG+vZslfGTA==",
|
| 4425 |
"dependencies": {
|
| 4426 |
"cross-spawn": "^7.0.0",
|
| 4427 |
"signal-exit": "^4.0.1"
|
|
|
|
| 8298 |
}
|
| 8299 |
},
|
| 8300 |
"node_modules/openai": {
|
| 8301 |
+
"version": "4.51.0",
|
| 8302 |
+
"resolved": "https://registry.npmjs.org/openai/-/openai-4.51.0.tgz",
|
| 8303 |
+
"integrity": "sha512-UKuWc3/qQyklqhHM8CbdXCv0Z0obap6T0ECdcO5oATQxAbKE5Ky3YCXFQY207z+eGG6ez4U9wvAcuMygxhmStg==",
|
| 8304 |
"dependencies": {
|
| 8305 |
"@types/node": "^18.11.18",
|
| 8306 |
"@types/node-fetch": "^2.6.4",
|
package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"name": "@jbilcke/comic-factory",
|
| 3 |
-
"version": "1.2.
|
| 4 |
"private": true,
|
| 5 |
"scripts": {
|
| 6 |
"dev": "next dev",
|
|
@@ -9,7 +9,7 @@
|
|
| 9 |
"lint": "next lint"
|
| 10 |
},
|
| 11 |
"dependencies": {
|
| 12 |
-
"@aitube/clap": "0.0.
|
| 13 |
"@anthropic-ai/sdk": "^0.19.1",
|
| 14 |
"@huggingface/hub": "^0.15.1",
|
| 15 |
"@huggingface/inference": "^2.6.1",
|
|
|
|
| 1 |
{
|
| 2 |
"name": "@jbilcke/comic-factory",
|
| 3 |
+
"version": "1.2.1",
|
| 4 |
"private": true,
|
| 5 |
"scripts": {
|
| 6 |
"dev": "next dev",
|
|
|
|
| 9 |
"lint": "next lint"
|
| 10 |
},
|
| 11 |
"dependencies": {
|
| 12 |
+
"@aitube/clap": "0.0.27",
|
| 13 |
"@anthropic-ai/sdk": "^0.19.1",
|
| 14 |
"@huggingface/hub": "^0.15.1",
|
| 15 |
"@huggingface/inference": "^2.6.1",
|