Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
7822bfc
1
Parent(s):
74dba9a
update
Browse files- package-lock.json +4 -4
- package.json +2 -2
package-lock.json
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
"version": "1.0.0",
|
10 |
"license": "Apache License",
|
11 |
"dependencies": {
|
12 |
-
"@aitube/clap": "0.0.
|
13 |
"@aitube/encoders": "0.0.0",
|
14 |
"@aitube/io": "0.0.0",
|
15 |
"dotenv": "^16.3.1",
|
@@ -29,9 +29,9 @@
|
|
29 |
}
|
30 |
},
|
31 |
"node_modules/@aitube/clap": {
|
32 |
-
"version": "0.0.
|
33 |
-
"resolved": "https://registry.npmjs.org/@aitube/clap/-/clap-0.0.
|
34 |
-
"integrity": "sha512-
|
35 |
"dependencies": {
|
36 |
"pure-uuid": "^1.8.1",
|
37 |
"yaml": "^2.4.1"
|
|
|
9 |
"version": "1.0.0",
|
10 |
"license": "Apache License",
|
11 |
"dependencies": {
|
12 |
+
"@aitube/clap": "0.0.17",
|
13 |
"@aitube/encoders": "0.0.0",
|
14 |
"@aitube/io": "0.0.0",
|
15 |
"dotenv": "^16.3.1",
|
|
|
29 |
}
|
30 |
},
|
31 |
"node_modules/@aitube/clap": {
|
32 |
+
"version": "0.0.17",
|
33 |
+
"resolved": "https://registry.npmjs.org/@aitube/clap/-/clap-0.0.17.tgz",
|
34 |
+
"integrity": "sha512-g/jjePX2Hz9Eo4hk+rxd6FRwoy2Hx9sadGLgN9yWSm7dGHhr9B/DVv8eLjFabu7jgW0zvZZ1FHvlsNAby4Pr/Q==",
|
35 |
"dependencies": {
|
36 |
"pure-uuid": "^1.8.1",
|
37 |
"yaml": "^2.4.1"
|
package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"name": "ai-tube-clap-exporter",
|
3 |
-
"version": "1.0.
|
4 |
"description": "API service to convert a .clap (will all its assets) to a video file",
|
5 |
"main": "src/index.ts",
|
6 |
"scripts": {
|
@@ -13,7 +13,7 @@
|
|
13 |
"author": "Julian Bilcke <julian.bilcke@huggingface.co>",
|
14 |
"license": "Apache License",
|
15 |
"dependencies": {
|
16 |
-
"@aitube/clap": "0.0.
|
17 |
"@aitube/encoders": "0.0.0",
|
18 |
"@aitube/io": "0.0.0",
|
19 |
"dotenv": "^16.3.1",
|
|
|
1 |
{
|
2 |
"name": "ai-tube-clap-exporter",
|
3 |
+
"version": "1.0.1",
|
4 |
"description": "API service to convert a .clap (will all its assets) to a video file",
|
5 |
"main": "src/index.ts",
|
6 |
"scripts": {
|
|
|
13 |
"author": "Julian Bilcke <julian.bilcke@huggingface.co>",
|
14 |
"license": "Apache License",
|
15 |
"dependencies": {
|
16 |
+
"@aitube/clap": "0.0.17",
|
17 |
"@aitube/encoders": "0.0.0",
|
18 |
"@aitube/io": "0.0.0",
|
19 |
"dotenv": "^16.3.1",
|