remotion 4.0.402 → 4.0.404
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/index.d.ts
CHANGED
|
@@ -7,6 +7,7 @@ import type { StaticFile } from './get-static-files.js';
|
|
|
7
7
|
import type { LogLevel } from './log.js';
|
|
8
8
|
import type { ProResProfile } from './prores-profile.js';
|
|
9
9
|
import type { PixelFormat, VideoImageFormat } from './render-types.js';
|
|
10
|
+
import type { UseBufferState } from './use-buffer-state';
|
|
10
11
|
import type { VideoConfig } from './video-config.js';
|
|
11
12
|
export type VideoConfigWithSerializedProps = Omit<VideoConfig, 'defaultProps' | 'props'> & {
|
|
12
13
|
serializedDefaultPropsWithCustomSchema: string;
|
|
@@ -154,7 +155,6 @@ export type _InternalTypes = {
|
|
|
154
155
|
AnyCompMetadata: AnyCompMetadata;
|
|
155
156
|
AudioOrVideoAsset: AudioOrVideoAsset;
|
|
156
157
|
TRenderAsset: TRenderAsset;
|
|
157
|
-
LoopDisplay: LoopDisplay;
|
|
158
158
|
ProResProfile: ProResProfile;
|
|
159
159
|
};
|
|
160
|
-
export type { DelayRenderScope };
|
|
160
|
+
export type { DelayRenderScope, LoopDisplay, UseBufferState };
|
package/dist/cjs/version.d.ts
CHANGED
package/dist/cjs/version.js
CHANGED
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.404",
|
|
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.3",
|
|
35
35
|
"webpack": "5.96.1",
|
|
36
36
|
"zod": "3.22.3",
|
|
37
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
37
|
+
"@remotion/eslint-config-internal": "4.0.404",
|
|
38
38
|
"eslint": "9.19.0"
|
|
39
39
|
},
|
|
40
40
|
"keywords": [
|