@remotion/cli 4.0.123 → 4.0.124
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.d.ts +2 -2
- package/package.json +10 -10
package/dist/index.d.ts
CHANGED
|
@@ -104,7 +104,7 @@ export declare const CliInternals: {
|
|
|
104
104
|
parsedCli: {
|
|
105
105
|
"browser-executable": import("@remotion/renderer").BrowserExecutable;
|
|
106
106
|
"pixel-format": "yuv420p" | "yuva420p" | "yuv422p" | "yuv444p" | "yuv420p10le" | "yuv422p10le" | "yuv444p10le" | "yuva444p10le";
|
|
107
|
-
"image-format": "png" | "jpeg" | "
|
|
107
|
+
"image-format": "png" | "jpeg" | "none" | "pdf" | "webp";
|
|
108
108
|
"prores-profile": "4444-xq" | "4444" | "hq" | "standard" | "light" | "proxy";
|
|
109
109
|
"bundle-cache": string;
|
|
110
110
|
"env-file": string;
|
|
@@ -174,7 +174,7 @@ export declare const CliInternals: {
|
|
|
174
174
|
downloadName: string | null;
|
|
175
175
|
outName: string | null;
|
|
176
176
|
configImageFormat: "png" | "jpeg" | "pdf" | "webp" | null;
|
|
177
|
-
cliFlag: "png" | "jpeg" | "
|
|
177
|
+
cliFlag: "png" | "jpeg" | "none" | "pdf" | "webp" | null;
|
|
178
178
|
isLambda: boolean;
|
|
179
179
|
fromUi: "png" | "jpeg" | "pdf" | "webp" | null;
|
|
180
180
|
}) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/cli",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.124",
|
|
4
4
|
"description": "CLI for Remotion",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
"dotenv": "9.0.2",
|
|
33
33
|
"minimist": "1.2.6",
|
|
34
34
|
"prompts": "2.4.2",
|
|
35
|
-
"@remotion/bundler": "4.0.
|
|
36
|
-
"@remotion/media-utils": "4.0.
|
|
37
|
-
"@remotion/renderer": "4.0.
|
|
38
|
-
"@remotion/player": "4.0.
|
|
39
|
-
"@remotion/studio-server": "4.0.
|
|
40
|
-
"remotion": "4.0.
|
|
41
|
-
"
|
|
35
|
+
"@remotion/bundler": "4.0.124",
|
|
36
|
+
"@remotion/media-utils": "4.0.124",
|
|
37
|
+
"@remotion/renderer": "4.0.124",
|
|
38
|
+
"@remotion/player": "4.0.124",
|
|
39
|
+
"@remotion/studio-server": "4.0.124",
|
|
40
|
+
"@remotion/studio": "4.0.124",
|
|
41
|
+
"remotion": "4.0.124"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"react": ">=16.8.0",
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"react-dom": "18.2.0",
|
|
64
64
|
"vitest": "0.31.1",
|
|
65
65
|
"zod": "^3.22.3",
|
|
66
|
-
"@remotion/zod-types": "4.0.
|
|
67
|
-
"@remotion/tailwind": "4.0.
|
|
66
|
+
"@remotion/zod-types": "4.0.124",
|
|
67
|
+
"@remotion/tailwind": "4.0.124"
|
|
68
68
|
},
|
|
69
69
|
"keywords": [
|
|
70
70
|
"remotion",
|