@remotion/cli 4.0.519 → 4.0.520
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
CHANGED
|
@@ -2,19 +2,19 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.EXTRA_PACKAGES_DOCS = exports.EXTRA_PACKAGES = void 0;
|
|
4
4
|
exports.EXTRA_PACKAGES = {
|
|
5
|
-
mediabunny: '1.55.
|
|
6
|
-
'@mediabunny/ac3': '1.55.
|
|
7
|
-
'@mediabunny/dts': '1.55.
|
|
8
|
-
'@mediabunny/mp3-encoder': '1.55.
|
|
9
|
-
'@mediabunny/aac-encoder': '1.55.
|
|
10
|
-
'@mediabunny/flac-encoder': '1.55.
|
|
11
|
-
'@mediabunny/prores': '1.55.
|
|
5
|
+
mediabunny: '1.55.5',
|
|
6
|
+
'@mediabunny/ac3': '1.55.5',
|
|
7
|
+
'@mediabunny/dts': '1.55.5',
|
|
8
|
+
'@mediabunny/mp3-encoder': '1.55.5',
|
|
9
|
+
'@mediabunny/aac-encoder': '1.55.5',
|
|
10
|
+
'@mediabunny/flac-encoder': '1.55.5',
|
|
11
|
+
'@mediabunny/prores': '1.55.5',
|
|
12
12
|
zod: '4.4.3',
|
|
13
13
|
};
|
|
14
14
|
exports.EXTRA_PACKAGES_DOCS = {
|
|
15
15
|
mediabunny: 'https://www.remotion.dev/docs/mediabunny/version',
|
|
16
16
|
'@mediabunny/ac3': 'https://www.remotion.dev/docs/mediabunny/formats#ac-3-and-e-ac-3',
|
|
17
|
-
'@mediabunny/dts': 'https://
|
|
17
|
+
'@mediabunny/dts': 'https://www.remotion.dev/docs/mediabunny/formats#dts',
|
|
18
18
|
'@mediabunny/mp3-encoder': 'https://www.remotion.dev/docs/mediabunny/version',
|
|
19
19
|
'@mediabunny/aac-encoder': 'https://www.remotion.dev/docs/mediabunny/version',
|
|
20
20
|
'@mediabunny/flac-encoder': 'https://www.remotion.dev/docs/mediabunny/version',
|
|
@@ -16,7 +16,7 @@ exports.listOfRemotionPackages = [
|
|
|
16
16
|
'@remotion/claude-code-plugin',
|
|
17
17
|
'@remotion/cli',
|
|
18
18
|
'@remotion/cloudrun',
|
|
19
|
-
'@remotion/
|
|
19
|
+
'@remotion/agent-plugin',
|
|
20
20
|
'@remotion/kimi-code-plugin',
|
|
21
21
|
'@remotion/compositor-darwin-arm64',
|
|
22
22
|
'@remotion/compositor-darwin-x64',
|
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.520",
|
|
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.520",
|
|
41
|
+
"@remotion/media-utils": "4.0.520",
|
|
42
|
+
"@remotion/player": "4.0.520",
|
|
43
|
+
"@remotion/renderer": "4.0.520",
|
|
44
|
+
"@remotion/studio-shared": "4.0.520",
|
|
45
|
+
"@remotion/studio-server": "4.0.520",
|
|
46
|
+
"@remotion/studio": "4.0.520",
|
|
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.520"
|
|
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.520",
|
|
64
|
+
"@remotion/tailwind-v4": "4.0.520",
|
|
65
|
+
"@remotion/enable-scss": "4.0.520",
|
|
66
|
+
"@remotion/skia": "4.0.520",
|
|
67
67
|
"react": "19.2.3",
|
|
68
68
|
"react-dom": "19.2.3",
|
|
69
69
|
"zod": "4.4.3",
|
|
70
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
70
|
+
"@remotion/eslint-config-internal": "4.0.520",
|
|
71
71
|
"eslint": "9.19.0",
|
|
72
72
|
"@typescript/native-preview": "7.0.0-dev.20260217.1"
|
|
73
73
|
},
|