@remotion/cli 4.0.170 → 4.0.172
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/get-composition-id.js +1 -0
- package/dist/progress-bar.d.ts +1 -1
- package/dist/progress-bar.js +1 -1
- package/package.json +13 -13
package/dist/progress-bar.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import type { AggregateRenderProgress, BundlingState, CopyingState } from '@remo
|
|
|
3
3
|
export type OverwriteableCliOutput = {
|
|
4
4
|
update: (up: string, newline: boolean) => boolean;
|
|
5
5
|
};
|
|
6
|
-
export declare const LABEL_WIDTH =
|
|
6
|
+
export declare const LABEL_WIDTH = 20;
|
|
7
7
|
export declare const createOverwriteableCliOutput: (options: {
|
|
8
8
|
quiet: boolean;
|
|
9
9
|
cancelSignal: CancelSignal | null;
|
package/dist/progress-bar.js
CHANGED
|
@@ -9,7 +9,7 @@ const eta_string_1 = require("./eta-string");
|
|
|
9
9
|
const log_1 = require("./log");
|
|
10
10
|
const make_progress_bar_1 = require("./make-progress-bar");
|
|
11
11
|
const truthy_1 = require("./truthy");
|
|
12
|
-
exports.LABEL_WIDTH =
|
|
12
|
+
exports.LABEL_WIDTH = 20;
|
|
13
13
|
const createOverwriteableCliOutput = (options) => {
|
|
14
14
|
var _a;
|
|
15
15
|
if (options.quiet) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/cli",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.172",
|
|
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/renderer": "4.0.
|
|
38
|
-
"@remotion/studio-
|
|
39
|
-
"@remotion/
|
|
40
|
-
"remotion": "4.0.
|
|
41
|
-
"
|
|
42
|
-
"@remotion/
|
|
35
|
+
"@remotion/bundler": "4.0.172",
|
|
36
|
+
"@remotion/media-utils": "4.0.172",
|
|
37
|
+
"@remotion/renderer": "4.0.172",
|
|
38
|
+
"@remotion/studio-shared": "4.0.172",
|
|
39
|
+
"@remotion/player": "4.0.172",
|
|
40
|
+
"@remotion/studio-server": "4.0.172",
|
|
41
|
+
"remotion": "4.0.172",
|
|
42
|
+
"@remotion/studio": "4.0.172"
|
|
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.172",
|
|
67
|
+
"@remotion/tailwind": "4.0.172",
|
|
68
|
+
"@remotion/enable-scss": "4.0.172",
|
|
69
|
+
"@remotion/skia": "4.0.172"
|
|
70
70
|
},
|
|
71
71
|
"keywords": [
|
|
72
72
|
"remotion",
|