@remotion/renderer 4.0.500 → 4.0.501
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/esm/index.mjs +2 -2
- package/dist/open-browser.d.ts +3 -0
- package/dist/set-props-and-env.js +2 -2
- package/package.json +14 -14
package/dist/esm/index.mjs
CHANGED
|
@@ -18442,7 +18442,7 @@ var innerSetPropsAndEnv = async ({
|
|
|
18442
18442
|
"When using the Remotion Lambda:",
|
|
18443
18443
|
" ▸ Use `npx remotion lambda sites create` to redeploy the site with the latest version.",
|
|
18444
18444
|
" ℹ Use --site-name with the same name as before to overwrite your site.",
|
|
18445
|
-
" ▸ Use `
|
|
18445
|
+
" ▸ Use `bundle()` and `deploySiteFromBundle()` if you are using the Node.js APIs."
|
|
18446
18446
|
].join(`
|
|
18447
18447
|
`));
|
|
18448
18448
|
}
|
|
@@ -18456,7 +18456,7 @@ var innerSetPropsAndEnv = async ({
|
|
|
18456
18456
|
`To resolve this warning:`,
|
|
18457
18457
|
"▸ Use `npx remotion lambda sites create` to redeploy the site with the latest version.",
|
|
18458
18458
|
" ℹ Use --site-name with the same name as before to overwrite your site.",
|
|
18459
|
-
"▸ Use `
|
|
18459
|
+
"▸ Use `bundle()` and `deploySiteFromBundle()` if you are using the Node.js APIs."
|
|
18460
18460
|
].join(`
|
|
18461
18461
|
`));
|
|
18462
18462
|
} else {
|
package/dist/open-browser.d.ts
CHANGED
|
@@ -33,6 +33,9 @@ type InternalOpenBrowserOptions = {
|
|
|
33
33
|
type LogOptions = typeof NoReactInternals.ENABLE_V5_BREAKING_CHANGES extends true ? {
|
|
34
34
|
logLevel?: LogLevel;
|
|
35
35
|
} : {
|
|
36
|
+
/**
|
|
37
|
+
* @deprecated Use `logLevel` instead.
|
|
38
|
+
*/
|
|
36
39
|
shouldDumpIo?: boolean;
|
|
37
40
|
logLevel?: LogLevel;
|
|
38
41
|
};
|
|
@@ -180,7 +180,7 @@ const innerSetPropsAndEnv = async ({ serializedInputPropsWithCustomSchema, envVa
|
|
|
180
180
|
'When using the Remotion Lambda:',
|
|
181
181
|
' ▸ Use `npx remotion lambda sites create` to redeploy the site with the latest version.',
|
|
182
182
|
' ℹ Use --site-name with the same name as before to overwrite your site.',
|
|
183
|
-
' ▸ Use `
|
|
183
|
+
' ▸ Use `bundle()` and `deploySiteFromBundle()` if you are using the Node.js APIs.',
|
|
184
184
|
].join('\n'));
|
|
185
185
|
}
|
|
186
186
|
if (remotionVersion !== version_1.VERSION && process.env.NODE_ENV !== 'test') {
|
|
@@ -193,7 +193,7 @@ const innerSetPropsAndEnv = async ({ serializedInputPropsWithCustomSchema, envVa
|
|
|
193
193
|
`To resolve this warning:`,
|
|
194
194
|
'▸ Use `npx remotion lambda sites create` to redeploy the site with the latest version.',
|
|
195
195
|
' ℹ Use --site-name with the same name as before to overwrite your site.',
|
|
196
|
-
'▸ Use `
|
|
196
|
+
'▸ Use `bundle()` and `deploySiteFromBundle()` if you are using the Node.js APIs.',
|
|
197
197
|
].join('\n'));
|
|
198
198
|
}
|
|
199
199
|
else {
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/renderer"
|
|
4
4
|
},
|
|
5
5
|
"name": "@remotion/renderer",
|
|
6
|
-
"version": "4.0.
|
|
6
|
+
"version": "4.0.501",
|
|
7
7
|
"description": "Render Remotion videos using Node.js or Bun",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"types": "dist/index.d.ts",
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"execa": "5.1.1",
|
|
25
|
-
"remotion": "4.0.
|
|
26
|
-
"@remotion/streaming": "4.0.
|
|
27
|
-
"source-map": "0.8.0
|
|
25
|
+
"remotion": "4.0.501",
|
|
26
|
+
"@remotion/streaming": "4.0.501",
|
|
27
|
+
"source-map": "0.8.0",
|
|
28
28
|
"ws": "8.21.0",
|
|
29
|
-
"@remotion/licensing": "4.0.
|
|
29
|
+
"@remotion/licensing": "4.0.501"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"react": ">=16.8.0",
|
|
@@ -40,19 +40,19 @@
|
|
|
40
40
|
"react-dom": "19.2.3",
|
|
41
41
|
"@typescript/native-preview": "7.0.0-dev.20260217.1",
|
|
42
42
|
"@types/ws": "8.5.10",
|
|
43
|
-
"@remotion/example-videos": "4.0.
|
|
44
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
43
|
+
"@remotion/example-videos": "4.0.501",
|
|
44
|
+
"@remotion/eslint-config-internal": "4.0.501",
|
|
45
45
|
"eslint": "9.19.0",
|
|
46
46
|
"@types/node": "20.12.14"
|
|
47
47
|
},
|
|
48
48
|
"optionalDependencies": {
|
|
49
|
-
"@remotion/compositor-darwin-arm64": "4.0.
|
|
50
|
-
"@remotion/compositor-darwin-x64": "4.0.
|
|
51
|
-
"@remotion/compositor-linux-arm64-gnu": "4.0.
|
|
52
|
-
"@remotion/compositor-linux-arm64-musl": "4.0.
|
|
53
|
-
"@remotion/compositor-linux-x64-gnu": "4.0.
|
|
54
|
-
"@remotion/compositor-linux-x64-musl": "4.0.
|
|
55
|
-
"@remotion/compositor-win32-x64-msvc": "4.0.
|
|
49
|
+
"@remotion/compositor-darwin-arm64": "4.0.501",
|
|
50
|
+
"@remotion/compositor-darwin-x64": "4.0.501",
|
|
51
|
+
"@remotion/compositor-linux-arm64-gnu": "4.0.501",
|
|
52
|
+
"@remotion/compositor-linux-arm64-musl": "4.0.501",
|
|
53
|
+
"@remotion/compositor-linux-x64-gnu": "4.0.501",
|
|
54
|
+
"@remotion/compositor-linux-x64-musl": "4.0.501",
|
|
55
|
+
"@remotion/compositor-win32-x64-msvc": "4.0.501"
|
|
56
56
|
},
|
|
57
57
|
"keywords": [
|
|
58
58
|
"remotion",
|