remotion 4.0.390 → 4.0.392

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.
@@ -142,6 +142,7 @@ if (typeof window !== "undefined") {
142
142
  if (!window.remotion_delayRenderTimeouts) {
143
143
  window.remotion_delayRenderTimeouts = {};
144
144
  }
145
+ window.remotion_delayRenderHandles = [];
145
146
  }
146
147
  var DELAY_RENDER_CALLSTACK_TOKEN = "The delayRender was called:";
147
148
  var DELAY_RENDER_RETRIES_LEFT = "Retries left: ";
@@ -1,5 +1,5 @@
1
1
  // src/version.ts
2
- var VERSION = "4.0.390";
2
+ var VERSION = "4.0.392";
3
3
  export {
4
4
  VERSION
5
5
  };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/core"
4
4
  },
5
5
  "name": "remotion",
6
- "version": "4.0.390",
6
+ "version": "4.0.392",
7
7
  "description": "Make videos programmatically",
8
8
  "main": "dist/cjs/index.js",
9
9
  "types": "dist/cjs/index.d.ts",
@@ -34,7 +34,7 @@
34
34
  "react-dom": "19.2.3",
35
35
  "webpack": "5.96.1",
36
36
  "zod": "3.22.3",
37
- "@remotion/eslint-config-internal": "4.0.390",
37
+ "@remotion/eslint-config-internal": "4.0.392",
38
38
  "eslint": "9.19.0"
39
39
  },
40
40
  "keywords": [