@remotion/transitions 4.0.213 → 4.0.214
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.
|
@@ -1,2 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
|
|
2
|
+
type ReactChildArray = ReturnType<typeof React.Children.toArray>;
|
|
3
|
+
export declare const flattenChildren: (children: React.ReactNode) => ReactChildArray;
|
|
4
|
+
export {};
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/transitions"
|
|
4
4
|
},
|
|
5
5
|
"name": "@remotion/transitions",
|
|
6
|
-
"version": "4.0.
|
|
6
|
+
"version": "4.0.214",
|
|
7
7
|
"description": "Library for creating transitions in Remotion",
|
|
8
8
|
"sideEffects": false,
|
|
9
9
|
"main": "dist/esm/index.mjs",
|
|
@@ -16,17 +16,17 @@
|
|
|
16
16
|
"url": "https://github.com/remotion-dev/remotion/issues"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"remotion": "4.0.
|
|
20
|
-
"@remotion/shapes": "4.0.
|
|
21
|
-
"@remotion/paths": "4.0.
|
|
19
|
+
"remotion": "4.0.214",
|
|
20
|
+
"@remotion/shapes": "4.0.214",
|
|
21
|
+
"@remotion/paths": "4.0.214"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@happy-dom/global-registrator": "14.5.1",
|
|
25
25
|
"react": "18.3.1",
|
|
26
26
|
"react-dom": "18.3.1",
|
|
27
27
|
"@vitejs/plugin-react": "^2.0.0",
|
|
28
|
-
"remotion": "4.0.
|
|
29
|
-
"
|
|
28
|
+
"@remotion/test-utils": "4.0.214",
|
|
29
|
+
"remotion": "4.0.214"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"react": ">=16.8.0",
|
|
@@ -111,6 +111,6 @@
|
|
|
111
111
|
"test": "bun test src",
|
|
112
112
|
"lint": "eslint src --ext ts,tsx",
|
|
113
113
|
"formatting": "prettier src --check",
|
|
114
|
-
"
|
|
114
|
+
"make": "bun --env-file=../.env.bundle bundle.ts"
|
|
115
115
|
}
|
|
116
116
|
}
|