@remotion/transitions 4.0.235 → 4.0.236
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/package.json +22 -22
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.236",
|
|
7
7
|
"description": "Library for creating transitions in Remotion",
|
|
8
8
|
"sideEffects": false,
|
|
9
9
|
"main": "dist/esm/index.mjs",
|
|
@@ -16,18 +16,18 @@
|
|
|
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.236",
|
|
20
|
+
"@remotion/shapes": "4.0.236",
|
|
21
|
+
"@remotion/paths": "4.0.236"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@happy-dom/global-registrator": "14.5.1",
|
|
25
|
-
"react": "
|
|
26
|
-
"react-dom": "
|
|
25
|
+
"react": "19.0.0",
|
|
26
|
+
"react-dom": "19.0.0",
|
|
27
27
|
"eslint": "9.14.0",
|
|
28
|
-
"remotion": "4.0.
|
|
29
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
30
|
-
"@remotion/test-utils": "4.0.
|
|
28
|
+
"remotion": "4.0.236",
|
|
29
|
+
"@remotion/eslint-config-internal": "4.0.236",
|
|
30
|
+
"@remotion/test-utils": "4.0.236"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"react": ">=16.8.0",
|
|
@@ -42,46 +42,46 @@
|
|
|
42
42
|
},
|
|
43
43
|
"exports": {
|
|
44
44
|
".": {
|
|
45
|
+
"types": "./dist/index.d.ts",
|
|
45
46
|
"module": "./dist/esm/index.mjs",
|
|
46
47
|
"import": "./dist/esm/index.mjs",
|
|
47
|
-
"types": "./dist/index.d.ts",
|
|
48
48
|
"require": "./dist/index.js"
|
|
49
49
|
},
|
|
50
50
|
"./fade": {
|
|
51
|
+
"types": "./dist/presentations/fade.d.ts",
|
|
51
52
|
"module": "./dist/esm/fade.mjs",
|
|
52
53
|
"import": "./dist/esm/fade.mjs",
|
|
53
|
-
"require": "./dist/presentations/fade.js"
|
|
54
|
-
"types": "./dist/presentations/fade.d.ts"
|
|
54
|
+
"require": "./dist/presentations/fade.js"
|
|
55
55
|
},
|
|
56
56
|
"./slide": {
|
|
57
|
+
"types": "./dist/presentations/slide.d.ts",
|
|
57
58
|
"module": "./dist/esm/slide.mjs",
|
|
58
59
|
"import": "./dist/esm/slide.mjs",
|
|
59
|
-
"require": "./dist/presentations/slide.js"
|
|
60
|
-
"types": "./dist/presentations/slide.d.ts"
|
|
60
|
+
"require": "./dist/presentations/slide.js"
|
|
61
61
|
},
|
|
62
62
|
"./wipe": {
|
|
63
|
+
"types": "./dist/presentations/wipe.d.ts",
|
|
63
64
|
"module": "./dist/esm/wipe.mjs",
|
|
64
65
|
"import": "./dist/esm/wipe.mjs",
|
|
65
|
-
"require": "./dist/presentations/wipe.js"
|
|
66
|
-
"types": "./dist/presentations/wipe.d.ts"
|
|
66
|
+
"require": "./dist/presentations/wipe.js"
|
|
67
67
|
},
|
|
68
68
|
"./flip": {
|
|
69
|
+
"types": "./dist/presentations/flip.d.ts",
|
|
69
70
|
"module": "./dist/esm/flip.mjs",
|
|
70
71
|
"import": "./dist/esm/flip.mjs",
|
|
71
|
-
"require": "./dist/presentations/flip.js"
|
|
72
|
-
"types": "./dist/presentations/flip.d.ts"
|
|
72
|
+
"require": "./dist/presentations/flip.js"
|
|
73
73
|
},
|
|
74
74
|
"./clock-wipe": {
|
|
75
|
+
"types": "./dist/presentations/clock-wipe.d.ts",
|
|
75
76
|
"module": "./dist/esm/clock-wipe.mjs",
|
|
76
77
|
"import": "./dist/esm/clock-wipe.mjs",
|
|
77
|
-
"require": "./dist/presentations/clock-wipe.js"
|
|
78
|
-
"types": "./dist/presentations/clock-wipe.d.ts"
|
|
78
|
+
"require": "./dist/presentations/clock-wipe.js"
|
|
79
79
|
},
|
|
80
80
|
"./none": {
|
|
81
|
+
"types": "./dist/presentations/none.d.ts",
|
|
81
82
|
"module": "./dist/esm/none.mjs",
|
|
82
83
|
"import": "./dist/esm/none.mjs",
|
|
83
|
-
"require": "./dist/presentations/none.js"
|
|
84
|
-
"types": "./dist/presentations/none.d.ts"
|
|
84
|
+
"require": "./dist/presentations/none.js"
|
|
85
85
|
},
|
|
86
86
|
"./package.json": "./package.json"
|
|
87
87
|
},
|