@remotion/studio-shared 4.0.407 → 4.0.409

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.
@@ -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", "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"];
2
2
  export type Pkgs = (typeof packages)[number];
3
3
  export declare const descriptions: {
4
4
  [key in Pkgs]: string | null;
@@ -64,6 +64,7 @@ exports.packages = [
64
64
  'streaming',
65
65
  'serverless',
66
66
  'serverless-client',
67
+ 'skills',
67
68
  'studio-server',
68
69
  'studio-shared',
69
70
  'studio',
@@ -152,6 +153,7 @@ exports.descriptions = {
152
153
  'lambda-ruby': null,
153
154
  'player-example': null,
154
155
  'ai-improvements': null,
156
+ skills: null,
155
157
  'discord-poster': null,
156
158
  'docusaurus-plugin': null,
157
159
  'animated-emoji': 'Google Fonts Animated Emojis as Remotion components',
@@ -230,6 +232,7 @@ exports.installableMap = {
230
232
  rive: true,
231
233
  shapes: true,
232
234
  skia: true,
235
+ skills: false,
233
236
  'promo-pages': false,
234
237
  streaming: false,
235
238
  serverless: false,
@@ -321,12 +324,13 @@ exports.apiDocs = {
321
324
  three: 'https://www.remotion.dev/docs/three',
322
325
  streaming: null,
323
326
  serverless: null,
327
+ skills: null,
324
328
  studio: 'https://www.remotion.dev/docs/studio/api',
325
329
  transitions: 'https://www.remotion.dev/transitions',
326
330
  'animated-emoji': 'https://www.remotion.dev/docs/animated-emoji',
327
331
  webcodecs: 'https://remotion.dev/webcodecs',
328
332
  convert: 'https://convert.remotion.dev',
329
- captions: 'https://remotion.dev/docs/captions',
333
+ captions: 'https://remotion.dev/docs/captions/api',
330
334
  'openai-whisper': 'https://www.remotion.dev/docs/openai-whisper',
331
335
  'eslint-config-internal': null,
332
336
  compositor: null,
@@ -334,7 +338,6 @@ exports.apiDocs = {
334
338
  'promo-pages': null,
335
339
  'svg-3d-engine': null,
336
340
  media: 'https://remotion.dev/docs/media',
337
- // TODO: Add docs
338
- 'web-renderer': null,
341
+ 'web-renderer': 'https://www.remotion.dev/docs/web-renderer/',
339
342
  design: 'https://www.remotion.dev/design',
340
343
  };
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.407",
6
+ "version": "4.0.409",
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.407"
22
+ "remotion": "4.0.409"
23
23
  },
24
24
  "devDependencies": {
25
- "@remotion/renderer": "4.0.407",
26
- "@remotion/eslint-config-internal": "4.0.407",
25
+ "@remotion/renderer": "4.0.409",
26
+ "@remotion/eslint-config-internal": "4.0.409",
27
27
  "eslint": "9.19.0"
28
28
  },
29
29
  "publishConfig": {