@remotion/studio-shared 4.0.425 → 4.0.426

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", "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", "zod-types-v3", "webcodecs", "convert", "captions", "openai-whisper", "compositor", "example-videos", "whisper-web", "media", "web-renderer", "design", "light-leaks", "vercel"];
2
2
  export type Pkgs = (typeof packages)[number];
3
3
  export type ExtraPackage = {
4
4
  name: string;
@@ -74,6 +74,7 @@ exports.packages = [
74
74
  'transitions',
75
75
  'media-parser',
76
76
  'zod-types',
77
+ 'zod-types-v3',
77
78
  'webcodecs',
78
79
  'convert',
79
80
  'captions',
@@ -85,20 +86,21 @@ exports.packages = [
85
86
  'web-renderer',
86
87
  'design',
87
88
  'light-leaks',
89
+ 'vercel',
88
90
  ];
89
91
  exports.extraPackages = [
90
- {
91
- name: 'zod',
92
- version: '3.22.3',
93
- description: 'Schema validation library for defining component props',
94
- docsUrl: 'https://www.remotion.dev/docs/schemas',
95
- },
96
92
  {
97
93
  name: 'mediabunny',
98
94
  version: '1.34.4',
99
95
  description: 'Multimedia library used by Remotion',
100
96
  docsUrl: 'https://www.remotion.dev/docs/mediabunny/version',
101
97
  },
98
+ {
99
+ name: 'zod',
100
+ version: '4.3.6',
101
+ description: 'TypeScript-first schema validation',
102
+ docsUrl: 'https://zod.dev',
103
+ },
102
104
  ];
103
105
  exports.descriptions = {
104
106
  compositor: 'Rust binary for Remotion',
@@ -124,6 +126,7 @@ exports.descriptions = {
124
126
  preload: 'Preloads assets for use in Remotion',
125
127
  shapes: 'Generate SVG shapes',
126
128
  'zod-types': 'Zod types for Remotion',
129
+ 'zod-types-v3': 'Zod 3.22.3 types for Remotion',
127
130
  gif: 'Embed GIFs in a Remotion video',
128
131
  'eslint-plugin': 'Rules for writing Remotion code',
129
132
  'eslint-config': 'Default configuration for Remotion templates (ESLint <= 8)',
@@ -184,6 +187,7 @@ exports.descriptions = {
184
187
  'web-renderer': 'Render videos in the browser (not yet released)',
185
188
  design: 'Design system',
186
189
  'light-leaks': 'Light leak effects for Remotion',
190
+ vercel: 'Render Remotion videos on Vercel Sandbox',
187
191
  };
188
192
  exports.installableMap = {
189
193
  'svg-3d-engine': false,
@@ -259,6 +263,7 @@ exports.installableMap = {
259
263
  transitions: true,
260
264
  'media-parser': true,
261
265
  'zod-types': true,
266
+ 'zod-types-v3': true,
262
267
  webcodecs: true,
263
268
  convert: false,
264
269
  captions: true,
@@ -269,6 +274,7 @@ exports.installableMap = {
269
274
  'web-renderer': false,
270
275
  design: false,
271
276
  'light-leaks': true,
277
+ vercel: true,
272
278
  };
273
279
  exports.apiDocs = {
274
280
  player: 'https://www.remotion.dev/docs/player',
@@ -295,6 +301,7 @@ exports.apiDocs = {
295
301
  preload: 'https://www.remotion.dev/docs/preload',
296
302
  shapes: 'https://www.remotion.dev/docs/shapes',
297
303
  'zod-types': 'https://www.remotion.dev/docs/zod-types',
304
+ 'zod-types-v3': 'https://www.remotion.dev/docs/zod-types/v3',
298
305
  gif: 'https://www.remotion.dev/docs/gif',
299
306
  'eslint-plugin': 'https://www.remotion.dev/docs/brownfield#install-the-eslint-plugin',
300
307
  'eslint-config': 'https://www.remotion.dev/docs/brownfield#install-the-eslint-plugin',
@@ -354,4 +361,5 @@ exports.apiDocs = {
354
361
  'web-renderer': 'https://www.remotion.dev/docs/web-renderer/',
355
362
  design: 'https://www.remotion.dev/design',
356
363
  'light-leaks': 'https://www.remotion.dev/docs/light-leaks',
364
+ vercel: 'https://www.remotion.dev/docs/vercel/api',
357
365
  };
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.425",
6
+ "version": "4.0.426",
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.425"
22
+ "remotion": "4.0.426"
23
23
  },
24
24
  "devDependencies": {
25
- "@remotion/renderer": "4.0.425",
26
- "@remotion/eslint-config-internal": "4.0.425",
25
+ "@remotion/renderer": "4.0.426",
26
+ "@remotion/eslint-config-internal": "4.0.426",
27
27
  "eslint": "9.19.0",
28
28
  "@typescript/native-preview": "7.0.0-dev.20260217.1"
29
29
  },