@remotion/bundler 4.0.512 → 4.0.514

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 -0
  2. package/package.json +7 -7
package/dist/bundle.js CHANGED
@@ -337,6 +337,7 @@ const internalBundle = async (actualArgs) => {
337
337
  keyboardShortcutsEnabled: actualArgs.keyboardShortcutsEnabled,
338
338
  maxTimelineTracks: actualArgs.maxTimelineTracks,
339
339
  publicLicenseKey: (_m = (_c = actualArgs.renderDefaults) === null || _c === void 0 ? void 0 : _c.publicLicenseKey) !== null && _m !== void 0 ? _m : null,
340
+ configFileStudioSettings: null,
340
341
  },
341
342
  });
342
343
  node_fs_1.default.writeFileSync(node_path_1.default.join(outDir, 'index.html'), html);
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.512",
6
+ "version": "4.0.514",
7
7
  "description": "Bundle Remotion compositions using Webpack",
8
8
  "main": "dist/index.js",
9
9
  "bugs": {
@@ -24,11 +24,11 @@
24
24
  "css-loader": "7.1.4",
25
25
  "esbuild": "0.28.1",
26
26
  "react-refresh": "0.18.0",
27
- "remotion": "4.0.512",
28
- "@remotion/studio": "4.0.512",
29
- "@remotion/studio-shared": "4.0.512",
30
- "@remotion/timeline-utils": "4.0.512",
31
- "@remotion/media-parser": "4.0.512",
27
+ "remotion": "4.0.514",
28
+ "@remotion/studio": "4.0.514",
29
+ "@remotion/studio-shared": "4.0.514",
30
+ "@remotion/timeline-utils": "4.0.514",
31
+ "@remotion/media-parser": "4.0.514",
32
32
  "style-loader": "4.0.0",
33
33
  "webpack": "5.105.0"
34
34
  },
@@ -39,7 +39,7 @@
39
39
  "devDependencies": {
40
40
  "react": "19.2.3",
41
41
  "react-dom": "19.2.3",
42
- "@remotion/eslint-config-internal": "4.0.512",
42
+ "@remotion/eslint-config-internal": "4.0.514",
43
43
  "eslint": "9.19.0",
44
44
  "@typescript/native-preview": "7.0.0-dev.20260217.1"
45
45
  },