@revideo/cli 0.10.5-alpha.1138 → 0.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +6 -5
package/dist/index.js
CHANGED
|
@@ -6,7 +6,7 @@ const commander_1 = require("commander");
|
|
|
6
6
|
const editor_1 = require("./editor");
|
|
7
7
|
const index_1 = require("./server/index");
|
|
8
8
|
const program = new commander_1.Command();
|
|
9
|
-
const VERSION = '0.
|
|
9
|
+
const VERSION = '0.11.0';
|
|
10
10
|
program
|
|
11
11
|
.name('revideo')
|
|
12
12
|
.description('CLI to interact with the revideo service')
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@revideo/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.11.0",
|
|
4
4
|
"description": "A CLI for revideo",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"author": "revideo",
|
|
@@ -30,13 +30,14 @@
|
|
|
30
30
|
"typescript": "^6.0.3"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@revideo/renderer": "
|
|
34
|
-
"@revideo/telemetry": "
|
|
35
|
-
"@revideo/vite-plugin": "
|
|
33
|
+
"@revideo/renderer": "0.11.0",
|
|
34
|
+
"@revideo/telemetry": "0.11.0",
|
|
35
|
+
"@revideo/vite-plugin": "0.11.0",
|
|
36
|
+
"axios": "^1.16.0",
|
|
36
37
|
"commander": "^15.0.0",
|
|
37
38
|
"cors": "^2.8.5",
|
|
38
39
|
"express": "^5.2.1",
|
|
39
40
|
"uuid": "^14.0.1"
|
|
40
41
|
},
|
|
41
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "73479d620d151792edfee45cca32395fd1b60b94"
|
|
42
43
|
}
|