remotion 4.0.382 → 4.0.383

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.
@@ -62,7 +62,6 @@ const Freeze = ({ frame: frameToFreeze, children, active = true, }) => {
62
62
  }
63
63
  return {
64
64
  ...sequenceContext,
65
- relativeFrom: 0,
66
65
  cumulatedFrom: 0,
67
66
  };
68
67
  }, [sequenceContext, isActive]);
@@ -3,4 +3,4 @@
3
3
  * @see [Documentation](https://remotion.dev/docs/version)
4
4
  * @returns {string} The current version of the remotion package
5
5
  */
6
- export declare const VERSION = "4.0.382";
6
+ export declare const VERSION = "4.0.383";
@@ -7,4 +7,4 @@ exports.VERSION = void 0;
7
7
  * @see [Documentation](https://remotion.dev/docs/version)
8
8
  * @returns {string} The current version of the remotion package
9
9
  */
10
- exports.VERSION = '4.0.382';
10
+ exports.VERSION = '4.0.383';
@@ -110,7 +110,7 @@ function truthy(value) {
110
110
  }
111
111
 
112
112
  // src/version.ts
113
- var VERSION = "4.0.382";
113
+ var VERSION = "4.0.383";
114
114
 
115
115
  // src/multiple-versions-warning.ts
116
116
  var checkMultipleRemotionVersions = () => {
@@ -1748,7 +1748,6 @@ var Freeze = ({
1748
1748
  }
1749
1749
  return {
1750
1750
  ...sequenceContext,
1751
- relativeFrom: 0,
1752
1751
  cumulatedFrom: 0
1753
1752
  };
1754
1753
  }, [sequenceContext, isActive]);
@@ -1,5 +1,5 @@
1
1
  // src/version.ts
2
- var VERSION = "4.0.382";
2
+ var VERSION = "4.0.383";
3
3
  export {
4
4
  VERSION
5
5
  };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/core"
4
4
  },
5
5
  "name": "remotion",
6
- "version": "4.0.382",
6
+ "version": "4.0.383",
7
7
  "description": "Make videos programmatically",
8
8
  "main": "dist/cjs/index.js",
9
9
  "types": "dist/cjs/index.d.ts",
@@ -34,7 +34,7 @@
34
34
  "react-dom": "19.2.1",
35
35
  "webpack": "5.96.1",
36
36
  "zod": "3.22.3",
37
- "@remotion/eslint-config-internal": "4.0.382",
37
+ "@remotion/eslint-config-internal": "4.0.383",
38
38
  "eslint": "9.19.0"
39
39
  },
40
40
  "keywords": [