@remotion/transitions 4.0.316 → 4.0.318
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/TransitionSeries.js +0 -1
- package/package.json +8 -8
package/dist/TransitionSeries.js
CHANGED
|
@@ -9,7 +9,6 @@ const context_js_1 = require("./context.js");
|
|
|
9
9
|
const flatten_children_js_1 = require("./flatten-children.js");
|
|
10
10
|
const slide_js_1 = require("./presentations/slide.js");
|
|
11
11
|
const validate_js_1 = require("./validate.js");
|
|
12
|
-
// eslint-disable-next-line react/function-component-definition
|
|
13
12
|
const TransitionSeriesTransition = function (
|
|
14
13
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
15
14
|
_props) {
|
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.318",
|
|
7
7
|
"description": "Library for creating transitions in Remotion",
|
|
8
8
|
"sideEffects": false,
|
|
9
9
|
"main": "dist/esm/index.mjs",
|
|
@@ -16,19 +16,19 @@
|
|
|
16
16
|
"url": "https://github.com/remotion-dev/remotion/issues"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"remotion": "4.0.
|
|
20
|
-
"@remotion/
|
|
21
|
-
"@remotion/
|
|
19
|
+
"remotion": "4.0.318",
|
|
20
|
+
"@remotion/shapes": "4.0.318",
|
|
21
|
+
"@remotion/paths": "4.0.318"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@happy-dom/global-registrator": "14.5.1",
|
|
25
25
|
"react": "19.0.0",
|
|
26
26
|
"react-dom": "19.0.0",
|
|
27
27
|
"eslint": "9.19.0",
|
|
28
|
-
"remotion": "4.0.
|
|
29
|
-
"@remotion/
|
|
30
|
-
"@remotion/
|
|
31
|
-
"@remotion/
|
|
28
|
+
"remotion": "4.0.318",
|
|
29
|
+
"@remotion/player": "4.0.318",
|
|
30
|
+
"@remotion/test-utils": "4.0.318",
|
|
31
|
+
"@remotion/eslint-config-internal": "4.0.318"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"react": ">=16.8.0",
|