@remotion/transitions 4.0.488 → 4.0.490

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.
@@ -328,4 +328,3 @@ exports.TransitionSeries = TransitionSeries;
328
328
  TransitionSeries.Sequence = SeriesSequence;
329
329
  TransitionSeries.Transition = TransitionSeriesTransition;
330
330
  TransitionSeries.Overlay = SeriesOverlay;
331
- remotion_1.Internals.addSequenceStackTraces(TransitionSeries);
@@ -1515,7 +1515,6 @@ var TransitionSeries = Interactive.withSchema({
1515
1515
  TransitionSeries.Sequence = SeriesSequence;
1516
1516
  TransitionSeries.Transition = TransitionSeriesTransition;
1517
1517
  TransitionSeries.Overlay = SeriesOverlay;
1518
- Internals2.addSequenceStackTraces(TransitionSeries);
1519
1518
  // src/use-transition-progress.ts
1520
1519
  import React5 from "react";
1521
1520
  var useTransitionProgress = () => {
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.488",
6
+ "version": "4.0.490",
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.488",
26
- "@remotion/shapes": "4.0.488",
27
- "@remotion/paths": "4.0.488"
25
+ "remotion": "4.0.490",
26
+ "@remotion/shapes": "4.0.490",
27
+ "@remotion/paths": "4.0.490"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@happy-dom/global-registrator": "14.5.1",
31
- "remotion": "4.0.488",
31
+ "remotion": "4.0.490",
32
32
  "react": "19.2.3",
33
33
  "react-dom": "19.2.3",
34
- "@remotion/test-utils": "4.0.488",
35
- "@remotion/player": "4.0.488",
36
- "@remotion/eslint-config-internal": "4.0.488",
34
+ "@remotion/test-utils": "4.0.490",
35
+ "@remotion/player": "4.0.490",
36
+ "@remotion/eslint-config-internal": "4.0.490",
37
37
  "eslint": "9.19.0",
38
38
  "@typescript/native-preview": "7.0.0-dev.20260217.1"
39
39
  },