@remotion/cli 4.0.422 → 4.0.423
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
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.EXTRA_PACKAGES_DOCS = exports.EXTRA_PACKAGES = void 0;
|
|
4
4
|
exports.EXTRA_PACKAGES = {
|
|
5
5
|
zod: '3.22.3',
|
|
6
|
-
mediabunny: '1.
|
|
6
|
+
mediabunny: '1.34.2',
|
|
7
7
|
};
|
|
8
8
|
exports.EXTRA_PACKAGES_DOCS = {
|
|
9
9
|
zod: 'https://www.remotion.dev/docs/schemas#prerequisites',
|
|
@@ -98,6 +98,7 @@ const getRenderDefaults = () => {
|
|
|
98
98
|
}).value;
|
|
99
99
|
const userAgent = config_1.ConfigInternals.getChromiumUserAgent();
|
|
100
100
|
const metadata = config_1.ConfigInternals.getMetadata();
|
|
101
|
+
const outputLocation = config_1.ConfigInternals.getOutputLocation();
|
|
101
102
|
const maxConcurrency = renderer_1.RenderInternals.getMaxConcurrency();
|
|
102
103
|
const minConcurrency = renderer_1.RenderInternals.getMinConcurrency();
|
|
103
104
|
return {
|
|
@@ -141,6 +142,7 @@ const getRenderDefaults = () => {
|
|
|
141
142
|
chromeMode,
|
|
142
143
|
mediaCacheSizeInBytes,
|
|
143
144
|
publicLicenseKey,
|
|
145
|
+
outputLocation,
|
|
144
146
|
};
|
|
145
147
|
};
|
|
146
148
|
exports.getRenderDefaults = getRenderDefaults;
|
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.423",
|
|
7
7
|
"description": "Control Remotion features using the `npx remotion` command",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"sideEffects": false,
|
|
@@ -36,17 +36,17 @@
|
|
|
36
36
|
"author": "Jonny Burger <jonny@remotion.dev>",
|
|
37
37
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@remotion/bundler": "4.0.
|
|
40
|
-
"@remotion/media-utils": "4.0.
|
|
41
|
-
"@remotion/player": "4.0.
|
|
42
|
-
"@remotion/renderer": "4.0.
|
|
43
|
-
"@remotion/studio-shared": "4.0.
|
|
44
|
-
"@remotion/studio-server": "4.0.
|
|
45
|
-
"@remotion/studio": "4.0.
|
|
39
|
+
"@remotion/bundler": "4.0.423",
|
|
40
|
+
"@remotion/media-utils": "4.0.423",
|
|
41
|
+
"@remotion/player": "4.0.423",
|
|
42
|
+
"@remotion/renderer": "4.0.423",
|
|
43
|
+
"@remotion/studio-shared": "4.0.423",
|
|
44
|
+
"@remotion/studio-server": "4.0.423",
|
|
45
|
+
"@remotion/studio": "4.0.423",
|
|
46
46
|
"dotenv": "9.0.2",
|
|
47
47
|
"minimist": "1.2.6",
|
|
48
48
|
"prompts": "2.4.2",
|
|
49
|
-
"remotion": "4.0.
|
|
49
|
+
"remotion": "4.0.423"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"react": ">=16.8.0",
|
|
@@ -57,14 +57,14 @@
|
|
|
57
57
|
"@types/prompts": "^2.4.1",
|
|
58
58
|
"@types/prettier": "^2.7.2",
|
|
59
59
|
"@types/node": "20.12.14",
|
|
60
|
-
"@remotion/zod-types": "4.0.
|
|
61
|
-
"@remotion/tailwind-v4": "4.0.
|
|
62
|
-
"@remotion/enable-scss": "4.0.
|
|
63
|
-
"@remotion/skia": "4.0.
|
|
60
|
+
"@remotion/zod-types": "4.0.423",
|
|
61
|
+
"@remotion/tailwind-v4": "4.0.423",
|
|
62
|
+
"@remotion/enable-scss": "4.0.423",
|
|
63
|
+
"@remotion/skia": "4.0.423",
|
|
64
64
|
"react": "19.2.3",
|
|
65
65
|
"react-dom": "19.2.3",
|
|
66
66
|
"zod": "3.22.3",
|
|
67
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
67
|
+
"@remotion/eslint-config-internal": "4.0.423",
|
|
68
68
|
"eslint": "9.19.0"
|
|
69
69
|
},
|
|
70
70
|
"keywords": [
|