@remotion/transitions 4.0.479 → 4.0.481

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.
@@ -319,6 +319,7 @@ const TransitionSeriesInner = (props) => {
319
319
  };
320
320
  const TransitionSeries = remotion_1.Interactive.withSchema({
321
321
  Component: TransitionSeriesInner,
322
+ componentName: '<TransitionSeries>',
322
323
  componentIdentity: 'dev.remotion.transitions.TransitionSeries',
323
324
  schema: transitionSeriesSchema,
324
325
  supportsEffects: false,
@@ -1507,6 +1507,7 @@ var TransitionSeriesInner = (props) => {
1507
1507
  };
1508
1508
  var TransitionSeries = Interactive.withSchema({
1509
1509
  Component: TransitionSeriesInner,
1510
+ componentName: "<TransitionSeries>",
1510
1511
  componentIdentity: "dev.remotion.transitions.TransitionSeries",
1511
1512
  schema: transitionSeriesSchema,
1512
1513
  supportsEffects: false
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.479",
6
+ "version": "4.0.481",
7
7
  "description": "Library for creating transitions in Remotion",
8
8
  "main": "dist/esm/index.mjs",
9
9
  "module": "dist/esm/index.js",
@@ -22,18 +22,18 @@
22
22
  "url": "https://github.com/remotion-dev/remotion/issues"
23
23
  },
24
24
  "dependencies": {
25
- "remotion": "4.0.479",
26
- "@remotion/shapes": "4.0.479",
27
- "@remotion/paths": "4.0.479"
25
+ "remotion": "4.0.481",
26
+ "@remotion/shapes": "4.0.481",
27
+ "@remotion/paths": "4.0.481"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@happy-dom/global-registrator": "14.5.1",
31
- "remotion": "4.0.479",
31
+ "remotion": "4.0.481",
32
32
  "react": "19.2.3",
33
33
  "react-dom": "19.2.3",
34
- "@remotion/test-utils": "4.0.479",
35
- "@remotion/player": "4.0.479",
36
- "@remotion/eslint-config-internal": "4.0.479",
34
+ "@remotion/test-utils": "4.0.481",
35
+ "@remotion/player": "4.0.481",
36
+ "@remotion/eslint-config-internal": "4.0.481",
37
37
  "eslint": "9.19.0",
38
38
  "@typescript/native-preview": "7.0.0-dev.20260217.1"
39
39
  },