@remotion/studio-shared 4.0.386 → 4.0.387
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", "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", "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
|
@@ -36,6 +36,7 @@ exports.packages = [
|
|
|
36
36
|
'google-fonts',
|
|
37
37
|
'install-whisper-cpp',
|
|
38
38
|
'it-tests',
|
|
39
|
+
'react18-tests',
|
|
39
40
|
'lambda-go-example',
|
|
40
41
|
'lambda-go',
|
|
41
42
|
'lambda-php',
|
|
@@ -146,6 +147,7 @@ exports.descriptions = {
|
|
|
146
147
|
bugs: null,
|
|
147
148
|
docs: null,
|
|
148
149
|
'it-tests': null,
|
|
150
|
+
'react18-tests': null,
|
|
149
151
|
'lambda-python': null,
|
|
150
152
|
'lambda-ruby': null,
|
|
151
153
|
'player-example': null,
|
|
@@ -205,6 +207,7 @@ exports.installableMap = {
|
|
|
205
207
|
'install-whisper-cpp': true,
|
|
206
208
|
'whisper-web': true,
|
|
207
209
|
'it-tests': false,
|
|
210
|
+
'react18-tests': false,
|
|
208
211
|
'lambda-go-example': false,
|
|
209
212
|
'lambda-go': false,
|
|
210
213
|
'lambda-php': false,
|
|
@@ -293,6 +296,7 @@ exports.apiDocs = {
|
|
|
293
296
|
bugs: null,
|
|
294
297
|
docs: null,
|
|
295
298
|
'it-tests': null,
|
|
299
|
+
'react18-tests': null,
|
|
296
300
|
'lambda-python': null,
|
|
297
301
|
'lambda-ruby': 'https://www.remotion.dev/docs/lambda/ruby',
|
|
298
302
|
'player-example': null,
|
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.387",
|
|
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.387"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@remotion/renderer": "4.0.
|
|
26
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
25
|
+
"@remotion/renderer": "4.0.387",
|
|
26
|
+
"@remotion/eslint-config-internal": "4.0.387",
|
|
27
27
|
"eslint": "9.19.0"
|
|
28
28
|
},
|
|
29
29
|
"publishConfig": {
|