@remotion/bundler 4.0.17 → 4.0.19
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/bundle.js +5 -0
- package/package.json +2 -3
package/dist/bundle.js
CHANGED
|
@@ -204,6 +204,11 @@ async function bundle(...args) {
|
|
|
204
204
|
startPath: from,
|
|
205
205
|
staticHash,
|
|
206
206
|
limit: 1000,
|
|
207
|
+
}).map((f) => {
|
|
208
|
+
return {
|
|
209
|
+
...f,
|
|
210
|
+
name: f.name.split(node_path_1.default.sep).join('/'),
|
|
211
|
+
};
|
|
207
212
|
}),
|
|
208
213
|
includeFavicon: false,
|
|
209
214
|
title: 'Remotion Bundle',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/bundler",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.19",
|
|
4
4
|
"description": "Bundler for Remotion",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"react-refresh": "0.9.0",
|
|
23
23
|
"style-loader": "2.0.0",
|
|
24
24
|
"webpack": "5.83.1",
|
|
25
|
-
"remotion": "4.0.
|
|
25
|
+
"remotion": "4.0.19"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"react": ">=16.8.0",
|
|
@@ -41,7 +41,6 @@
|
|
|
41
41
|
"prettier-plugin-organize-imports": "^3.2.2",
|
|
42
42
|
"react": "^18.0.0",
|
|
43
43
|
"react-dom": "^18.0.0",
|
|
44
|
-
"typescript": "4.9.5",
|
|
45
44
|
"vitest": "0.31.1"
|
|
46
45
|
},
|
|
47
46
|
"keywords": [
|