remotion 4.0.386 → 4.0.387

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/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  <p align="center">
2
2
  <a href="https://github.com/remotion-dev/logo">
3
3
  <picture>
4
- <source media="(prefers-color-scheme: dark)" srcset="https://github.com/remotion-dev/logo/raw/main/animated-logo-banner-dark.gif">
4
+ <source media="(prefers-color-scheme: dark)" srcset="https://github.com/remotion-dev/logo/raw/main/animated-logo-banner-dark.apng">
5
5
  <img alt="Animated Remotion Logo" src="https://github.com/remotion-dev/logo/raw/main/animated-logo-banner-light.gif">
6
6
  </picture>
7
7
  </a>
@@ -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.386";
6
+ export declare const VERSION = "4.0.387";
@@ -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.386';
10
+ exports.VERSION = '4.0.387';
@@ -19,7 +19,7 @@ const volume_prop_js_1 = require("../volume-prop.js");
19
19
  const volume_safeguard_js_1 = require("../volume-safeguard.js");
20
20
  const get_current_time_js_1 = require("./get-current-time.js");
21
21
  const seek_until_right_js_1 = require("./seek-until-right.js");
22
- const VideoForRenderingForwardFunction = ({ onError, volume: volumeProp, allowAmplificationDuringRender, playbackRate, onDuration, toneFrequency, name, acceptableTimeShiftInSeconds, delayRenderRetries, delayRenderTimeoutInMilliseconds, loopVolumeCurveBehavior, audioStreamIndex, ...props }, ref) => {
22
+ const VideoForRenderingForwardFunction = ({ onError, volume: volumeProp, allowAmplificationDuringRender, playbackRate, onDuration, toneFrequency, name, acceptableTimeShiftInSeconds, delayRenderRetries, delayRenderTimeoutInMilliseconds, loopVolumeCurveBehavior, audioStreamIndex, onVideoFrame, ...props }, ref) => {
23
23
  const absoluteFrame = (0, timeline_position_state_js_1.useTimelinePosition)();
24
24
  const frame = (0, use_current_frame_js_1.useCurrentFrame)();
25
25
  const volumePropsFrame = (0, use_audio_frame_js_1.useFrameForVolumeProp)(loopVolumeCurveBehavior !== null && loopVolumeCurveBehavior !== void 0 ? loopVolumeCurveBehavior : 'repeat');
@@ -110,7 +110,7 @@ function truthy(value) {
110
110
  }
111
111
 
112
112
  // src/version.ts
113
- var VERSION = "4.0.386";
113
+ var VERSION = "4.0.387";
114
114
 
115
115
  // src/multiple-versions-warning.ts
116
116
  var checkMultipleRemotionVersions = () => {
@@ -8106,6 +8106,7 @@ var VideoForRenderingForwardFunction = ({
8106
8106
  delayRenderTimeoutInMilliseconds,
8107
8107
  loopVolumeCurveBehavior,
8108
8108
  audioStreamIndex,
8109
+ onVideoFrame,
8109
8110
  ...props2
8110
8111
  }, ref) => {
8111
8112
  const absoluteFrame = useTimelinePosition();
@@ -1,5 +1,5 @@
1
1
  // src/version.ts
2
- var VERSION = "4.0.386";
2
+ var VERSION = "4.0.387";
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.386",
6
+ "version": "4.0.387",
7
7
  "description": "Make videos programmatically",
8
8
  "main": "dist/cjs/index.js",
9
9
  "types": "dist/cjs/index.d.ts",
@@ -30,11 +30,11 @@
30
30
  "@happy-dom/global-registrator": "14.5.1",
31
31
  "@types/dom-webcodecs": "0.1.11",
32
32
  "happy-dom": "20.0.2",
33
- "react": "19.2.1",
34
- "react-dom": "19.2.1",
33
+ "react": "19.2.3",
34
+ "react-dom": "19.2.3",
35
35
  "webpack": "5.96.1",
36
36
  "zod": "3.22.3",
37
- "@remotion/eslint-config-internal": "4.0.386",
37
+ "@remotion/eslint-config-internal": "4.0.387",
38
38
  "eslint": "9.19.0"
39
39
  },
40
40
  "keywords": [