@remotion/cli 4.0.520 → 4.0.521
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/extra-packages.js +1 -1
- package/dist/studio.js +1 -1
- package/package.json +15 -15
package/dist/extra-packages.js
CHANGED
|
@@ -9,7 +9,7 @@ exports.EXTRA_PACKAGES = {
|
|
|
9
9
|
'@mediabunny/aac-encoder': '1.55.5',
|
|
10
10
|
'@mediabunny/flac-encoder': '1.55.5',
|
|
11
11
|
'@mediabunny/prores': '1.55.5',
|
|
12
|
-
zod: '4.4
|
|
12
|
+
zod: '4.5.4',
|
|
13
13
|
};
|
|
14
14
|
exports.EXTRA_PACKAGES_DOCS = {
|
|
15
15
|
mediabunny: 'https://www.remotion.dev/docs/mediabunny/version',
|
package/dist/studio.js
CHANGED
|
@@ -243,7 +243,7 @@ const studioCommand = async (remotionRoot, args, logLevel) => {
|
|
|
243
243
|
getStudioRuntimeConfig,
|
|
244
244
|
configFile,
|
|
245
245
|
});
|
|
246
|
-
if (result.type
|
|
246
|
+
if (result.type !== 'restarted') {
|
|
247
247
|
return;
|
|
248
248
|
}
|
|
249
249
|
// If the server is restarted through the UI, let's do the whole thing again.
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/cli"
|
|
4
4
|
},
|
|
5
5
|
"name": "@remotion/cli",
|
|
6
|
-
"version": "4.0.
|
|
6
|
+
"version": "4.0.521",
|
|
7
7
|
"description": "Control Remotion features using the `npx remotion` command",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"bin": {
|
|
@@ -37,18 +37,18 @@
|
|
|
37
37
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@babel/parser": "7.24.1",
|
|
40
|
-
"@remotion/bundler": "4.0.
|
|
41
|
-
"@remotion/media-utils": "4.0.
|
|
42
|
-
"@remotion/player": "4.0.
|
|
43
|
-
"@remotion/renderer": "4.0.
|
|
44
|
-
"@remotion/studio-shared": "4.0.
|
|
45
|
-
"@remotion/studio-server": "4.0.
|
|
46
|
-
"@remotion/studio": "4.0.
|
|
40
|
+
"@remotion/bundler": "4.0.521",
|
|
41
|
+
"@remotion/media-utils": "4.0.521",
|
|
42
|
+
"@remotion/player": "4.0.521",
|
|
43
|
+
"@remotion/renderer": "4.0.521",
|
|
44
|
+
"@remotion/studio-shared": "4.0.521",
|
|
45
|
+
"@remotion/studio-server": "4.0.521",
|
|
46
|
+
"@remotion/studio": "4.0.521",
|
|
47
47
|
"dotenv": "17.3.1",
|
|
48
48
|
"minimist": "1.2.6",
|
|
49
49
|
"prompts": "2.4.2",
|
|
50
50
|
"semver": "7.5.3",
|
|
51
|
-
"remotion": "4.0.
|
|
51
|
+
"remotion": "4.0.521"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"react": ">=16.8.0",
|
|
@@ -60,14 +60,14 @@
|
|
|
60
60
|
"@types/prettier": "2.7.2",
|
|
61
61
|
"@types/semver": "7.5.3",
|
|
62
62
|
"@types/node": "20.12.14",
|
|
63
|
-
"@remotion/zod-types": "4.0.
|
|
64
|
-
"@remotion/tailwind-v4": "4.0.
|
|
65
|
-
"@remotion/enable-scss": "4.0.
|
|
66
|
-
"@remotion/skia": "4.0.
|
|
63
|
+
"@remotion/zod-types": "4.0.521",
|
|
64
|
+
"@remotion/tailwind-v4": "4.0.521",
|
|
65
|
+
"@remotion/enable-scss": "4.0.521",
|
|
66
|
+
"@remotion/skia": "4.0.521",
|
|
67
67
|
"react": "19.2.3",
|
|
68
68
|
"react-dom": "19.2.3",
|
|
69
|
-
"zod": "4.4
|
|
70
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
69
|
+
"zod": "4.5.4",
|
|
70
|
+
"@remotion/eslint-config-internal": "4.0.521",
|
|
71
71
|
"eslint": "9.19.0",
|
|
72
72
|
"@typescript/native-preview": "7.0.0-dev.20260217.1"
|
|
73
73
|
},
|