@remotion/studio-shared 4.0.370 → 4.0.372
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 +4 -4
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", "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", "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"];
|
|
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", "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", "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"];
|
|
2
2
|
export type Pkgs = (typeof packages)[number];
|
|
3
3
|
export declare const descriptions: {
|
|
4
4
|
[key in Pkgs]: string | null;
|
package/dist/package-info.js
CHANGED
|
@@ -82,6 +82,7 @@ exports.packages = [
|
|
|
82
82
|
'whisper-web',
|
|
83
83
|
'media',
|
|
84
84
|
'web-renderer',
|
|
85
|
+
'design',
|
|
85
86
|
];
|
|
86
87
|
exports.descriptions = {
|
|
87
88
|
compositor: 'Rust binary for Remotion',
|
|
@@ -164,6 +165,7 @@ exports.descriptions = {
|
|
|
164
165
|
'serverless-client': null,
|
|
165
166
|
media: 'Experimental WebCodecs-based media tags',
|
|
166
167
|
'web-renderer': 'Render videos in the browser (not yet released)',
|
|
168
|
+
design: 'Design system',
|
|
167
169
|
};
|
|
168
170
|
exports.installableMap = {
|
|
169
171
|
'svg-3d-engine': false,
|
|
@@ -246,6 +248,7 @@ exports.installableMap = {
|
|
|
246
248
|
'example-videos': false,
|
|
247
249
|
media: true,
|
|
248
250
|
'web-renderer': false,
|
|
251
|
+
design: false,
|
|
249
252
|
};
|
|
250
253
|
exports.apiDocs = {
|
|
251
254
|
player: 'https://www.remotion.dev/docs/player',
|
|
@@ -329,4 +332,5 @@ exports.apiDocs = {
|
|
|
329
332
|
media: 'https://remotion.dev/docs/media',
|
|
330
333
|
// TODO: Add docs
|
|
331
334
|
'web-renderer': null,
|
|
335
|
+
design: 'https://www.remotion.dev/design',
|
|
332
336
|
};
|
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.372",
|
|
7
7
|
"description": "Internal package for shared objects between the Studio backend and frontend",
|
|
8
8
|
"main": "dist",
|
|
9
9
|
"sideEffects": false,
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
"url": "https://github.com/remotion-dev/remotion/issues"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"remotion": "4.0.
|
|
22
|
+
"remotion": "4.0.372"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@remotion/renderer": "4.0.
|
|
26
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
25
|
+
"@remotion/renderer": "4.0.372",
|
|
26
|
+
"@remotion/eslint-config-internal": "4.0.372",
|
|
27
27
|
"eslint": "9.19.0"
|
|
28
28
|
},
|
|
29
29
|
"publishConfig": {
|