@remotion/studio 4.0.426 → 4.0.427
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.
|
@@ -86,7 +86,7 @@ const CodemodFooter = ({ codemod, valid, loadingNotification, successNotificatio
|
|
|
86
86
|
aborted = true;
|
|
87
87
|
abortController.abort();
|
|
88
88
|
};
|
|
89
|
-
}, [
|
|
89
|
+
}, [getCanApplyCodemod]);
|
|
90
90
|
const disabled = !valid ||
|
|
91
91
|
submitting ||
|
|
92
92
|
projectInfo === null ||
|
|
@@ -23616,7 +23616,7 @@ var CodemodFooter = ({
|
|
|
23616
23616
|
aborted = true;
|
|
23617
23617
|
abortController.abort();
|
|
23618
23618
|
};
|
|
23619
|
-
}, [
|
|
23619
|
+
}, [getCanApplyCodemod]);
|
|
23620
23620
|
const disabled = !valid || submitting || projectInfo === null || codemodStatus.type !== "success";
|
|
23621
23621
|
const { registerKeybinding } = useKeybinding();
|
|
23622
23622
|
useEffect76(() => {
|
package/dist/esm/internals.mjs
CHANGED
|
@@ -23635,7 +23635,7 @@ var CodemodFooter = ({
|
|
|
23635
23635
|
aborted = true;
|
|
23636
23636
|
abortController.abort();
|
|
23637
23637
|
};
|
|
23638
|
-
}, [
|
|
23638
|
+
}, [getCanApplyCodemod]);
|
|
23639
23639
|
const disabled = !valid || submitting || projectInfo === null || codemodStatus.type !== "success";
|
|
23640
23640
|
const { registerKeybinding } = useKeybinding();
|
|
23641
23641
|
useEffect76(() => {
|
|
@@ -23915,7 +23915,7 @@ var CodemodFooter = ({
|
|
|
23915
23915
|
aborted = true;
|
|
23916
23916
|
abortController.abort();
|
|
23917
23917
|
};
|
|
23918
|
-
}, [
|
|
23918
|
+
}, [getCanApplyCodemod]);
|
|
23919
23919
|
const disabled = !valid || submitting || projectInfo === null || codemodStatus.type !== "success";
|
|
23920
23920
|
const { registerKeybinding } = useKeybinding();
|
|
23921
23921
|
useEffect76(() => {
|
package/dist/esm/renderEntry.mjs
CHANGED
|
@@ -208,7 +208,7 @@ var renderContent = (Root) => {
|
|
|
208
208
|
renderToDOM(/* @__PURE__ */ jsx("div", {
|
|
209
209
|
children: /* @__PURE__ */ jsx(DelayedSpinner, {})
|
|
210
210
|
}));
|
|
211
|
-
import("./chunk-
|
|
211
|
+
import("./chunk-k61xktct.js").then(({ StudioInternals }) => {
|
|
212
212
|
window.remotion_isStudio = true;
|
|
213
213
|
window.remotion_isReadOnlyStudio = true;
|
|
214
214
|
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.
|
|
6
|
+
"version": "4.0.427",
|
|
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.
|
|
29
|
-
"@remotion/player": "4.0.
|
|
30
|
-
"@remotion/media-utils": "4.0.
|
|
31
|
-
"@remotion/renderer": "4.0.
|
|
32
|
-
"@remotion/web-renderer": "4.0.
|
|
33
|
-
"@remotion/studio-shared": "4.0.
|
|
34
|
-
"@remotion/zod-types": "4.0.
|
|
28
|
+
"remotion": "4.0.427",
|
|
29
|
+
"@remotion/player": "4.0.427",
|
|
30
|
+
"@remotion/media-utils": "4.0.427",
|
|
31
|
+
"@remotion/renderer": "4.0.427",
|
|
32
|
+
"@remotion/web-renderer": "4.0.427",
|
|
33
|
+
"@remotion/studio-shared": "4.0.427",
|
|
34
|
+
"@remotion/zod-types": "4.0.427",
|
|
35
35
|
"mediabunny": "1.34.4",
|
|
36
36
|
"memfs": "3.4.3",
|
|
37
37
|
"source-map": "0.7.3",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"react": "19.2.3",
|
|
43
43
|
"react-dom": "19.2.3",
|
|
44
44
|
"@types/semver": "^7.3.4",
|
|
45
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
45
|
+
"@remotion/eslint-config-internal": "4.0.427",
|
|
46
46
|
"eslint": "9.19.0",
|
|
47
47
|
"@typescript/native-preview": "7.0.0-dev.20260217.1"
|
|
48
48
|
},
|