@remotion/studio-shared 4.0.414 → 4.0.415
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/package-info.d.ts +1 -1
- package/dist/package-info.js +4 -0
- package/package.json +1 -1
package/dist/package-info.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const packages: readonly ["svg-3d-engine", "ai-improvements", "animation-utils", "animated-emoji", "astro-example", "babel-loader", "bugs", "bundler", "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-config-flat", "eslint-config-internal", "eslint-plugin", "example-without-zod", "example", "fonts", "gif", "google-fonts", "install-whisper-cpp", "it-tests", "react18-tests", "lambda-go-example", "lambda-go", "lambda-php", "lambda-ruby", "lambda-python", "lambda", "lambda-client", "layout-utils", "rounded-text-box", "licensing", "lottie", "mcp", "media-utils", "motion-blur", "noise", "paths", "player-example", "player", "preload", "renderer", "rive", "shapes", "skia", "promo-pages", "streaming", "serverless", "serverless-client", "skills", "studio-server", "studio-shared", "studio", "tailwind", "tailwind-v4", "test-utils", "three", "transitions", "media-parser", "zod-types", "webcodecs", "convert", "captions", "openai-whisper", "compositor", "example-videos", "whisper-web", "media", "web-renderer", "design"];
|
|
1
|
+
export declare const packages: readonly ["svg-3d-engine", "ai-improvements", "animation-utils", "animated-emoji", "astro-example", "babel-loader", "bugs", "bundler", "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-config-flat", "eslint-config-internal", "eslint-plugin", "example-without-zod", "example", "fonts", "gif", "google-fonts", "install-whisper-cpp", "it-tests", "react18-tests", "lambda-go-example", "lambda-go", "lambda-php", "lambda-ruby", "lambda-python", "lambda", "lambda-client", "layout-utils", "rounded-text-box", "licensing", "lottie", "mcp", "media-utils", "motion-blur", "noise", "paths", "player-example", "player", "preload", "renderer", "rive", "shapes", "skia", "promo-pages", "streaming", "serverless", "serverless-client", "skills", "studio-server", "studio-shared", "studio", "tailwind", "tailwind-v4", "test-utils", "three", "transitions", "media-parser", "zod-types", "webcodecs", "convert", "captions", "openai-whisper", "compositor", "example-videos", "whisper-web", "media", "web-renderer", "design", "light-leaks"];
|
|
2
2
|
export type Pkgs = (typeof packages)[number];
|
|
3
3
|
export type ExtraPackage = {
|
|
4
4
|
name: string;
|
package/dist/package-info.js
CHANGED
|
@@ -85,6 +85,7 @@ exports.packages = [
|
|
|
85
85
|
'media',
|
|
86
86
|
'web-renderer',
|
|
87
87
|
'design',
|
|
88
|
+
'light-leaks',
|
|
88
89
|
];
|
|
89
90
|
exports.extraPackages = [
|
|
90
91
|
{
|
|
@@ -184,6 +185,7 @@ exports.descriptions = {
|
|
|
184
185
|
media: 'Experimental WebCodecs-based media tags',
|
|
185
186
|
'web-renderer': 'Render videos in the browser (not yet released)',
|
|
186
187
|
design: 'Design system',
|
|
188
|
+
'light-leaks': 'Light leak effects for Remotion',
|
|
187
189
|
};
|
|
188
190
|
exports.installableMap = {
|
|
189
191
|
'svg-3d-engine': false,
|
|
@@ -269,6 +271,7 @@ exports.installableMap = {
|
|
|
269
271
|
media: true,
|
|
270
272
|
'web-renderer': false,
|
|
271
273
|
design: false,
|
|
274
|
+
'light-leaks': true,
|
|
272
275
|
};
|
|
273
276
|
exports.apiDocs = {
|
|
274
277
|
player: 'https://www.remotion.dev/docs/player',
|
|
@@ -354,4 +357,5 @@ exports.apiDocs = {
|
|
|
354
357
|
media: 'https://remotion.dev/docs/media',
|
|
355
358
|
'web-renderer': 'https://www.remotion.dev/docs/web-renderer/',
|
|
356
359
|
design: 'https://www.remotion.dev/design',
|
|
360
|
+
'light-leaks': 'https://www.remotion.dev/docs/light-leaks',
|
|
357
361
|
};
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/studio-shared"
|
|
4
4
|
},
|
|
5
5
|
"name": "@remotion/studio-shared",
|
|
6
|
-
"version": "4.0.
|
|
6
|
+
"version": "4.0.415",
|
|
7
7
|
"description": "Internal package for shared objects between the Studio backend and frontend",
|
|
8
8
|
"main": "dist",
|
|
9
9
|
"sideEffects": false,
|