@remotion/studio-shared
Advanced tools
Comparing version 4.0.227 to 4.0.228
import type { AudioCodec, Codec, ColorSpace, LogLevel, PixelFormat, ProResProfile, StillImageFormat, VideoImageFormat, X264Preset } from '@remotion/renderer'; | ||
import type { HardwareAccelerationOption } from '@remotion/renderer/client'; | ||
import type { RecastCodemod } from './codemods'; | ||
@@ -65,2 +66,3 @@ import type { InstallablePackage } from './installable-packages'; | ||
separateAudioTo: string | null; | ||
hardwareAcceleration: HardwareAccelerationOption; | ||
}; | ||
@@ -67,0 +69,0 @@ export type CancelRenderRequest = { |
import type { AudioCodec, Codec, ColorSpace, LogLevel, OpenGlRenderer, PixelFormat, ProResProfile, StillImageFormat, VideoImageFormat, X264Preset } from '@remotion/renderer'; | ||
import type { HardwareAccelerationOption } from '@remotion/renderer/client'; | ||
import type { GitSource } from './git-source'; | ||
@@ -40,2 +41,3 @@ import type { InstallablePackage } from './installable-packages'; | ||
metadata: Record<string, string> | null; | ||
hardwareAcceleration: HardwareAccelerationOption; | ||
}; | ||
@@ -42,0 +44,0 @@ declare global { |
@@ -111,4 +111,6 @@ import type { AudioCodec, Codec, ColorSpace, LogLevel, makeCancelSignal, PixelFormat, ProResProfile, StillImageFormat, StitchingState, VideoImageFormat, X264Preset } from '@remotion/renderer'; | ||
separateAudioTo: string | null; | ||
hardwareAcceleration: HardwareAccelerationOption; | ||
} & RenderJobDynamicStatus); | ||
import type { ChromiumOptions, OpenGlRenderer } from '@remotion/renderer'; | ||
import type { HardwareAccelerationOption } from '@remotion/renderer/client'; | ||
export type RequiredChromiumOptions = Required<ChromiumOptions>; | ||
@@ -115,0 +117,0 @@ export type UiOpenGlOptions = OpenGlRenderer | 'default'; |
@@ -6,3 +6,3 @@ { | ||
"name": "@remotion/studio-shared", | ||
"version": "4.0.227", | ||
"version": "4.0.228", | ||
"description": "Internal package for shared objects between the Studio backend and frontend", | ||
@@ -18,8 +18,8 @@ "main": "dist", | ||
"dependencies": { | ||
"remotion": "4.0.227" | ||
"remotion": "4.0.228" | ||
}, | ||
"devDependencies": { | ||
"eslint": "9.14.0", | ||
"@remotion/renderer": "4.0.227", | ||
"@remotion/eslint-config-internal": "4.0.227" | ||
"@remotion/eslint-config-internal": "4.0.228", | ||
"@remotion/renderer": "4.0.228" | ||
}, | ||
@@ -26,0 +26,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
110892
1139
+ Addedremotion@4.0.228(transitive)
- Removedremotion@4.0.227(transitive)
Updatedremotion@4.0.228