@remotion/web-renderer 4.0.498 → 4.0.499
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 +12 -12
package/dist/esm/index.mjs
CHANGED
|
@@ -3747,10 +3747,10 @@ var drawElement = async ({
|
|
|
3747
3747
|
finishTransform();
|
|
3748
3748
|
return {
|
|
3749
3749
|
cleanupAfterChildren: () => {
|
|
3750
|
+
finishOverflowHidden();
|
|
3750
3751
|
finishFilter();
|
|
3751
3752
|
finishOpacity();
|
|
3752
3753
|
finishClipPath();
|
|
3753
|
-
finishOverflowHidden();
|
|
3754
3754
|
}
|
|
3755
3755
|
};
|
|
3756
3756
|
};
|
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.499",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"type": "module",
|
|
9
9
|
"scripts": {
|
|
@@ -22,20 +22,20 @@
|
|
|
22
22
|
"@mediabunny/mp3-encoder": "1.50.8",
|
|
23
23
|
"@mediabunny/aac-encoder": "1.50.8",
|
|
24
24
|
"@mediabunny/flac-encoder": "1.50.8",
|
|
25
|
-
"@remotion/licensing": "4.0.
|
|
26
|
-
"remotion": "4.0.
|
|
25
|
+
"@remotion/licensing": "4.0.499",
|
|
26
|
+
"remotion": "4.0.499",
|
|
27
27
|
"mediabunny": "1.50.8"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@remotion/effects": "4.0.
|
|
30
|
+
"@remotion/effects": "4.0.499",
|
|
31
31
|
"@react-three/fiber": "9.2.0",
|
|
32
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
33
|
-
"@remotion/paths": "4.0.
|
|
34
|
-
"@remotion/player": "4.0.
|
|
35
|
-
"@remotion/media": "4.0.
|
|
36
|
-
"@remotion/shapes": "4.0.
|
|
37
|
-
"@remotion/three": "4.0.
|
|
38
|
-
"@remotion/transitions": "4.0.
|
|
32
|
+
"@remotion/eslint-config-internal": "4.0.499",
|
|
33
|
+
"@remotion/paths": "4.0.499",
|
|
34
|
+
"@remotion/player": "4.0.499",
|
|
35
|
+
"@remotion/media": "4.0.499",
|
|
36
|
+
"@remotion/shapes": "4.0.499",
|
|
37
|
+
"@remotion/three": "4.0.499",
|
|
38
|
+
"@remotion/transitions": "4.0.499",
|
|
39
39
|
"@types/three": "0.170.0",
|
|
40
40
|
"@typescript/native-preview": "7.0.0-dev.20260217.1",
|
|
41
41
|
"@vitejs/plugin-react": "4.3.4",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"three": "0.178.0",
|
|
48
48
|
"vitest": "4.0.9",
|
|
49
49
|
"vitest-browser-react": "2.0.2",
|
|
50
|
-
"zod": "4.3
|
|
50
|
+
"zod": "4.4.3"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
53
|
"react": ">=18.0.0",
|