@revideo/cli 0.10.0 → 0.10.1-alpha.1116
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 +5 -5
package/dist/index.js
CHANGED
|
@@ -9,7 +9,7 @@ const program = new commander_1.Command();
|
|
|
9
9
|
program
|
|
10
10
|
.name('revideo')
|
|
11
11
|
.description('CLI to interact with the revideo service')
|
|
12
|
-
.version('0.10.
|
|
12
|
+
.version('0.10.1');
|
|
13
13
|
program
|
|
14
14
|
.command('serve')
|
|
15
15
|
.description('Exposes a render endpoint to render videos from a project file. Automatically rebuilds the project when the project file changes. Use for local development.')
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@revideo/cli",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.1-alpha.1116+bf8dc820",
|
|
4
4
|
"description": "A CLI for revideo",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"author": "revideo",
|
|
@@ -25,14 +25,14 @@
|
|
|
25
25
|
"typescript": "^5.4.3"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@revideo/renderer": "0.10.
|
|
29
|
-
"@revideo/telemetry": "0.10.
|
|
30
|
-
"@revideo/vite-plugin": "0.10.
|
|
28
|
+
"@revideo/renderer": "^0.10.1-alpha.1116+bf8dc820",
|
|
29
|
+
"@revideo/telemetry": "^0.10.1-alpha.1116+bf8dc820",
|
|
30
|
+
"@revideo/vite-plugin": "^0.10.1-alpha.1116+bf8dc820",
|
|
31
31
|
"chokidar": "^3.5.3",
|
|
32
32
|
"commander": "^12.0.0",
|
|
33
33
|
"cors": "^2.8.5",
|
|
34
34
|
"express": "^4.19.2",
|
|
35
35
|
"uuid": "^9.0.1"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "bf8dc820fddb74de3f39f174d4b7a8e6e1bfa03c"
|
|
38
38
|
}
|