jbilcke-hf HF staff commited on
Commit
7a3197b
1 Parent(s): 96df329

bump dependencies

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. package-lock.json +16 -23
  3. package.json +11 -12
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: AI Tube Clap Exporter
3
  emoji: 🍿🤖
4
  colorFrom: red
5
  colorTo: blue
 
1
  ---
2
+ title: AI Tube Clap Exporter API
3
  emoji: 🍿🤖
4
  colorFrom: red
5
  colorTo: blue
package-lock.json CHANGED
@@ -1,41 +1,40 @@
1
  {
2
  "name": "ai-tube-clap-exporter",
3
- "version": "1.0.2",
4
  "lockfileVersion": 3,
5
  "requires": true,
6
  "packages": {
7
  "": {
8
  "name": "ai-tube-clap-exporter",
9
- "version": "1.0.2",
10
  "license": "Apache License",
11
  "dependencies": {
12
- "@aitube/clap": "0.0.18",
13
  "@aitube/encoders": "0.0.0",
14
  "@aitube/io": "0.0.0",
15
- "dotenv": "^16.3.1",
16
- "express": "^4.18.2",
17
- "fluent-ffmpeg": "^2.1.2",
18
  "pm2": "^5.3.1",
19
- "puppeteer": "^22.7.1",
20
  "query-string": "^9.0.0",
21
- "sharp": "^0.33.3",
22
- "ts-node": "^10.9.1"
23
  },
24
  "devDependencies": {
25
- "@types/express": "^4.17.17",
26
  "@types/fluent-ffmpeg": "^2.1.24",
27
- "@types/node": "^20.12.7",
28
- "@types/uuid": "^9.0.2",
29
- "tsx": "^4.7.0"
30
  }
31
  },
32
  "node_modules/@aitube/clap": {
33
- "version": "0.0.18",
34
- "resolved": "https://registry.npmjs.org/@aitube/clap/-/clap-0.0.18.tgz",
35
- "integrity": "sha512-qq/pZ+R0K98+nrCCU3B7RFhyKcp9fT9UJC2HjV91jgyH0Eb8KVULbV4G7x3SrmCfqrnbiMzAWI8JoR0Xuczitw==",
36
  "dependencies": {
37
  "pure-uuid": "^1.8.1",
38
- "yaml": "^2.4.1"
39
  },
40
  "peerDependencies": {
41
  "typescript": "^5.4.5"
@@ -1528,12 +1527,6 @@
1528
  "@types/send": "*"
1529
  }
1530
  },
1531
- "node_modules/@types/uuid": {
1532
- "version": "9.0.8",
1533
- "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.8.tgz",
1534
- "integrity": "sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==",
1535
- "dev": true
1536
- },
1537
  "node_modules/@types/yauzl": {
1538
  "version": "2.10.3",
1539
  "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.3.tgz",
 
1
  {
2
  "name": "ai-tube-clap-exporter",
3
+ "version": "1.0.3",
4
  "lockfileVersion": 3,
5
  "requires": true,
6
  "packages": {
7
  "": {
8
  "name": "ai-tube-clap-exporter",
9
+ "version": "1.0.3",
10
  "license": "Apache License",
11
  "dependencies": {
12
+ "@aitube/clap": "0.0.19",
13
  "@aitube/encoders": "0.0.0",
14
  "@aitube/io": "0.0.0",
15
+ "dotenv": "^16.4.5",
16
+ "express": "^4.19.2",
17
+ "fluent-ffmpeg": "^2.1.3",
18
  "pm2": "^5.3.1",
19
+ "puppeteer": "^22.9.0",
20
  "query-string": "^9.0.0",
21
+ "sharp": "^0.33.4",
22
+ "ts-node": "^10.9.2"
23
  },
24
  "devDependencies": {
25
+ "@types/express": "^4.17.21",
26
  "@types/fluent-ffmpeg": "^2.1.24",
27
+ "@types/node": "^20.12.12",
28
+ "tsx": "^4.10.5"
 
29
  }
30
  },
31
  "node_modules/@aitube/clap": {
32
+ "version": "0.0.19",
33
+ "resolved": "https://registry.npmjs.org/@aitube/clap/-/clap-0.0.19.tgz",
34
+ "integrity": "sha512-2Xe9EDY06a09Pp5/pjbm8IQnFCBD/y48WzQqKo6b/1i7lBxzxJ9g5J8b0TM3Jd3JdEApvJ+62tnT7rFrGGLMRQ==",
35
  "dependencies": {
36
  "pure-uuid": "^1.8.1",
37
+ "yaml": "^2.4.2"
38
  },
39
  "peerDependencies": {
40
  "typescript": "^5.4.5"
 
1527
  "@types/send": "*"
1528
  }
1529
  },
 
 
 
 
 
 
1530
  "node_modules/@types/yauzl": {
1531
  "version": "2.10.3",
1532
  "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.3.tgz",
package.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "ai-tube-clap-exporter",
3
- "version": "1.0.2",
4
  "description": "API service to convert a .clap (will all its assets) to a video file",
5
  "main": "src/index.ts",
6
  "scripts": {
@@ -13,23 +13,22 @@
13
  "author": "Julian Bilcke <[email protected]>",
14
  "license": "Apache License",
15
  "dependencies": {
16
- "@aitube/clap": "0.0.18",
17
  "@aitube/encoders": "0.0.0",
18
  "@aitube/io": "0.0.0",
19
- "dotenv": "^16.3.1",
20
- "express": "^4.18.2",
21
- "fluent-ffmpeg": "^2.1.2",
22
  "pm2": "^5.3.1",
23
- "puppeteer": "^22.7.1",
24
  "query-string": "^9.0.0",
25
- "sharp": "^0.33.3",
26
- "ts-node": "^10.9.1"
27
  },
28
  "devDependencies": {
29
- "@types/express": "^4.17.17",
30
  "@types/fluent-ffmpeg": "^2.1.24",
31
- "@types/node": "^20.12.7",
32
- "@types/uuid": "^9.0.2",
33
- "tsx": "^4.7.0"
34
  }
35
  }
 
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
  "author": "Julian Bilcke <[email protected]>",
14
  "license": "Apache License",
15
  "dependencies": {
16
+ "@aitube/clap": "0.0.19",
17
  "@aitube/encoders": "0.0.0",
18
  "@aitube/io": "0.0.0",
19
+ "dotenv": "^16.4.5",
20
+ "express": "^4.19.2",
21
+ "fluent-ffmpeg": "^2.1.3",
22
  "pm2": "^5.3.1",
23
+ "puppeteer": "^22.9.0",
24
  "query-string": "^9.0.0",
25
+ "sharp": "^0.33.4",
26
+ "ts-node": "^10.9.2"
27
  },
28
  "devDependencies": {
29
+ "@types/express": "^4.17.21",
30
  "@types/fluent-ffmpeg": "^2.1.24",
31
+ "@types/node": "^20.12.12",
32
+ "tsx": "^4.10.5"
 
33
  }
34
  }