Julian Bilcke
commited on
Commit
·
2e5dd3f
1
Parent(s):
a25b190
bump to @aitube /clap 0.0.7
Browse files- package-lock.json +10 -10
- package.json +1 -1
package-lock.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
| 9 |
"version": "1.0.0",
|
| 10 |
"license": "Apache License",
|
| 11 |
"dependencies": {
|
| 12 |
-
"@aitube/clap": "
|
| 13 |
"@types/express": "^4.17.17",
|
| 14 |
"@types/fluent-ffmpeg": "^2.1.24",
|
| 15 |
"@types/uuid": "^9.0.2",
|
|
@@ -36,9 +36,9 @@
|
|
| 36 |
}
|
| 37 |
},
|
| 38 |
"node_modules/@aitube/clap": {
|
| 39 |
-
"version": "0.0.
|
| 40 |
-
"resolved": "https://registry.npmjs.org/@aitube/clap/-/clap-0.0.
|
| 41 |
-
"integrity": "sha512-
|
| 42 |
"dependencies": {
|
| 43 |
"pure-uuid": "^1.8.1",
|
| 44 |
"yaml": "^2.4.1"
|
|
@@ -3305,9 +3305,9 @@
|
|
| 3305 |
}
|
| 3306 |
},
|
| 3307 |
"node_modules/type-fest": {
|
| 3308 |
-
"version": "4.
|
| 3309 |
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.
|
| 3310 |
-
"integrity": "sha512
|
| 3311 |
"engines": {
|
| 3312 |
"node": ">=16"
|
| 3313 |
},
|
|
@@ -3512,9 +3512,9 @@
|
|
| 3512 |
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
|
| 3513 |
},
|
| 3514 |
"node_modules/yaml": {
|
| 3515 |
-
"version": "2.4.
|
| 3516 |
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.
|
| 3517 |
-
"integrity": "sha512-
|
| 3518 |
"bin": {
|
| 3519 |
"yaml": "bin.mjs"
|
| 3520 |
},
|
|
|
|
| 9 |
"version": "1.0.0",
|
| 10 |
"license": "Apache License",
|
| 11 |
"dependencies": {
|
| 12 |
+
"@aitube/clap": "0.0.7",
|
| 13 |
"@types/express": "^4.17.17",
|
| 14 |
"@types/fluent-ffmpeg": "^2.1.24",
|
| 15 |
"@types/uuid": "^9.0.2",
|
|
|
|
| 36 |
}
|
| 37 |
},
|
| 38 |
"node_modules/@aitube/clap": {
|
| 39 |
+
"version": "0.0.7",
|
| 40 |
+
"resolved": "https://registry.npmjs.org/@aitube/clap/-/clap-0.0.7.tgz",
|
| 41 |
+
"integrity": "sha512-0muPu4G1sRsNqSVZ/ICBCc4QibZ9OT33ORbahPP1+h3GYcD/7K+ZLYJjdbQwJWVEcpKDosDVaQKeNYdab0S0LA==",
|
| 42 |
"dependencies": {
|
| 43 |
"pure-uuid": "^1.8.1",
|
| 44 |
"yaml": "^2.4.1"
|
|
|
|
| 3305 |
}
|
| 3306 |
},
|
| 3307 |
"node_modules/type-fest": {
|
| 3308 |
+
"version": "4.18.0",
|
| 3309 |
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.18.0.tgz",
|
| 3310 |
+
"integrity": "sha512-+dbmiyliDY/2TTcjCS7NpI9yV2iEFlUDk5TKnsbkN7ZoRu5s7bT+zvYtNFhFXC2oLwURGT2frACAZvbbyNBI+w==",
|
| 3311 |
"engines": {
|
| 3312 |
"node": ">=16"
|
| 3313 |
},
|
|
|
|
| 3512 |
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
|
| 3513 |
},
|
| 3514 |
"node_modules/yaml": {
|
| 3515 |
+
"version": "2.4.2",
|
| 3516 |
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.2.tgz",
|
| 3517 |
+
"integrity": "sha512-B3VqDZ+JAg1nZpaEmWtTXUlBneoGx6CPM9b0TENK6aoSu5t73dItudwdgmi6tHlIZZId4dZ9skcAQ2UbcyAeVA==",
|
| 3518 |
"bin": {
|
| 3519 |
"yaml": "bin.mjs"
|
| 3520 |
},
|
package.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
| 14 |
"author": "Julian Bilcke <[email protected]>",
|
| 15 |
"license": "Apache License",
|
| 16 |
"dependencies": {
|
| 17 |
-
"@aitube/clap": "
|
| 18 |
"@types/express": "^4.17.17",
|
| 19 |
"@types/fluent-ffmpeg": "^2.1.24",
|
| 20 |
"@types/uuid": "^9.0.2",
|
|
|
|
| 14 |
"author": "Julian Bilcke <[email protected]>",
|
| 15 |
"license": "Apache License",
|
| 16 |
"dependencies": {
|
| 17 |
+
"@aitube/clap": "0.0.7",
|
| 18 |
"@types/express": "^4.17.17",
|
| 19 |
"@types/fluent-ffmpeg": "^2.1.24",
|
| 20 |
"@types/uuid": "^9.0.2",
|