@remotion/cli 4.0.128 → 4.0.131

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.d.ts +2 -2
  2. package/package.json +10 -10
package/dist/index.d.ts CHANGED
@@ -103,7 +103,7 @@ export declare const CliInternals: {
103
103
  parsedCli: {
104
104
  "browser-executable": import("@remotion/renderer").BrowserExecutable;
105
105
  "pixel-format": "yuv420p" | "yuva420p" | "yuv422p" | "yuv444p" | "yuv420p10le" | "yuv422p10le" | "yuv444p10le" | "yuva444p10le";
106
- "image-format": "png" | "jpeg" | "none" | "pdf" | "webp";
106
+ "image-format": "png" | "jpeg" | "pdf" | "webp" | "none";
107
107
  "prores-profile": "4444-xq" | "4444" | "hq" | "standard" | "light" | "proxy";
108
108
  "bundle-cache": string;
109
109
  "env-file": string;
@@ -175,7 +175,7 @@ export declare const CliInternals: {
175
175
  downloadName: string | null;
176
176
  outName: string | null;
177
177
  configImageFormat: "png" | "jpeg" | "pdf" | "webp" | null;
178
- cliFlag: "png" | "jpeg" | "none" | "pdf" | "webp" | null;
178
+ cliFlag: "png" | "jpeg" | "pdf" | "webp" | "none" | null;
179
179
  isLambda: boolean;
180
180
  fromUi: "png" | "jpeg" | "pdf" | "webp" | null;
181
181
  }) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/cli",
3
- "version": "4.0.128",
3
+ "version": "4.0.131",
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.128",
36
- "@remotion/media-utils": "4.0.128",
37
- "@remotion/renderer": "4.0.128",
38
- "@remotion/player": "4.0.128",
39
- "@remotion/studio": "4.0.128",
40
- "@remotion/studio-server": "4.0.128",
41
- "remotion": "4.0.128"
35
+ "@remotion/bundler": "4.0.131",
36
+ "@remotion/media-utils": "4.0.131",
37
+ "@remotion/player": "4.0.131",
38
+ "@remotion/studio-server": "4.0.131",
39
+ "@remotion/renderer": "4.0.131",
40
+ "@remotion/studio": "4.0.131",
41
+ "remotion": "4.0.131"
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.128",
67
- "@remotion/tailwind": "4.0.128"
66
+ "@remotion/zod-types": "4.0.131",
67
+ "@remotion/tailwind": "4.0.131"
68
68
  },
69
69
  "keywords": [
70
70
  "remotion",