@remotion/studio-shared 4.0.517 → 4.0.518

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.
@@ -309,6 +309,7 @@ export type CaptionPatch = {
309
309
  endMs: number;
310
310
  timestampMs: number | null;
311
311
  confidence: number | null;
312
+ pageBreakAfter: boolean | null;
312
313
  };
313
314
  changes: Partial<{
314
315
  text: string;
@@ -316,6 +317,7 @@ export type CaptionPatch = {
316
317
  endMs: number;
317
318
  timestampMs: number | null;
318
319
  confidence: number | null;
320
+ pageBreakAfter: boolean;
319
321
  }>;
320
322
  };
321
323
  export type SaveInlineCaptionPatchesRequest = {
@@ -2327,6 +2327,7 @@ var allPackages = [
2327
2327
  "compositor",
2328
2328
  "example-videos",
2329
2329
  "whisper-web",
2330
+ "whisper-webgpu",
2330
2331
  "media",
2331
2332
  "remotion-media",
2332
2333
  "web-renderer",
@@ -2395,6 +2396,7 @@ var descriptions = {
2395
2396
  "studio-server": "Run a Remotion Studio with a server backend",
2396
2397
  "install-whisper-cpp": "Helpers for installing and using Whisper.cpp",
2397
2398
  "whisper-web": "Helpers for using Whisper.cpp in browser using WASM",
2399
+ "whisper-webgpu": "Transcribe audio in the browser using Whisper and WebGPU",
2398
2400
  "google-fonts": "Use Google Fonts in Remotion",
2399
2401
  gsap: "Use GSAP timelines in Remotion",
2400
2402
  mcp: "Remotion's Model Context Protocol",
@@ -2527,6 +2529,7 @@ var installableMap = {
2527
2529
  gsap: true,
2528
2530
  "install-whisper-cpp": true,
2529
2531
  "whisper-web": true,
2532
+ "whisper-webgpu": true,
2530
2533
  "it-tests": false,
2531
2534
  "react18-tests": false,
2532
2535
  "lambda-go-example": false,
@@ -2625,6 +2628,7 @@ var apiDocs = {
2625
2628
  "studio-server": null,
2626
2629
  "install-whisper-cpp": "https://www.remotion.dev/docs/install-whisper-cpp",
2627
2630
  "whisper-web": "https://www.remotion.dev/docs/whisper-web",
2631
+ "whisper-webgpu": "https://www.remotion.dev/docs/whisper-webgpu",
2628
2632
  "google-fonts": "https://www.remotion.dev/docs/google-fonts",
2629
2633
  gsap: "https://www.remotion.dev/docs/gsap",
2630
2634
  "media-utils": "https://www.remotion.dev/docs/media-utils",
@@ -79,6 +79,11 @@ export type EventSourceEvent = {
79
79
  } | {
80
80
  type: 'license-key-install-request';
81
81
  licenseKey: string;
82
+ } | {
83
+ type: 'element-library-add-request';
84
+ url: string;
85
+ displayName: string | null;
86
+ origin: string;
82
87
  } | {
83
88
  type: 'visual-control-values-changed';
84
89
  values: Array<{
@@ -1,6 +1,6 @@
1
- declare const allPackages: readonly ["svg-3d-engine", "animation-utils", "animated-emoji", "astro-example", "babel-loader", "bugs", "brand", "bundler", "browser-studio", "canvas", "claude-code-plugin", "cli", "cloudrun", "codex-plugin", "kimi-code-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", "gsap", "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", "skills-evals", "studio-codemods", "studio-server", "studio-shared", "studio", "tailwind", "tailwind-v4", "timeline-utils", "test-utils", "three", "transitions", "media-parser", "zod-types", "zod-types-v3", "webcodecs", "convert", "captions", "openai-whisper", "elevenlabs", "compositor", "example-videos", "whisper-web", "media", "remotion-media", "web-renderer", "design", "studio-protocol", "light-leaks", "mac-cursors", "maptiler", "rough-notation", "starburst", "vercel", "sfx", "effects"];
1
+ declare const allPackages: readonly ["svg-3d-engine", "animation-utils", "animated-emoji", "astro-example", "babel-loader", "bugs", "brand", "bundler", "browser-studio", "canvas", "claude-code-plugin", "cli", "cloudrun", "codex-plugin", "kimi-code-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", "gsap", "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", "skills-evals", "studio-codemods", "studio-server", "studio-shared", "studio", "tailwind", "tailwind-v4", "timeline-utils", "test-utils", "three", "transitions", "media-parser", "zod-types", "zod-types-v3", "webcodecs", "convert", "captions", "openai-whisper", "elevenlabs", "compositor", "example-videos", "whisper-web", "whisper-webgpu", "media", "remotion-media", "web-renderer", "design", "studio-protocol", "light-leaks", "mac-cursors", "maptiler", "rough-notation", "starburst", "vercel", "sfx", "effects"];
2
2
  export type Pkgs = (typeof allPackages)[number];
3
- export declare const packages: ("animated-emoji" | "animation-utils" | "astro-example" | "babel-loader" | "brand" | "browser-studio" | "bugs" | "bundler" | "canvas" | "captions" | "claude-code-plugin" | "cli" | "cloudrun" | "codex-plugin" | "compositor" | "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" | "convert" | "core" | "create-video" | "design" | "discord-poster" | "docs" | "docusaurus-plugin" | "effects" | "elevenlabs" | "enable-scss" | "eslint-config" | "eslint-config-flat" | "eslint-config-internal" | "eslint-plugin" | "example" | "example-videos" | "example-without-zod" | "fonts" | "gif" | "google-fonts" | "gsap" | "install-whisper-cpp" | "it-tests" | "kimi-code-plugin" | "lambda" | "lambda-client" | "lambda-go" | "lambda-go-example" | "lambda-php" | "lambda-python" | "lambda-ruby" | "layout-utils" | "licensing" | "light-leaks" | "lottie" | "mac-cursors" | "maptiler" | "mcp" | "media" | "media-parser" | "media-utils" | "motion-blur" | "noise" | "openai-whisper" | "paths" | "player" | "player-a11y" | "player-example" | "preload" | "promo-pages" | "react18-tests" | "remotion-media" | "renderer" | "rive" | "rough-notation" | "rounded-text-box" | "serverless" | "serverless-client" | "sfx" | "shapes" | "skia" | "skills" | "skills-evals" | "starburst" | "streaming" | "studio" | "studio-codemods" | "studio-protocol" | "studio-server" | "studio-shared" | "svg-3d-engine" | "tailwind" | "tailwind-v4" | "test-utils" | "three" | "timeline-utils" | "transitions" | "vercel" | "web-renderer" | "webcodecs" | "whisper-web" | "zod-types" | "zod-types-v3")[];
3
+ export declare const packages: ("animated-emoji" | "animation-utils" | "astro-example" | "babel-loader" | "brand" | "browser-studio" | "bugs" | "bundler" | "canvas" | "captions" | "claude-code-plugin" | "cli" | "cloudrun" | "codex-plugin" | "compositor" | "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" | "convert" | "core" | "create-video" | "design" | "discord-poster" | "docs" | "docusaurus-plugin" | "effects" | "elevenlabs" | "enable-scss" | "eslint-config" | "eslint-config-flat" | "eslint-config-internal" | "eslint-plugin" | "example" | "example-videos" | "example-without-zod" | "fonts" | "gif" | "google-fonts" | "gsap" | "install-whisper-cpp" | "it-tests" | "kimi-code-plugin" | "lambda" | "lambda-client" | "lambda-go" | "lambda-go-example" | "lambda-php" | "lambda-python" | "lambda-ruby" | "layout-utils" | "licensing" | "light-leaks" | "lottie" | "mac-cursors" | "maptiler" | "mcp" | "media" | "media-parser" | "media-utils" | "motion-blur" | "noise" | "openai-whisper" | "paths" | "player" | "player-a11y" | "player-example" | "preload" | "promo-pages" | "react18-tests" | "remotion-media" | "renderer" | "rive" | "rough-notation" | "rounded-text-box" | "serverless" | "serverless-client" | "sfx" | "shapes" | "skia" | "skills" | "skills-evals" | "starburst" | "streaming" | "studio" | "studio-codemods" | "studio-protocol" | "studio-server" | "studio-shared" | "svg-3d-engine" | "tailwind" | "tailwind-v4" | "test-utils" | "three" | "timeline-utils" | "transitions" | "vercel" | "web-renderer" | "webcodecs" | "whisper-web" | "whisper-webgpu" | "zod-types" | "zod-types-v3")[];
4
4
  export type ExtraPackage = {
5
5
  name: string;
6
6
  version: string;
@@ -96,6 +96,7 @@ const allPackages = [
96
96
  'compositor',
97
97
  'example-videos',
98
98
  'whisper-web',
99
+ 'whisper-webgpu',
99
100
  'media',
100
101
  'remotion-media',
101
102
  'web-renderer',
@@ -164,6 +165,7 @@ exports.descriptions = {
164
165
  'studio-server': 'Run a Remotion Studio with a server backend',
165
166
  'install-whisper-cpp': 'Helpers for installing and using Whisper.cpp',
166
167
  'whisper-web': 'Helpers for using Whisper.cpp in browser using WASM',
168
+ 'whisper-webgpu': 'Transcribe audio in the browser using Whisper and WebGPU',
167
169
  'google-fonts': 'Use Google Fonts in Remotion',
168
170
  gsap: 'Use GSAP timelines in Remotion',
169
171
  mcp: "Remotion's Model Context Protocol",
@@ -296,6 +298,7 @@ exports.installableMap = {
296
298
  gsap: true,
297
299
  'install-whisper-cpp': true,
298
300
  'whisper-web': true,
301
+ 'whisper-webgpu': true,
299
302
  'it-tests': false,
300
303
  'react18-tests': false,
301
304
  'lambda-go-example': false,
@@ -394,6 +397,7 @@ exports.apiDocs = {
394
397
  'studio-server': null,
395
398
  'install-whisper-cpp': 'https://www.remotion.dev/docs/install-whisper-cpp',
396
399
  'whisper-web': 'https://www.remotion.dev/docs/whisper-web',
400
+ 'whisper-webgpu': 'https://www.remotion.dev/docs/whisper-webgpu',
397
401
  'google-fonts': 'https://www.remotion.dev/docs/google-fonts',
398
402
  gsap: 'https://www.remotion.dev/docs/gsap',
399
403
  'media-utils': 'https://www.remotion.dev/docs/media-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.517",
6
+ "version": "4.0.518",
7
7
  "description": "Internal package for shared objects between the Studio backend and frontend",
8
8
  "main": "dist",
9
9
  "module": "dist/esm/index.mjs",
@@ -21,12 +21,12 @@
21
21
  "url": "https://github.com/remotion-dev/remotion/issues"
22
22
  },
23
23
  "dependencies": {
24
- "@remotion/studio-protocol": "4.0.517",
25
- "remotion": "4.0.517"
24
+ "@remotion/studio-protocol": "4.0.518",
25
+ "remotion": "4.0.518"
26
26
  },
27
27
  "devDependencies": {
28
- "@remotion/renderer": "4.0.517",
29
- "@remotion/eslint-config-internal": "4.0.517",
28
+ "@remotion/renderer": "4.0.518",
29
+ "@remotion/eslint-config-internal": "4.0.518",
30
30
  "eslint": "9.19.0",
31
31
  "@typescript/native-preview": "7.0.0-dev.20260217.1"
32
32
  },