@remotion/bundler 4.0.451 → 4.0.453
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/bundle.js
CHANGED
|
@@ -312,7 +312,7 @@ const internalBundle = async (actualArgs) => {
|
|
|
312
312
|
// Actual log level is set in setPropsAndEnv()
|
|
313
313
|
logLevel: 'info',
|
|
314
314
|
mode: 'bundle',
|
|
315
|
-
audioLatencyHint: (_k = actualArgs.audioLatencyHint) !== null && _k !== void 0 ? _k : '
|
|
315
|
+
audioLatencyHint: (_k = actualArgs.audioLatencyHint) !== null && _k !== void 0 ? _k : 'playback',
|
|
316
316
|
});
|
|
317
317
|
node_fs_1.default.writeFileSync(node_path_1.default.join(outDir, 'index.html'), html);
|
|
318
318
|
node_fs_1.default.copyFileSync(node_path_1.default.join(__dirname, '../favicon.ico'), node_path_1.default.join(outDir, 'favicon.ico'));
|
|
@@ -34,6 +34,7 @@ const getResolveConfig = () => ({
|
|
|
34
34
|
'@remotion/media-parser/worker': node_path_1.default.resolve(require.resolve('@remotion/media-parser'), '..', 'esm', 'worker.mjs'),
|
|
35
35
|
// test visual controls before removing this
|
|
36
36
|
'@remotion/studio': require.resolve('@remotion/studio'),
|
|
37
|
+
[node_path_1.default.join(require.resolve('@remotion/studio'), '..', 'audio-waveform-worker.mjs')]: node_path_1.default.join(require.resolve('@remotion/studio'), '..', 'esm', 'audio-waveform-worker.mjs'),
|
|
37
38
|
'react-dom/client': exports.shouldUseReactDomClient
|
|
38
39
|
? require.resolve('react-dom/client')
|
|
39
40
|
: require.resolve('react-dom'),
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/bundler"
|
|
4
4
|
},
|
|
5
5
|
"name": "@remotion/bundler",
|
|
6
|
-
"version": "4.0.
|
|
6
|
+
"version": "4.0.453",
|
|
7
7
|
"description": "Bundle Remotion compositions using Webpack",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"sideEffects": false,
|
|
@@ -23,14 +23,14 @@
|
|
|
23
23
|
"@rspack/core": "1.7.6",
|
|
24
24
|
"@rspack/plugin-react-refresh": "1.6.1",
|
|
25
25
|
"loader-utils": "2.0.4",
|
|
26
|
-
"postcss": "8.5.
|
|
26
|
+
"postcss": "8.5.10",
|
|
27
27
|
"postcss-value-parser": "4.2.0",
|
|
28
28
|
"esbuild": "0.25.0",
|
|
29
29
|
"react-refresh": "0.18.0",
|
|
30
|
-
"remotion": "4.0.
|
|
31
|
-
"@remotion/studio": "4.0.
|
|
32
|
-
"@remotion/studio-shared": "4.0.
|
|
33
|
-
"@remotion/media-parser": "4.0.
|
|
30
|
+
"remotion": "4.0.453",
|
|
31
|
+
"@remotion/studio": "4.0.453",
|
|
32
|
+
"@remotion/studio-shared": "4.0.453",
|
|
33
|
+
"@remotion/media-parser": "4.0.453",
|
|
34
34
|
"style-loader": "4.0.0",
|
|
35
35
|
"source-map": "0.7.3",
|
|
36
36
|
"webpack": "5.105.0"
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"react": "19.2.3",
|
|
44
44
|
"react-dom": "19.2.3",
|
|
45
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
45
|
+
"@remotion/eslint-config-internal": "4.0.453",
|
|
46
46
|
"eslint": "9.19.0",
|
|
47
47
|
"@typescript/native-preview": "7.0.0-dev.20260217.1"
|
|
48
48
|
},
|