@revideo/cli 0.10.1 → 0.10.2

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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.1');
12
+ .version('0.10.2');
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.1",
3
+ "version": "0.10.2",
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.1",
29
- "@revideo/telemetry": "0.10.1",
30
- "@revideo/vite-plugin": "0.10.1",
28
+ "@revideo/renderer": "0.10.2",
29
+ "@revideo/telemetry": "0.10.2",
30
+ "@revideo/vite-plugin": "0.10.2",
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": "f7082a9efe18e2c2bfd726fa77df7e3be1af1080"
37
+ "gitHead": "207841b903407eb1d117f684a264738c286e35ba"
38
38
  }