@remotion/studio 4.0.373 → 4.0.374

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.
@@ -18027,8 +18027,8 @@ var waitForReady = (timeoutInMilliseconds, scope) => {
18027
18027
  clearInterval(interval);
18028
18028
  return;
18029
18029
  }
18030
- if (window.remotion_cancelledError !== undefined) {
18031
- reject(window.remotion_cancelledError);
18030
+ if (scope.remotion_cancelledError !== undefined) {
18031
+ reject(scope.remotion_cancelledError);
18032
18032
  clearInterval(interval);
18033
18033
  return;
18034
18034
  }
@@ -18307,8 +18307,8 @@ var waitForReady = (timeoutInMilliseconds, scope) => {
18307
18307
  clearInterval(interval);
18308
18308
  return;
18309
18309
  }
18310
- if (window.remotion_cancelledError !== undefined) {
18311
- reject(window.remotion_cancelledError);
18310
+ if (scope.remotion_cancelledError !== undefined) {
18311
+ reject(scope.remotion_cancelledError);
18312
18312
  clearInterval(interval);
18313
18313
  return;
18314
18314
  }
@@ -200,7 +200,7 @@ var renderContent = (Root) => {
200
200
  renderToDOM(/* @__PURE__ */ jsx("div", {
201
201
  children: /* @__PURE__ */ jsx(DelayedSpinner, {})
202
202
  }));
203
- import("./chunk-dx9vebsw.js").then(({ StudioInternals }) => {
203
+ import("./chunk-df4kyjv3.js").then(({ StudioInternals }) => {
204
204
  window.remotion_isStudio = true;
205
205
  window.remotion_isReadOnlyStudio = true;
206
206
  Internals.enableSequenceStackTraces();
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/studio"
4
4
  },
5
5
  "name": "@remotion/studio",
6
- "version": "4.0.373",
6
+ "version": "4.0.374",
7
7
  "description": "APIs for interacting with the Remotion Studio",
8
8
  "main": "dist",
9
9
  "sideEffects": false,
@@ -25,13 +25,13 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "semver": "7.5.3",
28
- "remotion": "4.0.373",
29
- "@remotion/player": "4.0.373",
30
- "@remotion/media-utils": "4.0.373",
31
- "@remotion/renderer": "4.0.373",
32
- "@remotion/web-renderer": "4.0.373",
33
- "@remotion/studio-shared": "4.0.373",
34
- "@remotion/zod-types": "4.0.373",
28
+ "remotion": "4.0.374",
29
+ "@remotion/player": "4.0.374",
30
+ "@remotion/media-utils": "4.0.374",
31
+ "@remotion/renderer": "4.0.374",
32
+ "@remotion/web-renderer": "4.0.374",
33
+ "@remotion/studio-shared": "4.0.374",
34
+ "@remotion/zod-types": "4.0.374",
35
35
  "mediabunny": "1.24.3",
36
36
  "memfs": "3.4.3",
37
37
  "source-map": "0.7.3",
@@ -42,7 +42,7 @@
42
42
  "react": "19.0.0",
43
43
  "react-dom": "19.0.0",
44
44
  "@types/semver": "^7.3.4",
45
- "@remotion/eslint-config-internal": "4.0.373",
45
+ "@remotion/eslint-config-internal": "4.0.374",
46
46
  "eslint": "9.19.0"
47
47
  },
48
48
  "publishConfig": {