@remotion/bundler 4.0.420 → 4.0.421

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.
Files changed (2) hide show
  1. package/dist/bundle.js +1 -1
  2. package/package.json +7 -7
package/dist/bundle.js CHANGED
@@ -165,7 +165,7 @@ const internalBundle = async (actualArgs) => {
165
165
  maxTimelineTracks: actualArgs.maxTimelineTracks,
166
166
  experimentalClientSideRenderingEnabled: actualArgs.experimentalClientSideRenderingEnabled,
167
167
  });
168
- const output = await promisified([config]);
168
+ const output = (await promisified([config]));
169
169
  if (node_worker_threads_1.isMainThread) {
170
170
  process.chdir(currentCwd);
171
171
  }
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.420",
6
+ "version": "4.0.421",
7
7
  "description": "Bundle Remotion compositions using Webpack",
8
8
  "main": "dist/index.js",
9
9
  "sideEffects": false,
@@ -22,13 +22,13 @@
22
22
  "css-loader": "5.2.7",
23
23
  "esbuild": "0.25.0",
24
24
  "react-refresh": "0.9.0",
25
- "remotion": "4.0.420",
26
- "@remotion/studio": "4.0.420",
27
- "@remotion/studio-shared": "4.0.420",
28
- "@remotion/media-parser": "4.0.420",
25
+ "remotion": "4.0.421",
26
+ "@remotion/studio": "4.0.421",
27
+ "@remotion/studio-shared": "4.0.421",
28
+ "@remotion/media-parser": "4.0.421",
29
29
  "style-loader": "4.0.0",
30
30
  "source-map": "0.7.3",
31
- "webpack": "5.96.1"
31
+ "webpack": "5.105.0"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "react": ">=16.8.0",
@@ -37,7 +37,7 @@
37
37
  "devDependencies": {
38
38
  "react": "19.2.3",
39
39
  "react-dom": "19.2.3",
40
- "@remotion/eslint-config-internal": "4.0.420",
40
+ "@remotion/eslint-config-internal": "4.0.421",
41
41
  "eslint": "9.19.0"
42
42
  },
43
43
  "keywords": [