@remotion/cli 4.0.82 → 4.0.83

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 +9 -9
package/dist/index.d.ts CHANGED
@@ -118,7 +118,7 @@ export declare const CliInternals: {
118
118
  parsedCli: {
119
119
  "browser-executable": import("@remotion/renderer").BrowserExecutable;
120
120
  "pixel-format": "yuv420p" | "yuva420p" | "yuv422p" | "yuv444p" | "yuv420p10le" | "yuv422p10le" | "yuv444p10le" | "yuva444p10le";
121
- "image-format": "png" | "jpeg" | "pdf" | "webp" | "none";
121
+ "image-format": "png" | "jpeg" | "none" | "pdf" | "webp";
122
122
  "prores-profile": "4444-xq" | "4444" | "hq" | "standard" | "light" | "proxy";
123
123
  "x264-preset": "ultrafast" | "superfast" | "veryfast" | "faster" | "fast" | "medium" | "slow" | "slower" | "veryslow" | "placebo";
124
124
  "bundle-cache": string;
@@ -191,7 +191,7 @@ export declare const CliInternals: {
191
191
  downloadName: string | null;
192
192
  outName: string | null;
193
193
  configImageFormat: "png" | "jpeg" | "pdf" | "webp" | null;
194
- cliFlag: "png" | "jpeg" | "pdf" | "webp" | "none" | null;
194
+ cliFlag: "png" | "jpeg" | "none" | "pdf" | "webp" | null;
195
195
  isLambda: boolean;
196
196
  fromUi: "png" | "jpeg" | "pdf" | "webp" | null;
197
197
  }) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/cli",
3
- "version": "4.0.82",
3
+ "version": "4.0.83",
4
4
  "description": "CLI for Remotion",
5
5
  "main": "dist/index.js",
6
6
  "sideEffects": false,
@@ -31,12 +31,12 @@
31
31
  "dotenv": "9.0.2",
32
32
  "minimist": "1.2.6",
33
33
  "prompts": "2.4.2",
34
- "@remotion/bundler": "4.0.82",
35
- "@remotion/renderer": "4.0.82",
36
- "@remotion/player": "4.0.82",
37
- "@remotion/media-utils": "4.0.82",
38
- "remotion": "4.0.82",
39
- "@remotion/studio": "4.0.82"
34
+ "@remotion/bundler": "4.0.83",
35
+ "@remotion/media-utils": "4.0.83",
36
+ "@remotion/player": "4.0.83",
37
+ "@remotion/renderer": "4.0.83",
38
+ "@remotion/studio": "4.0.83",
39
+ "remotion": "4.0.83"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "react": ">=16.8.0",
@@ -61,8 +61,8 @@
61
61
  "react-dom": "18.2.0",
62
62
  "vitest": "0.31.1",
63
63
  "zod": "^3.22.3",
64
- "@remotion/zod-types": "4.0.82",
65
- "@remotion/tailwind": "4.0.82"
64
+ "@remotion/zod-types": "4.0.83",
65
+ "@remotion/tailwind": "4.0.83"
66
66
  },
67
67
  "keywords": [
68
68
  "remotion",