@remotion/cli 4.0.163 → 4.0.165

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 CHANGED
@@ -110,7 +110,7 @@ export declare const CliInternals: {
110
110
  downloadName: string | null;
111
111
  outName: string | null;
112
112
  configImageFormat: "png" | "jpeg" | "pdf" | "webp" | null;
113
- cliFlag: "png" | "jpeg" | "none" | "pdf" | "webp" | null;
113
+ cliFlag: "png" | "jpeg" | "pdf" | "webp" | "none" | null;
114
114
  isLambda: boolean;
115
115
  fromUi: "png" | "jpeg" | "pdf" | "webp" | null;
116
116
  }) => {
@@ -173,6 +173,6 @@ export declare const CliInternals: {
173
173
  logLevel: "verbose" | "info" | "warn" | "error";
174
174
  left: string;
175
175
  right: string;
176
- color: "blue" | "gray" | undefined;
176
+ color: "blue" | "blueBright" | "gray" | undefined;
177
177
  }) => void;
178
178
  };
@@ -32,6 +32,7 @@ exports.BooleanFlags = [
32
32
  'ipv4',
33
33
  client_1.BrowserSafeApis.options.beepOnFinishOption.cliFlag,
34
34
  'repro',
35
+ 'compatible-only',
35
36
  ];
36
37
  exports.parsedCli = (0, minimist_1.default)(process.argv.slice(2), {
37
38
  boolean: exports.BooleanFlags,
@@ -31,5 +31,5 @@ export declare const printFact: (printLevel: LogLevel) => ({ indent, logLevel, l
31
31
  logLevel: LogLevel;
32
32
  left: string;
33
33
  right: string;
34
- color: 'blue' | 'gray' | undefined;
34
+ color: 'blue' | 'blueBright' | 'gray' | undefined;
35
35
  }) => void;
@@ -212,6 +212,9 @@ const printFact = (printLevel) => ({ indent, logLevel, left, right, color, }) =>
212
212
  if (color === 'blue') {
213
213
  return chalk_1.chalk.blue(str);
214
214
  }
215
+ if (color === 'blueBright') {
216
+ return chalk_1.chalk.blueBright(str);
217
+ }
215
218
  return str;
216
219
  };
217
220
  if (renderer_1.RenderInternals.isEqualOrBelowLogLevel(logLevel, 'verbose')) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/cli",
3
- "version": "4.0.163",
3
+ "version": "4.0.165",
4
4
  "description": "CLI for Remotion",
5
5
  "main": "dist/index.js",
6
6
  "sideEffects": false,
@@ -32,14 +32,14 @@
32
32
  "dotenv": "9.0.2",
33
33
  "minimist": "1.2.6",
34
34
  "prompts": "2.4.2",
35
- "@remotion/bundler": "4.0.163",
36
- "@remotion/media-utils": "4.0.163",
37
- "@remotion/renderer": "4.0.163",
38
- "@remotion/player": "4.0.163",
39
- "@remotion/studio-shared": "4.0.163",
40
- "@remotion/studio-server": "4.0.163",
41
- "@remotion/studio": "4.0.163",
42
- "remotion": "4.0.163"
35
+ "@remotion/bundler": "4.0.165",
36
+ "@remotion/media-utils": "4.0.165",
37
+ "@remotion/studio-server": "4.0.165",
38
+ "@remotion/player": "4.0.165",
39
+ "@remotion/renderer": "4.0.165",
40
+ "remotion": "4.0.165",
41
+ "@remotion/studio-shared": "4.0.165",
42
+ "@remotion/studio": "4.0.165"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "react": ">=16.8.0",
@@ -63,10 +63,10 @@
63
63
  "react-dom": "18.3.1",
64
64
  "vitest": "0.31.1",
65
65
  "zod": "3.22.3",
66
- "@remotion/zod-types": "4.0.163",
67
- "@remotion/tailwind": "4.0.163",
68
- "@remotion/enable-scss": "4.0.163",
69
- "@remotion/skia": "4.0.163"
66
+ "@remotion/zod-types": "4.0.165",
67
+ "@remotion/tailwind": "4.0.165",
68
+ "@remotion/enable-scss": "4.0.165",
69
+ "@remotion/skia": "4.0.165"
70
70
  },
71
71
  "keywords": [
72
72
  "remotion",