@remotion/studio-shared
Advanced tools
Comparing version 4.0.215 to 4.0.216
@@ -80,2 +80,3 @@ import type { AudioCodec, Codec, ColorSpace, LogLevel, PixelFormat, ProResProfile, StillImageFormat, VideoImageFormat, X264Preset } from '@remotion/renderer'; | ||
beepOnFinish: boolean; | ||
metadata: Record<string, string> | null; | ||
} & AddRenderRequestDynamicFields; | ||
@@ -82,0 +83,0 @@ export type RemoveRenderRequest = { |
@@ -1,2 +0,2 @@ | ||
export declare const packages: readonly ["ai-improvements", "animation-utils", "animated-emoji", "astro-example", "babel-loader", "bugs", "bundler", "cli-autocomplete", "cli", "cloudrun", "compositor-darwin-arm64", "compositor-darwin-x64", "compositor-linux-arm64-gnu", "compositor-linux-arm64-musl", "compositor-linux-x64-gnu", "compositor-linux-x64-musl", "compositor-win32-x64-msvc", "core", "create-video", "discord-poster", "docusaurus-plugin", "docs", "enable-scss", "eslint-config", "eslint-plugin", "example-without-zod", "example", "fonts", "gif", "google-fonts", "install-whisper-cpp", "it-tests", "lambda-go-example", "lambda-go", "lambda-php", "lambda-python", "lambda", "layout-utils", "lottie", "media-utils", "motion-blur", "noise", "paths", "player-example", "player", "preload", "renderer", "rive", "shapes", "skia", "streaming", "serverless", "studio-server", "studio-shared", "studio", "tailwind", "test-utils", "three", "transitions", "media-parser", "zod-types", "webcodecs", "convert"]; | ||
export declare const packages: readonly ["ai-improvements", "animation-utils", "animated-emoji", "astro-example", "babel-loader", "bugs", "bundler", "cli-autocomplete", "cli", "cloudrun", "compositor-darwin-arm64", "compositor-darwin-x64", "compositor-linux-arm64-gnu", "compositor-linux-arm64-musl", "compositor-linux-x64-gnu", "compositor-linux-x64-musl", "compositor-win32-x64-msvc", "core", "create-video", "discord-poster", "docusaurus-plugin", "docs", "enable-scss", "eslint-config", "eslint-plugin", "example-without-zod", "example", "fonts", "gif", "google-fonts", "install-whisper-cpp", "it-tests", "lambda-go-example", "lambda-go", "lambda-php", "lambda-python", "lambda", "layout-utils", "lottie", "media-utils", "motion-blur", "noise", "paths", "player-example", "player", "preload", "renderer", "rive", "shapes", "skia", "streaming", "serverless", "studio-server", "studio-shared", "studio", "tailwind", "test-utils", "three", "transitions", "media-parser", "zod-types", "webcodecs", "convert", "captions"]; | ||
export type Pkgs = (typeof packages)[number]; | ||
@@ -3,0 +3,0 @@ export declare const descriptions: { |
@@ -68,2 +68,3 @@ "use strict"; | ||
'convert', | ||
'captions', | ||
]; | ||
@@ -134,2 +135,3 @@ exports.descriptions = { | ||
convert: 'Video conversion tool - convert.remotion.dev', | ||
captions: 'Primitives for dealing with captions', | ||
}; | ||
@@ -200,2 +202,3 @@ exports.apiDocs = { | ||
convert: 'https://convert.remotion.dev', | ||
captions: 'https://remotion.dev/docs/captions', | ||
}; |
@@ -39,2 +39,3 @@ import type { AudioCodec, Codec, ColorSpace, LogLevel, OpenGlRenderer, PixelFormat, ProResProfile, StillImageFormat, VideoImageFormat, X264Preset } from '@remotion/renderer'; | ||
forSeamlessAacConcatenation: boolean; | ||
metadata: Record<string, string> | null; | ||
}; | ||
@@ -41,0 +42,0 @@ declare global { |
@@ -131,2 +131,3 @@ import type { AudioCodec, Codec, ColorSpace, LogLevel, makeCancelSignal, PixelFormat, ProResProfile, StillImageFormat, StitchingState, VideoImageFormat, X264Preset } from '@remotion/renderer'; | ||
binariesDirectory: string | null; | ||
metadata: Record<string, string> | null; | ||
} & RenderJobDynamicFields; | ||
@@ -133,0 +134,0 @@ export type RenderJobWithCleanup = RenderJob & { |
@@ -6,3 +6,3 @@ { | ||
"name": "@remotion/studio-shared", | ||
"version": "4.0.215", | ||
"version": "4.0.216", | ||
"description": "Internal package for shared objects between the Studio backend and frontend", | ||
@@ -18,6 +18,6 @@ "main": "dist", | ||
"dependencies": { | ||
"remotion": "4.0.215" | ||
"remotion": "4.0.216" | ||
}, | ||
"devDependencies": { | ||
"@remotion/renderer": "4.0.215" | ||
"@remotion/renderer": "4.0.216" | ||
}, | ||
@@ -24,0 +24,0 @@ "publishConfig": { |
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
108433
1110
+ Addedremotion@4.0.216(transitive)
- Removedremotion@4.0.215(transitive)
Updatedremotion@4.0.216