@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 +1 -1
- package/dist/bundle.d.ts +0 -4
- package/dist/bundle.js +3 -3
- package/package.json +5 -5
package/LICENSE.md
CHANGED
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
|
|
244
|
-
* @see [Documentation](https://
|
|
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.
|
|
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.
|
|
29
|
-
"@remotion/studio": "4.0.
|
|
30
|
-
"@remotion/studio
|
|
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.
|
|
40
|
+
"@remotion/eslint-config-internal": "4.0.245"
|
|
41
41
|
},
|
|
42
42
|
"keywords": [
|
|
43
43
|
"remotion",
|