@remotion/studio-shared 4.0.420 → 4.0.422

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", "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"];
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", "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;
@@ -3,7 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.apiDocs = exports.installableMap = exports.descriptions = exports.extraPackages = exports.packages = void 0;
4
4
  exports.packages = [
5
5
  'svg-3d-engine',
6
- 'ai-improvements',
7
6
  'animation-utils',
8
7
  'animated-emoji',
9
8
  'astro-example',
@@ -167,7 +166,6 @@ exports.descriptions = {
167
166
  'lambda-python': null,
168
167
  'lambda-ruby': null,
169
168
  'player-example': null,
170
- 'ai-improvements': null,
171
169
  skills: null,
172
170
  'discord-poster': null,
173
171
  'docusaurus-plugin': null,
@@ -189,7 +187,6 @@ exports.descriptions = {
189
187
  };
190
188
  exports.installableMap = {
191
189
  'svg-3d-engine': false,
192
- 'ai-improvements': false,
193
190
  'animation-utils': true,
194
191
  'animated-emoji': true,
195
192
  'astro-example': false,
@@ -305,7 +302,6 @@ exports.apiDocs = {
305
302
  'compositor-linux-x64-gnu': null,
306
303
  'compositor-linux-x64-musl': null,
307
304
  'compositor-darwin-x64': null,
308
- 'ai-improvements': null,
309
305
  'discord-poster': null,
310
306
  'docusaurus-plugin': null,
311
307
  'animation-utils': 'https://www.remotion.dev/docs/animation-utils/',
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.420",
6
+ "version": "4.0.422",
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.420"
22
+ "remotion": "4.0.422"
23
23
  },
24
24
  "devDependencies": {
25
- "@remotion/renderer": "4.0.420",
26
- "@remotion/eslint-config-internal": "4.0.420",
25
+ "@remotion/renderer": "4.0.422",
26
+ "@remotion/eslint-config-internal": "4.0.422",
27
27
  "eslint": "9.19.0"
28
28
  },
29
29
  "publishConfig": {