@remotion/studio-shared 4.0.433 → 4.0.435
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 +8 -0
- package/package.json +4 -4
package/dist/package-info.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const packages: readonly ["svg-3d-engine", "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", "zod-types-v3", "webcodecs", "convert", "captions", "openai-whisper", "compositor", "example-videos", "whisper-web", "media", "web-renderer", "design", "light-leaks", "vercel", "sfx"];
|
|
1
|
+
export declare const packages: readonly ["svg-3d-engine", "animation-utils", "animated-emoji", "astro-example", "babel-loader", "bugs", "brand", "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", "zod-types-v3", "webcodecs", "convert", "captions", "openai-whisper", "compositor", "example-videos", "whisper-web", "media", "web-renderer", "design", "light-leaks", "starburst", "vercel", "sfx"];
|
|
2
2
|
export type Pkgs = (typeof packages)[number];
|
|
3
3
|
export type ExtraPackage = {
|
|
4
4
|
name: string;
|
package/dist/package-info.js
CHANGED
|
@@ -8,6 +8,7 @@ exports.packages = [
|
|
|
8
8
|
'astro-example',
|
|
9
9
|
'babel-loader',
|
|
10
10
|
'bugs',
|
|
11
|
+
'brand',
|
|
11
12
|
'bundler',
|
|
12
13
|
'cli',
|
|
13
14
|
'cloudrun',
|
|
@@ -86,6 +87,7 @@ exports.packages = [
|
|
|
86
87
|
'web-renderer',
|
|
87
88
|
'design',
|
|
88
89
|
'light-leaks',
|
|
90
|
+
'starburst',
|
|
89
91
|
'vercel',
|
|
90
92
|
'sfx',
|
|
91
93
|
];
|
|
@@ -170,6 +172,7 @@ exports.descriptions = {
|
|
|
170
172
|
'lambda-php': null,
|
|
171
173
|
'lambda-client': null,
|
|
172
174
|
bugs: null,
|
|
175
|
+
brand: null,
|
|
173
176
|
docs: null,
|
|
174
177
|
'it-tests': null,
|
|
175
178
|
'react18-tests': null,
|
|
@@ -194,6 +197,7 @@ exports.descriptions = {
|
|
|
194
197
|
'web-renderer': 'Render videos in the browser (not yet released)',
|
|
195
198
|
design: 'Design system',
|
|
196
199
|
'light-leaks': 'Light leak effects for Remotion',
|
|
200
|
+
starburst: 'Starburst ray effect for Remotion',
|
|
197
201
|
vercel: 'Render Remotion videos on Vercel Sandbox',
|
|
198
202
|
sfx: 'Sound effect library',
|
|
199
203
|
};
|
|
@@ -204,6 +208,7 @@ exports.installableMap = {
|
|
|
204
208
|
'astro-example': false,
|
|
205
209
|
'babel-loader': false,
|
|
206
210
|
bugs: false,
|
|
211
|
+
brand: false,
|
|
207
212
|
bundler: false,
|
|
208
213
|
cli: false,
|
|
209
214
|
cloudrun: true,
|
|
@@ -282,6 +287,7 @@ exports.installableMap = {
|
|
|
282
287
|
'web-renderer': false,
|
|
283
288
|
design: false,
|
|
284
289
|
'light-leaks': true,
|
|
290
|
+
starburst: true,
|
|
285
291
|
vercel: true,
|
|
286
292
|
sfx: true,
|
|
287
293
|
};
|
|
@@ -326,6 +332,7 @@ exports.apiDocs = {
|
|
|
326
332
|
example: null,
|
|
327
333
|
'lambda-php': null,
|
|
328
334
|
bugs: null,
|
|
335
|
+
brand: null,
|
|
329
336
|
docs: null,
|
|
330
337
|
'it-tests': null,
|
|
331
338
|
'react18-tests': null,
|
|
@@ -370,6 +377,7 @@ exports.apiDocs = {
|
|
|
370
377
|
'web-renderer': 'https://www.remotion.dev/docs/web-renderer/',
|
|
371
378
|
design: 'https://www.remotion.dev/design',
|
|
372
379
|
'light-leaks': 'https://www.remotion.dev/docs/light-leaks',
|
|
380
|
+
starburst: 'https://www.remotion.dev/docs/starburst',
|
|
373
381
|
vercel: 'https://www.remotion.dev/docs/vercel/api',
|
|
374
382
|
sfx: 'https://www.remotion.dev/docs/sfx',
|
|
375
383
|
};
|
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.435",
|
|
7
7
|
"description": "Internal package for shared objects between the Studio backend and frontend",
|
|
8
8
|
"main": "dist",
|
|
9
9
|
"sideEffects": false,
|
|
@@ -20,11 +20,11 @@
|
|
|
20
20
|
"url": "https://github.com/remotion-dev/remotion/issues"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"remotion": "4.0.
|
|
23
|
+
"remotion": "4.0.435"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@remotion/renderer": "4.0.
|
|
27
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
26
|
+
"@remotion/renderer": "4.0.435",
|
|
27
|
+
"@remotion/eslint-config-internal": "4.0.435",
|
|
28
28
|
"eslint": "9.19.0",
|
|
29
29
|
"@typescript/native-preview": "7.0.0-dev.20260217.1"
|
|
30
30
|
},
|