jbilcke-hf HF staff commited on
Commit
a04d3a3
1 Parent(s): d18b3a1
Files changed (2) hide show
  1. package-lock.json +18 -17
  2. package.json +4 -4
package-lock.json CHANGED
@@ -9,9 +9,9 @@
9
  "version": "0.0.6",
10
  "license": "Apache License",
11
  "dependencies": {
12
- "@aitube/broadway": "0.0.10",
13
- "@aitube/clap": "0.0.22",
14
- "@aitube/colors": "0.0.1",
15
  "@aitube/io": "0.0.1",
16
  "body-parser": "^1.20.2",
17
  "dotenv": "^16.4.5",
@@ -27,35 +27,35 @@
27
  }
28
  },
29
  "node_modules/@aitube/broadway": {
30
- "version": "0.0.10",
31
- "resolved": "https://registry.npmjs.org/@aitube/broadway/-/broadway-0.0.10.tgz",
32
- "integrity": "sha512-gsivvm4vWXtmkbyKo0ummey6Bq44ry/Oliydz/eBwQj6wUmPBM4nApnW/CueKRXLjz16spX+F262+I/s286wAg==",
33
  "dependencies": {
34
  "@datagica/parse-entities": "^0.3.0",
35
  "@datagica/parse-names": "^0.0.8"
36
  },
37
  "peerDependencies": {
38
- "@aitube/clap": "0.0.22"
 
39
  }
40
  },
41
  "node_modules/@aitube/clap": {
42
- "version": "0.0.22",
43
- "resolved": "https://registry.npmjs.org/@aitube/clap/-/clap-0.0.22.tgz",
44
- "integrity": "sha512-oN+tfoy0fp95AiwNMVy6pbhkK9k/h/gZ3FTZPpF06bVLig4rZ/Bthyot+wy4E/hr9ERLeyGpfZVW8blRqHCAaw==",
45
  "dependencies": {
46
- "pure-uuid": "^1.8.1",
47
- "yaml": "^2.4.2"
48
  },
49
  "peerDependencies": {
50
- "typescript": "^5.4.5"
51
  }
52
  },
53
  "node_modules/@aitube/colors": {
54
- "version": "0.0.1",
55
- "resolved": "https://registry.npmjs.org/@aitube/colors/-/colors-0.0.1.tgz",
56
- "integrity": "sha512-GcC4mniWLPQmv1RkIwCiB/eFzvEmZ/pxgJCTutMe/1dQYEUrY66Jq7oEDnvxWaVMu1i0nj/N+FnEdYM0TOwzsQ==",
57
  "peerDependencies": {
58
- "@aitube/clap": "0.0.22"
59
  }
60
  },
61
  "node_modules/@aitube/io": {
@@ -3769,6 +3769,7 @@
3769
  "version": "2.4.2",
3770
  "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.2.tgz",
3771
  "integrity": "sha512-B3VqDZ+JAg1nZpaEmWtTXUlBneoGx6CPM9b0TENK6aoSu5t73dItudwdgmi6tHlIZZId4dZ9skcAQ2UbcyAeVA==",
 
3772
  "bin": {
3773
  "yaml": "bin.mjs"
3774
  },
 
9
  "version": "0.0.6",
10
  "license": "Apache License",
11
  "dependencies": {
12
+ "@aitube/broadway": "0.0.11",
13
+ "@aitube/clap": "0.0.23",
14
+ "@aitube/colors": "0.0.3",
15
  "@aitube/io": "0.0.1",
16
  "body-parser": "^1.20.2",
17
  "dotenv": "^16.4.5",
 
27
  }
28
  },
29
  "node_modules/@aitube/broadway": {
30
+ "version": "0.0.11",
31
+ "resolved": "https://registry.npmjs.org/@aitube/broadway/-/broadway-0.0.11.tgz",
32
+ "integrity": "sha512-F4CgMuw87QVveAP8k8hPdNAxDJnZjnZjlEM9H43OADrhDJCmEodSPHzy/KiHnRE/OKO5oLAxqa9HpC5diIF+9Q==",
33
  "dependencies": {
34
  "@datagica/parse-entities": "^0.3.0",
35
  "@datagica/parse-names": "^0.0.8"
36
  },
37
  "peerDependencies": {
38
+ "@aitube/clap": "0.0.23",
39
+ "@aitube/colors": "0.0.3"
40
  }
41
  },
42
  "node_modules/@aitube/clap": {
43
+ "version": "0.0.23",
44
+ "resolved": "https://registry.npmjs.org/@aitube/clap/-/clap-0.0.23.tgz",
45
+ "integrity": "sha512-+XOsWUgEax8yhmCBuWDFETh6mJTT5gYBNf8rChP55qX6le8bFxSBOdLirEdQ+SLnOLwRNthgCF4tWcT3GOLMVw==",
46
  "dependencies": {
47
+ "pure-uuid": "^1.8.1"
 
48
  },
49
  "peerDependencies": {
50
+ "yaml": "^2.4.2"
51
  }
52
  },
53
  "node_modules/@aitube/colors": {
54
+ "version": "0.0.3",
55
+ "resolved": "https://registry.npmjs.org/@aitube/colors/-/colors-0.0.3.tgz",
56
+ "integrity": "sha512-3bmU8azaCV5pzFUWiDdJ2SLnfawogKWCCNr826KAS0LuyNHHaj+biL9dZ44vQWyTMqBSt2qKMu0yQ9CgpCoZcA==",
57
  "peerDependencies": {
58
+ "@aitube/clap": "0.0.23"
59
  }
60
  },
61
  "node_modules/@aitube/io": {
 
3769
  "version": "2.4.2",
3770
  "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.2.tgz",
3771
  "integrity": "sha512-B3VqDZ+JAg1nZpaEmWtTXUlBneoGx6CPM9b0TENK6aoSu5t73dItudwdgmi6tHlIZZId4dZ9skcAQ2UbcyAeVA==",
3772
+ "peer": true,
3773
  "bin": {
3774
  "yaml": "bin.mjs"
3775
  },
package.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "broadway-api",
3
- "version": "0.0.6",
4
  "description": "API service to convert a script to a clap",
5
  "main": "src/index.ts",
6
  "scripts": {
@@ -13,9 +13,9 @@
13
  "author": "Julian Bilcke <julian.bilcke@huggingface.co>",
14
  "license": "Apache License",
15
  "dependencies": {
16
- "@aitube/broadway": "0.0.10",
17
- "@aitube/clap": "0.0.22",
18
- "@aitube/colors": "0.0.1",
19
  "@aitube/io": "0.0.1",
20
  "body-parser": "^1.20.2",
21
  "dotenv": "^16.4.5",
 
1
  {
2
  "name": "broadway-api",
3
+ "version": "0.0.7",
4
  "description": "API service to convert a script to a clap",
5
  "main": "src/index.ts",
6
  "scripts": {
 
13
  "author": "Julian Bilcke <julian.bilcke@huggingface.co>",
14
  "license": "Apache License",
15
  "dependencies": {
16
+ "@aitube/broadway": "0.0.11",
17
+ "@aitube/clap": "0.0.23",
18
+ "@aitube/colors": "0.0.3",
19
  "@aitube/io": "0.0.1",
20
  "body-parser": "^1.20.2",
21
  "dotenv": "^16.4.5",