@remotion/studio-shared 4.0.453 → 4.0.455

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", "animation-utils", "animated-emoji", "astro-example", "babel-loader", "bugs", "brand", "bundler", "cli", "cloudrun", "codex-plugin", "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-a11y", "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", "elevenlabs", "compositor", "example-videos", "whisper-web", "media", "web-renderer", "design", "light-leaks", "starburst", "vercel", "sfx"];
1
+ export declare const packages: readonly ["svg-3d-engine", "animation-utils", "animated-emoji", "astro-example", "babel-loader", "bugs", "brand", "bundler", "cli", "cloudrun", "codex-plugin", "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-a11y", "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", "elevenlabs", "compositor", "example-videos", "whisper-web", "media", "web-renderer", "design", "light-leaks", "starburst", "vercel", "sfx", "effects"];
2
2
  export type Pkgs = (typeof packages)[number];
3
3
  export type ExtraPackage = {
4
4
  name: string;
@@ -93,17 +93,18 @@ exports.packages = [
93
93
  'starburst',
94
94
  'vercel',
95
95
  'sfx',
96
+ 'effects',
96
97
  ];
97
98
  exports.extraPackages = [
98
99
  {
99
100
  name: 'mediabunny',
100
- version: '1.39.2',
101
+ version: '1.42.0',
101
102
  description: 'Multimedia library used by Remotion',
102
103
  docsUrl: 'https://www.remotion.dev/docs/mediabunny/version',
103
104
  },
104
105
  {
105
106
  name: '@mediabunny/ac3',
106
- version: '1.39.2',
107
+ version: '1.42.0',
107
108
  description: 'AC-3 and E-AC-3 audio codec support for Mediabunny',
108
109
  docsUrl: 'https://www.remotion.dev/docs/mediabunny/formats#ac-3-and-e-ac-3',
109
110
  },
@@ -206,6 +207,7 @@ exports.descriptions = {
206
207
  starburst: 'Starburst ray effect for Remotion',
207
208
  vercel: 'Render Remotion videos on Vercel Sandbox',
208
209
  sfx: 'Sound effect library',
210
+ effects: 'Experimental presets for Remotion canvas effect hooks',
209
211
  };
210
212
  exports.installableMap = {
211
213
  'svg-3d-engine': false,
@@ -299,6 +301,7 @@ exports.installableMap = {
299
301
  starburst: true,
300
302
  vercel: true,
301
303
  sfx: true,
304
+ effects: true,
302
305
  };
303
306
  exports.apiDocs = {
304
307
  player: 'https://www.remotion.dev/docs/player',
@@ -392,4 +395,5 @@ exports.apiDocs = {
392
395
  starburst: 'https://www.remotion.dev/docs/starburst',
393
396
  vercel: 'https://www.remotion.dev/docs/vercel/api',
394
397
  sfx: 'https://www.remotion.dev/docs/sfx',
398
+ effects: null,
395
399
  };
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.453",
6
+ "version": "4.0.455",
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.453"
23
+ "remotion": "4.0.455"
24
24
  },
25
25
  "devDependencies": {
26
- "@remotion/renderer": "4.0.453",
27
- "@remotion/eslint-config-internal": "4.0.453",
26
+ "@remotion/renderer": "4.0.455",
27
+ "@remotion/eslint-config-internal": "4.0.455",
28
28
  "eslint": "9.19.0",
29
29
  "@typescript/native-preview": "7.0.0-dev.20260217.1"
30
30
  },