@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 +2 -2
- package/dist/parsed-cli.js +1 -0
- package/dist/progress-bar.d.ts +1 -1
- package/dist/progress-bar.js +3 -0
- package/package.json +13 -13
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" | "
|
|
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
|
};
|
package/dist/parsed-cli.js
CHANGED
package/dist/progress-bar.d.ts
CHANGED
package/dist/progress-bar.js
CHANGED
|
@@ -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.
|
|
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.
|
|
36
|
-
"@remotion/media-utils": "4.0.
|
|
37
|
-
"@remotion/
|
|
38
|
-
"@remotion/player": "4.0.
|
|
39
|
-
"@remotion/
|
|
40
|
-
"
|
|
41
|
-
"@remotion/studio": "4.0.
|
|
42
|
-
"remotion": "4.0.
|
|
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.
|
|
67
|
-
"@remotion/tailwind": "4.0.
|
|
68
|
-
"@remotion/enable-scss": "4.0.
|
|
69
|
-
"@remotion/skia": "4.0.
|
|
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",
|