@remotion/web-renderer 4.0.408 → 4.0.409
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.
- package/dist/esm/index.mjs +1 -1
- package/package.json +10 -6
package/dist/esm/index.mjs
CHANGED
|
@@ -3647,7 +3647,7 @@ var waitForReady = ({
|
|
|
3647
3647
|
const backgroundSafeTick = keepalive ? Promise.race([rafTick, keepalive.waitForTick()]) : rafTick;
|
|
3648
3648
|
backgroundSafeTick.then(check);
|
|
3649
3649
|
};
|
|
3650
|
-
|
|
3650
|
+
check();
|
|
3651
3651
|
return promise;
|
|
3652
3652
|
};
|
|
3653
3653
|
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/web-renderer"
|
|
4
4
|
},
|
|
5
5
|
"name": "@remotion/web-renderer",
|
|
6
|
-
"version": "4.0.
|
|
6
|
+
"version": "4.0.409",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"type": "module",
|
|
9
9
|
"sideEffects": false,
|
|
@@ -19,14 +19,17 @@
|
|
|
19
19
|
"author": "Remotion <jonny@remotion.dev>",
|
|
20
20
|
"license": "UNLICENSED",
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@remotion/licensing": "4.0.
|
|
23
|
-
"remotion": "4.0.
|
|
22
|
+
"@remotion/licensing": "4.0.409",
|
|
23
|
+
"remotion": "4.0.409",
|
|
24
24
|
"mediabunny": "1.29.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@
|
|
28
|
-
"@remotion/
|
|
29
|
-
"@remotion/
|
|
27
|
+
"@react-three/fiber": "9.2.0",
|
|
28
|
+
"@remotion/eslint-config-internal": "4.0.409",
|
|
29
|
+
"@remotion/player": "4.0.409",
|
|
30
|
+
"@remotion/media": "4.0.409",
|
|
31
|
+
"@remotion/three": "4.0.409",
|
|
32
|
+
"@types/three": "0.170.0",
|
|
30
33
|
"@typescript/native-preview": "7.0.0-dev.20260105.1",
|
|
31
34
|
"@vitejs/plugin-react": "4.1.0",
|
|
32
35
|
"@vitest/browser-playwright": "4.0.9",
|
|
@@ -34,6 +37,7 @@
|
|
|
34
37
|
"eslint": "9.19.0",
|
|
35
38
|
"react": "19.2.3",
|
|
36
39
|
"react-dom": "19.2.3",
|
|
40
|
+
"three": "0.178.0",
|
|
37
41
|
"vitest": "4.0.9",
|
|
38
42
|
"vitest-browser-react": "^2.0.2",
|
|
39
43
|
"zod": "3.22.3"
|