@remotion/cli 4.0.112 → 4.0.113

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
@@ -124,7 +124,7 @@ export declare const CliInternals: {
124
124
  parsedCli: {
125
125
  "browser-executable": import("@remotion/renderer").BrowserExecutable;
126
126
  "pixel-format": "yuv420p" | "yuva420p" | "yuv422p" | "yuv444p" | "yuv420p10le" | "yuv422p10le" | "yuv444p10le" | "yuva444p10le";
127
- "image-format": "png" | "jpeg" | "pdf" | "webp" | "none";
127
+ "image-format": "png" | "jpeg" | "none" | "pdf" | "webp";
128
128
  "prores-profile": "4444-xq" | "4444" | "hq" | "standard" | "light" | "proxy";
129
129
  "x264-preset": "ultrafast" | "superfast" | "veryfast" | "faster" | "fast" | "medium" | "slow" | "slower" | "veryslow" | "placebo";
130
130
  "bundle-cache": string;
@@ -194,7 +194,7 @@ export declare const CliInternals: {
194
194
  downloadName: string | null;
195
195
  outName: string | null;
196
196
  configImageFormat: "png" | "jpeg" | "pdf" | "webp" | null;
197
- cliFlag: "png" | "jpeg" | "pdf" | "webp" | "none" | null;
197
+ cliFlag: "png" | "jpeg" | "none" | "pdf" | "webp" | null;
198
198
  isLambda: boolean;
199
199
  fromUi: "png" | "jpeg" | "pdf" | "webp" | null;
200
200
  }) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/cli",
3
- "version": "4.0.112",
3
+ "version": "4.0.113",
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.112",
35
- "@remotion/media-utils": "4.0.112",
36
- "@remotion/renderer": "4.0.112",
37
- "@remotion/player": "4.0.112",
38
- "@remotion/studio": "4.0.112",
39
- "@remotion/studio-server": "4.0.112",
40
- "remotion": "4.0.112"
34
+ "@remotion/bundler": "4.0.113",
35
+ "@remotion/media-utils": "4.0.113",
36
+ "@remotion/renderer": "4.0.113",
37
+ "@remotion/player": "4.0.113",
38
+ "@remotion/studio": "4.0.113",
39
+ "@remotion/studio-server": "4.0.113",
40
+ "remotion": "4.0.113"
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/tailwind": "4.0.112",
66
- "@remotion/zod-types": "4.0.112"
65
+ "@remotion/zod-types": "4.0.113",
66
+ "@remotion/tailwind": "4.0.113"
67
67
  },
68
68
  "keywords": [
69
69
  "remotion",