remotion 4.0.265 → 4.0.267
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/dist/cjs/internals.d.ts
CHANGED
|
@@ -191,4 +191,4 @@ export declare const Internals: {
|
|
|
191
191
|
seek: (newFrame: number) => void;
|
|
192
192
|
} | null>;
|
|
193
193
|
};
|
|
194
|
-
export type { CompositionManagerContext, CompProps, LoggingContextValue, MediaVolumeContextValue, RemotionEnvironment, SerializedJSONWithCustomFields, SetMediaVolumeContextValue, SetTimelineContextValue,
|
|
194
|
+
export type { CompositionManagerContext, CompProps, LoggingContextValue, MediaVolumeContextValue, RemotionEnvironment, SerializedJSONWithCustomFields, SetMediaVolumeContextValue, SetTimelineContextValue, TCompMetadata, TComposition, TimelineContextValue, TRenderAsset, TSequence, WatchRemotionStaticFilesPayload, };
|
package/dist/cjs/version.d.ts
CHANGED
package/dist/cjs/version.js
CHANGED
|
@@ -13,7 +13,7 @@ export declare const Video: React.ForwardRefExoticComponent<Omit<Omit<React.Deta
|
|
|
13
13
|
loopVolumeCurveBehavior?: import("../audio/use-audio-frame.js").LoopVolumeCurveBehavior;
|
|
14
14
|
delayRenderRetries?: number;
|
|
15
15
|
onError?: (err: Error) => void;
|
|
16
|
-
onAutoPlayError?: () => void;
|
|
16
|
+
onAutoPlayError?: null | (() => void);
|
|
17
17
|
} & RemotionMainVideoProps & {
|
|
18
18
|
/**
|
|
19
19
|
* @deprecated For internal use only
|
|
@@ -22,7 +22,7 @@ export type RemotionVideoProps = Omit<React.DetailedHTMLProps<React.VideoHTMLAtt
|
|
|
22
22
|
loopVolumeCurveBehavior?: LoopVolumeCurveBehavior;
|
|
23
23
|
delayRenderRetries?: number;
|
|
24
24
|
onError?: (err: Error) => void;
|
|
25
|
-
onAutoPlayError?: () => void;
|
|
25
|
+
onAutoPlayError?: null | (() => void);
|
|
26
26
|
};
|
|
27
27
|
type DeprecatedOffthreadVideoProps = {
|
|
28
28
|
/**
|
package/dist/esm/index.mjs
CHANGED
package/dist/esm/version.mjs
CHANGED
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.
|
|
6
|
+
"version": "4.0.267",
|
|
7
7
|
"description": "Make videos programmatically",
|
|
8
8
|
"main": "dist/cjs/index.js",
|
|
9
9
|
"types": "dist/cjs/index.d.ts",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"webpack": "5.96.1",
|
|
29
29
|
"zod": "3.22.3",
|
|
30
30
|
"eslint": "9.19.0",
|
|
31
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
31
|
+
"@remotion/eslint-config-internal": "4.0.267"
|
|
32
32
|
},
|
|
33
33
|
"keywords": [
|
|
34
34
|
"remotion",
|