jbilcke-hf HF staff commited on
Commit
5e3e0ca
·
1 Parent(s): 7fca805

bump @atube/clap

Browse files
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.3",
10
  "license": "Apache License",
11
  "dependencies": {
12
- "@aitube/clap": "0.0.20",
13
  "@aitube/encoders": "0.0.0",
14
  "@aitube/io": "0.0.0",
15
  "dotenv": "^16.4.5",
@@ -29,9 +29,9 @@
29
  }
30
  },
31
  "node_modules/@aitube/clap": {
32
- "version": "0.0.20",
33
- "resolved": "https://registry.npmjs.org/@aitube/clap/-/clap-0.0.20.tgz",
34
- "integrity": "sha512-QOEl3GTHRpaBtKGYoH+iabY9TfLYogOoIfc/YuwC01paO/woMASccjDloPGiPe9C0/P88AqB6s7bN3Dkz1v0TQ==",
35
  "dependencies": {
36
  "pure-uuid": "^1.8.1",
37
  "yaml": "^2.4.2"
 
9
  "version": "1.0.3",
10
  "license": "Apache License",
11
  "dependencies": {
12
+ "@aitube/clap": "0.0.22",
13
  "@aitube/encoders": "0.0.0",
14
  "@aitube/io": "0.0.0",
15
  "dotenv": "^16.4.5",
 
29
  }
30
  },
31
  "node_modules/@aitube/clap": {
32
+ "version": "0.0.22",
33
+ "resolved": "https://registry.npmjs.org/@aitube/clap/-/clap-0.0.22.tgz",
34
+ "integrity": "sha512-oN+tfoy0fp95AiwNMVy6pbhkK9k/h/gZ3FTZPpF06bVLig4rZ/Bthyot+wy4E/hr9ERLeyGpfZVW8blRqHCAaw==",
35
  "dependencies": {
36
  "pure-uuid": "^1.8.1",
37
  "yaml": "^2.4.2"
package.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "ai-tube-clap-exporter",
3
- "version": "1.0.3",
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.20",
17
  "@aitube/encoders": "0.0.0",
18
  "@aitube/io": "0.0.0",
19
  "dotenv": "^16.4.5",
 
1
  {
2
  "name": "ai-tube-clap-exporter",
3
+ "version": "1.0.4",
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.22",
17
  "@aitube/encoders": "0.0.0",
18
  "@aitube/io": "0.0.0",
19
  "dotenv": "^16.4.5",