@remotion/bundler 4.0.455 → 4.0.457
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.
|
@@ -10,6 +10,7 @@ const remotion_1 = require("remotion");
|
|
|
10
10
|
const componentsToAddStacksTo = remotion_1.Internals.getComponentsToAddStacksTo();
|
|
11
11
|
const originalCreateElement = react_1.default.createElement;
|
|
12
12
|
const originalJsx = jsx_runtime_1.default.jsx;
|
|
13
|
+
const originalJsxs = jsx_runtime_1.default.jsxs;
|
|
13
14
|
const originalJsxDev = jsx_dev_runtime_1.default.jsxDEV;
|
|
14
15
|
const enableProxy = (api) => {
|
|
15
16
|
return new Proxy(api, {
|
|
@@ -30,4 +31,5 @@ const enableProxy = (api) => {
|
|
|
30
31
|
};
|
|
31
32
|
react_1.default.createElement = enableProxy(originalCreateElement);
|
|
32
33
|
jsx_runtime_1.default.jsx = enableProxy(originalJsx);
|
|
34
|
+
jsx_runtime_1.default.jsxs = enableProxy(originalJsxs);
|
|
33
35
|
jsx_dev_runtime_1.default.jsxDEV = enableProxy(originalJsxDev);
|
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.457",
|
|
7
7
|
"description": "Bundle Remotion compositions using Webpack",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"sideEffects": false,
|
|
@@ -27,10 +27,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.457",
|
|
31
|
+
"@remotion/studio": "4.0.457",
|
|
32
|
+
"@remotion/studio-shared": "4.0.457",
|
|
33
|
+
"@remotion/media-parser": "4.0.457",
|
|
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.457",
|
|
46
46
|
"eslint": "9.19.0",
|
|
47
47
|
"@typescript/native-preview": "7.0.0-dev.20260217.1"
|
|
48
48
|
},
|