@remotion/bundler 4.0.243 → 4.0.245

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/LICENSE.md CHANGED
@@ -11,7 +11,7 @@ Depending on the type of your legal entity, you are granted permission to use Re
11
11
 
12
12
  ## Free license
13
13
 
14
- Copyright © 2024 [Remotion](https://www.remotion.dev)
14
+ Copyright © 2025 [Remotion](https://www.remotion.dev)
15
15
 
16
16
  ### Eligibility
17
17
 
package/dist/bundle.d.ts CHANGED
@@ -43,9 +43,5 @@ type Arguments = [options: BundleOptions] | [
43
43
  ];
44
44
  export declare const findClosestFolderWithItem: (currentDir: string, file: string) => string | null;
45
45
  export declare const internalBundle: (actualArgs: MandatoryBundleOptions) => Promise<string>;
46
- /**
47
- * @description The method bundles a Remotion project using Webpack and prepares it for rendering.
48
- * @see [Documentation](https://www.remotion.dev/docs/bundle)
49
- */
50
46
  export declare function bundle(...args: Arguments): Promise<string>;
51
47
  export {};
package/dist/bundle.js CHANGED
@@ -239,9 +239,9 @@ const internalBundle = async (actualArgs) => {
239
239
  return outDir;
240
240
  };
241
241
  exports.internalBundle = internalBundle;
242
- /**
243
- * @description The method bundles a Remotion project using Webpack and prepares it for rendering.
244
- * @see [Documentation](https://www.remotion.dev/docs/bundle)
242
+ /*
243
+ * @description Bundles a Remotion project using Webpack and prepares it for rendering.
244
+ * @see [Documentation](https://remotion.dev/docs/bundle)
245
245
  */
246
246
  async function bundle(...args) {
247
247
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
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.243",
6
+ "version": "4.0.245",
7
7
  "description": "Bundle Remotion compositions using Webpack",
8
8
  "main": "dist/index.js",
9
9
  "sideEffects": false,
@@ -25,9 +25,9 @@
25
25
  "style-loader": "2.0.0",
26
26
  "source-map": "0.7.3",
27
27
  "webpack": "5.96.1",
28
- "remotion": "4.0.243",
29
- "@remotion/studio": "4.0.243",
30
- "@remotion/studio-shared": "4.0.243"
28
+ "remotion": "4.0.245",
29
+ "@remotion/studio-shared": "4.0.245",
30
+ "@remotion/studio": "4.0.245"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "react": ">=16.8.0",
@@ -37,7 +37,7 @@
37
37
  "react": "19.0.0",
38
38
  "react-dom": "19.0.0",
39
39
  "eslint": "9.14.0",
40
- "@remotion/eslint-config-internal": "4.0.243"
40
+ "@remotion/eslint-config-internal": "4.0.245"
41
41
  },
42
42
  "keywords": [
43
43
  "remotion",