@remotion/cli 4.0.115 → 4.0.117
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/benchmark.js +24 -17
- package/dist/bundle.js +11 -13
- package/dist/cleanup-before-quit.js +1 -1
- package/dist/cloudrun-command.js +5 -5
- package/dist/code-frame.d.ts +2 -2
- package/dist/code-frame.js +17 -17
- package/dist/composition-prompts.d.ts +2 -1
- package/dist/composition-prompts.js +4 -4
- package/dist/compositions.js +11 -11
- package/dist/config/chromium-flags.d.ts +0 -2
- package/dist/config/chromium-flags.js +1 -8
- package/dist/config/index.d.ts +0 -7
- package/dist/config/index.js +6 -39
- package/dist/config/override-webpack.d.ts +1 -1
- package/dist/ffmpeg.d.ts +2 -2
- package/dist/ffmpeg.js +2 -5
- package/dist/get-cli-options.d.ts +4 -10
- package/dist/get-cli-options.js +4 -18
- package/dist/get-composition-id.js +3 -3
- package/dist/get-config-file-name.js +1 -1
- package/dist/get-env.js +11 -11
- package/dist/get-input-props.js +5 -5
- package/dist/get-render-defaults.js +8 -4
- package/dist/gpu.d.ts +1 -1
- package/dist/gpu.js +11 -7
- package/dist/index.d.ts +6 -14
- package/dist/index.js +12 -13
- package/dist/initialize-cli.js +4 -2
- package/dist/lambda-command.js +5 -5
- package/dist/load-config.js +4 -4
- package/dist/log.d.ts +2 -4
- package/dist/parse-command-line.js +4 -21
- package/dist/print-compositions.d.ts +2 -1
- package/dist/print-compositions.js +6 -6
- package/dist/print-error.js +4 -4
- package/dist/print-help.d.ts +2 -1
- package/dist/print-help.js +43 -43
- package/dist/render-flows/render.js +4 -4
- package/dist/render-flows/still.js +3 -3
- package/dist/render-queue/process-still.js +3 -5
- package/dist/render-queue/process-video.js +2 -4
- package/dist/render-queue/queue.js +4 -5
- package/dist/render.js +19 -12
- package/dist/setup-cache.js +4 -4
- package/dist/show-compositions-picker.d.ts +3 -3
- package/dist/show-compositions-picker.js +4 -4
- package/dist/still.js +20 -12
- package/dist/studio.js +3 -3
- package/dist/upgrade.d.ts +2 -1
- package/dist/upgrade.js +6 -7
- package/dist/versions.js +17 -18
- package/package.json +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/cli",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.117",
|
|
4
4
|
"description": "CLI for Remotion",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
"dotenv": "9.0.2",
|
|
32
32
|
"minimist": "1.2.6",
|
|
33
33
|
"prompts": "2.4.2",
|
|
34
|
-
"@remotion/bundler": "4.0.
|
|
35
|
-
"@remotion/
|
|
36
|
-
"@remotion/
|
|
37
|
-
"@remotion/
|
|
38
|
-
"
|
|
39
|
-
"remotion": "4.0.
|
|
40
|
-
"@remotion/
|
|
34
|
+
"@remotion/bundler": "4.0.117",
|
|
35
|
+
"@remotion/media-utils": "4.0.117",
|
|
36
|
+
"@remotion/renderer": "4.0.117",
|
|
37
|
+
"@remotion/player": "4.0.117",
|
|
38
|
+
"remotion": "4.0.117",
|
|
39
|
+
"@remotion/studio-server": "4.0.117",
|
|
40
|
+
"@remotion/studio": "4.0.117"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"react": ">=16.8.0",
|
|
@@ -62,8 +62,8 @@
|
|
|
62
62
|
"react-dom": "18.2.0",
|
|
63
63
|
"vitest": "0.31.1",
|
|
64
64
|
"zod": "^3.22.3",
|
|
65
|
-
"@remotion/
|
|
66
|
-
"@remotion/
|
|
65
|
+
"@remotion/zod-types": "4.0.117",
|
|
66
|
+
"@remotion/tailwind": "4.0.117"
|
|
67
67
|
},
|
|
68
68
|
"keywords": [
|
|
69
69
|
"remotion",
|