@remotion/bundler 4.1.0-alpha4 → 4.1.0-alpha5
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/dist/renderEntry.js +2 -2
- package/package.json +3 -3
package/dist/renderEntry.js
CHANGED
|
@@ -50,7 +50,7 @@ const GetVideo = ({ state }) => {
|
|
|
50
50
|
}
|
|
51
51
|
compositions.setCurrentComposition((_a = foundComposition === null || foundComposition === void 0 ? void 0 : foundComposition.id) !== null && _a !== void 0 ? _a : null);
|
|
52
52
|
compositions.setCurrentCompositionMetadata({
|
|
53
|
-
|
|
53
|
+
props: state.props,
|
|
54
54
|
durationInFrames: state.compositionDurationInFrames,
|
|
55
55
|
fps: state.compositionFps,
|
|
56
56
|
height: state.compositionHeight,
|
|
@@ -223,7 +223,7 @@ if (typeof window !== 'undefined') {
|
|
|
223
223
|
(0, remotion_1.continueRender)(handle);
|
|
224
224
|
return prom;
|
|
225
225
|
};
|
|
226
|
-
window.siteVersion = '
|
|
226
|
+
window.siteVersion = '6';
|
|
227
227
|
window.remotion_version = remotion_1.VERSION;
|
|
228
228
|
window.remotion_setBundleMode = exports.setBundleModeAndUpdate;
|
|
229
229
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/bundler",
|
|
3
|
-
"version": "4.1.0-
|
|
3
|
+
"version": "4.1.0-alpha5",
|
|
4
4
|
"description": "Bundler for Remotion",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"css-loader": "5.2.7",
|
|
21
|
-
"esbuild": "0.
|
|
21
|
+
"esbuild": "0.18.6",
|
|
22
22
|
"react-refresh": "0.9.0",
|
|
23
23
|
"style-loader": "2.0.0",
|
|
24
24
|
"webpack": "5.83.1",
|
|
25
|
-
"remotion": "4.1.0-
|
|
25
|
+
"remotion": "4.1.0-alpha5"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"react": ">=16.8.0",
|