@remotion/cli 4.0.139 → 4.0.140

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
@@ -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" | "pdf" | "webp" | "none";
106
+ "image-format": "png" | "jpeg" | "none" | "pdf" | "webp";
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" | "pdf" | "webp" | "none" | null;
178
+ cliFlag: "png" | "jpeg" | "none" | "pdf" | "webp" | null;
179
179
  isLambda: boolean;
180
180
  fromUi: "png" | "jpeg" | "pdf" | "webp" | null;
181
181
  }) => {
@@ -0,0 +1,6 @@
1
+ import type { CommandLineOptions } from './parse-command-line';
2
+ export declare const BooleanFlags: string[];
3
+ export declare const parsedCli: CommandLineOptions & {
4
+ _: string[];
5
+ };
6
+ export declare const quietFlagProvided: () => boolean;
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.quietFlagProvided = exports.parsedCli = exports.BooleanFlags = void 0;
7
+ const client_1 = require("@remotion/renderer/client");
8
+ const minimist_1 = __importDefault(require("minimist"));
9
+ exports.BooleanFlags = [
10
+ 'overwrite',
11
+ 'force',
12
+ 'sequence',
13
+ 'help',
14
+ 'quiet',
15
+ 'q',
16
+ 'muted',
17
+ client_1.BrowserSafeApis.options.enforceAudioOption.cliFlag,
18
+ // Lambda flags
19
+ 'force',
20
+ 'disable-chunk-optimization',
21
+ 'save-browser-logs',
22
+ 'disable-cloudwatch',
23
+ 'enable-lambda-insights',
24
+ 'yes',
25
+ 'y',
26
+ 'disable-web-security',
27
+ 'ignore-certificate-errors',
28
+ 'disable-headless',
29
+ 'disable-keyboard-shortcuts',
30
+ 'default-only',
31
+ 'no-open',
32
+ 'ipv4',
33
+ client_1.BrowserSafeApis.options.beepOnFinishOption.cliFlag,
34
+ 'repro',
35
+ ];
36
+ exports.parsedCli = (0, minimist_1.default)(process.argv.slice(2), {
37
+ boolean: exports.BooleanFlags,
38
+ default: {
39
+ overwrite: true,
40
+ },
41
+ });
42
+ const quietFlagProvided = () => exports.parsedCli.quiet || exports.parsedCli.q;
43
+ exports.quietFlagProvided = quietFlagProvided;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/cli",
3
- "version": "4.0.139",
3
+ "version": "4.0.140",
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.139",
36
- "@remotion/studio-server": "4.0.139",
37
- "@remotion/player": "4.0.139",
38
- "@remotion/media-utils": "4.0.139",
39
- "@remotion/renderer": "4.0.139",
40
- "@remotion/studio": "4.0.139",
41
- "remotion": "4.0.139"
35
+ "@remotion/bundler": "4.0.140",
36
+ "@remotion/media-utils": "4.0.140",
37
+ "@remotion/player": "4.0.140",
38
+ "@remotion/studio": "4.0.140",
39
+ "@remotion/renderer": "4.0.140",
40
+ "remotion": "4.0.140",
41
+ "@remotion/studio-server": "4.0.140"
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.139",
67
- "@remotion/tailwind": "4.0.139"
66
+ "@remotion/zod-types": "4.0.140",
67
+ "@remotion/tailwind": "4.0.140"
68
68
  },
69
69
  "keywords": [
70
70
  "remotion",