@remotion/studio 4.0.448 → 4.0.450

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.
@@ -5,7 +5,7 @@ const jsx_runtime_1 = require("react/jsx-runtime");
5
5
  const styles_1 = require("../../components/Menu/styles");
6
6
  const colors_1 = require("../../helpers/colors");
7
7
  const CalculateMetadataErrorExplainer = () => {
8
- return (jsx_runtime_1.jsxs("div", { style: style, children: ["This error occured while calling", ' ', jsx_runtime_1.jsx("code", { style: styles_1.inlineCodeSnippet, children: "calculateMetadata()" }),
8
+ return (jsx_runtime_1.jsxs("div", { style: style, children: ["This error occurred while calling", ' ', jsx_runtime_1.jsx("code", { style: styles_1.inlineCodeSnippet, children: "calculateMetadata()" }),
9
9
  "."] }));
10
10
  };
11
11
  exports.CalculateMetadataErrorExplainer = CalculateMetadataErrorExplainer;
@@ -5929,7 +5929,7 @@ var CalculateMetadataErrorExplainer = () => {
5929
5929
  return /* @__PURE__ */ jsxs18("div", {
5930
5930
  style: style3,
5931
5931
  children: [
5932
- "This error occured while calling",
5932
+ "This error occurred while calling",
5933
5933
  " ",
5934
5934
  /* @__PURE__ */ jsx51("code", {
5935
5935
  style: inlineCodeSnippet,
@@ -5948,7 +5948,7 @@ var CalculateMetadataErrorExplainer = () => {
5948
5948
  return /* @__PURE__ */ jsxs18("div", {
5949
5949
  style: style3,
5950
5950
  children: [
5951
- "This error occured while calling",
5951
+ "This error occurred while calling",
5952
5952
  " ",
5953
5953
  /* @__PURE__ */ jsx51("code", {
5954
5954
  style: inlineCodeSnippet,
@@ -692,7 +692,7 @@ var CalculateMetadataErrorExplainer = () => {
692
692
  return /* @__PURE__ */ jsxs5("div", {
693
693
  style,
694
694
  children: [
695
- "This error occured while calling",
695
+ "This error occurred while calling",
696
696
  " ",
697
697
  /* @__PURE__ */ jsx9("code", {
698
698
  style: inlineCodeSnippet,
@@ -209,7 +209,7 @@ var renderContent = (Root) => {
209
209
  renderToDOM(/* @__PURE__ */ jsx("div", {
210
210
  children: /* @__PURE__ */ jsx(DelayedSpinner, {})
211
211
  }));
212
- import("./chunk-9s6mbe6g.js").then(({ StudioInternals }) => {
212
+ import("./chunk-v2r2309d.js").then(({ StudioInternals }) => {
213
213
  window.remotion_isStudio = true;
214
214
  window.remotion_isReadOnlyStudio = true;
215
215
  window.remotion_inputProps = "{}";
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.448",
6
+ "version": "4.0.450",
7
7
  "description": "APIs for interacting with the Remotion Studio",
8
8
  "main": "dist",
9
9
  "sideEffects": false,
@@ -26,13 +26,13 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "semver": "7.5.3",
29
- "remotion": "4.0.448",
30
- "@remotion/player": "4.0.448",
31
- "@remotion/media-utils": "4.0.448",
32
- "@remotion/renderer": "4.0.448",
33
- "@remotion/web-renderer": "4.0.448",
34
- "@remotion/studio-shared": "4.0.448",
35
- "@remotion/zod-types": "4.0.448",
29
+ "remotion": "4.0.449",
30
+ "@remotion/player": "4.0.449",
31
+ "@remotion/media-utils": "4.0.449",
32
+ "@remotion/renderer": "4.0.449",
33
+ "@remotion/web-renderer": "4.0.449",
34
+ "@remotion/studio-shared": "4.0.449",
35
+ "@remotion/zod-types": "4.0.449",
36
36
  "mediabunny": "1.39.2",
37
37
  "memfs": "3.4.3",
38
38
  "source-map": "0.7.3",
@@ -43,7 +43,7 @@
43
43
  "react": "19.2.3",
44
44
  "react-dom": "19.2.3",
45
45
  "@types/semver": "^7.3.4",
46
- "@remotion/eslint-config-internal": "4.0.448",
46
+ "@remotion/eslint-config-internal": "4.0.449",
47
47
  "eslint": "9.19.0",
48
48
  "@typescript/native-preview": "7.0.0-dev.20260217.1"
49
49
  },