@remotion/cli 4.0.160 → 4.0.163
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 +1 -1
- package/dist/list-of-remotion-packages.js +1 -0
- package/dist/studio.js +2 -0
- package/package.json +13 -12
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" | "none" | "pdf" | "webp" | null;
|
|
114
114
|
isLambda: boolean;
|
|
115
115
|
fromUi: "png" | "jpeg" | "pdf" | "webp" | null;
|
|
116
116
|
}) => {
|
package/dist/studio.js
CHANGED
|
@@ -100,5 +100,7 @@ const studioCommand = async (remotionRoot, args, logLevel) => {
|
|
|
100
100
|
binariesDirectory,
|
|
101
101
|
forceIPv4: parsed_cli_1.parsedCli.ipv4,
|
|
102
102
|
});
|
|
103
|
+
// If the server is restarted through the UI, let's do the whole thing again.
|
|
104
|
+
await (0, exports.studioCommand)(remotionRoot, args, logLevel);
|
|
103
105
|
};
|
|
104
106
|
exports.studioCommand = studioCommand;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/cli",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.163",
|
|
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/
|
|
37
|
-
"@remotion/
|
|
38
|
-
"@remotion/
|
|
39
|
-
"@remotion/studio-
|
|
40
|
-
"@remotion/studio-
|
|
41
|
-
"@remotion/studio": "4.0.
|
|
42
|
-
"remotion": "4.0.
|
|
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"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"react": ">=16.8.0",
|
|
@@ -63,9 +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/
|
|
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"
|
|
69
70
|
},
|
|
70
71
|
"keywords": [
|
|
71
72
|
"remotion",
|