jbilcke-hf HF staff commited on
Commit
7822bfc
·
1 Parent(s): 74dba9a
Files changed (2) hide show
  1. package-lock.json +4 -4
  2. 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.16",
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.16",
33
- "resolved": "https://registry.npmjs.org/@aitube/clap/-/clap-0.0.16.tgz",
34
- "integrity": "sha512-EcBu4gbc8Kx58rkMmLjh0uyCWVR4cSgWqALlQ50C1GbHRg/r81gDET6faWeos14ZGrtg4B0CJv8WUTIDE54pjg==",
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.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.16",
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",