@remotion/bundler 4.0.63 → 4.0.66

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.
Files changed (2) hide show
  1. package/dist/bundle.js +1 -1
  2. package/package.json +2 -2
package/dist/bundle.js CHANGED
@@ -203,7 +203,7 @@ async function bundle(...args) {
203
203
  folder: '.',
204
204
  startPath: from,
205
205
  staticHash,
206
- limit: 1000,
206
+ limit: 10000,
207
207
  }).map((f) => {
208
208
  return {
209
209
  ...f,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/bundler",
3
- "version": "4.0.63",
3
+ "version": "4.0.66",
4
4
  "description": "Bundler for Remotion",
5
5
  "main": "dist/index.js",
6
6
  "sideEffects": false,
@@ -23,7 +23,7 @@
23
23
  "react-refresh": "0.9.0",
24
24
  "style-loader": "2.0.0",
25
25
  "webpack": "5.83.1",
26
- "remotion": "4.0.63"
26
+ "remotion": "4.0.66"
27
27
  },
28
28
  "peerDependencies": {
29
29
  "react": ">=16.8.0",