@remotion/studio-shared
Advanced tools
Comparing version 4.0.255 to 4.0.256
@@ -1,2 +0,2 @@ | ||
export declare const listOfInstallableRemotionPackages: readonly ["@remotion/animated-emoji", "@remotion/animation-utils", "@remotion/cloudrun", "@remotion/captions", "@remotion/enable-scss", "@remotion/gif", "@remotion/google-fonts", "@remotion/lambda", "@remotion/layout-utils", "@remotion/lottie", "@remotion/media-parser", "@remotion/media-utils", "@remotion/motion-blur", "@remotion/noise", "@remotion/paths", "@remotion/rive", "@remotion/shapes", "@remotion/skia", "@remotion/studio", "@remotion/tailwind", "@remotion/three", "@remotion/transitions", "@remotion/zod-types", "@remotion/openai-whisper"]; | ||
export declare const listOfInstallableRemotionPackages: readonly ["@remotion/animated-emoji", "@remotion/animation-utils", "@remotion/cloudrun", "@remotion/captions", "@remotion/enable-scss", "@remotion/gif", "@remotion/google-fonts", "@remotion/lambda", "@remotion/layout-utils", "@remotion/lottie", "@remotion/media-parser", "@remotion/media-utils", "@remotion/motion-blur", "@remotion/noise", "@remotion/paths", "@remotion/rive", "@remotion/shapes", "@remotion/skia", "@remotion/studio", "@remotion/tailwind", "@remotion/tailwind-v4", "@remotion/three", "@remotion/transitions", "@remotion/zod-types", "@remotion/openai-whisper"]; | ||
export type InstallablePackage = (typeof listOfInstallableRemotionPackages)[number]; |
@@ -25,2 +25,3 @@ "use strict"; | ||
'@remotion/tailwind', | ||
'@remotion/tailwind-v4', | ||
'@remotion/three', | ||
@@ -27,0 +28,0 @@ '@remotion/transitions', |
@@ -1,2 +0,2 @@ | ||
export declare const packages: readonly ["svg-3d-engine", "ai-improvements", "animation-utils", "animated-emoji", "astro-example", "babel-loader", "bugs", "bundler", "cli-autocomplete", "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", "lambda-go-example", "lambda-go", "lambda-php", "lambda-ruby", "lambda-python", "lambda", "layout-utils", "licensing", "lottie", "media-utils", "motion-blur", "noise", "paths", "player-example", "player", "preload", "renderer", "rive", "shapes", "skia", "promo-pages", "streaming", "serverless", "studio-server", "studio-shared", "studio", "tailwind", "test-utils", "three", "transitions", "media-parser", "zod-types", "webcodecs", "convert", "captions", "openai-whisper", "compositor", "example-videos"]; | ||
export declare const packages: readonly ["svg-3d-engine", "ai-improvements", "animation-utils", "animated-emoji", "astro-example", "babel-loader", "bugs", "bundler", "cli-autocomplete", "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", "lambda-go-example", "lambda-go", "lambda-php", "lambda-ruby", "lambda-python", "lambda", "layout-utils", "licensing", "lottie", "media-utils", "motion-blur", "noise", "paths", "player-example", "player", "preload", "renderer", "rive", "shapes", "skia", "promo-pages", "streaming", "serverless", "studio-server", "studio-shared", "studio", "tailwind", "tailwind-v4", "test-utils", "three", "transitions", "media-parser", "zod-types", "webcodecs", "convert", "captions", "openai-whisper", "compositor", "example-videos"]; | ||
export type Pkgs = (typeof packages)[number]; | ||
@@ -3,0 +3,0 @@ export declare const descriptions: { |
@@ -67,2 +67,3 @@ "use strict"; | ||
'tailwind', | ||
'tailwind-v4', | ||
'test-utils', | ||
@@ -117,3 +118,4 @@ 'three', | ||
'studio-shared': 'Internal package for shared objects between the Studio backend and frontend', | ||
tailwind: 'Enable TailwindCSS support in Remotion', | ||
tailwind: 'Enable TailwindCSS support in Remotion (TailwindCSS v3)', | ||
'tailwind-v4': 'Enable TailwindCSS support in Remotion (TailwindCSS v4)', | ||
streaming: 'Utilities for streaming data between programs', | ||
@@ -214,2 +216,3 @@ 'media-parser': 'A pure JavaScript library for parsing video files', | ||
tailwind: 'https://www.remotion.dev/docs/tailwind/tailwind', | ||
'tailwind-v4': 'https://www.remotion.dev/docs/tailwind/tailwind', | ||
skia: 'https://www.remotion.dev/docs/skia', | ||
@@ -216,0 +219,0 @@ three: 'https://www.remotion.dev/docs/three', |
@@ -6,3 +6,3 @@ { | ||
"name": "@remotion/studio-shared", | ||
"version": "4.0.255", | ||
"version": "4.0.256", | ||
"description": "Internal package for shared objects between the Studio backend and frontend", | ||
@@ -18,8 +18,8 @@ "main": "dist", | ||
"dependencies": { | ||
"remotion": "4.0.255" | ||
"remotion": "4.0.256" | ||
}, | ||
"devDependencies": { | ||
"eslint": "9.14.0", | ||
"@remotion/eslint-config-internal": "4.0.255", | ||
"@remotion/renderer": "4.0.255" | ||
"@remotion/renderer": "4.0.256", | ||
"@remotion/eslint-config-internal": "4.0.256" | ||
}, | ||
@@ -26,0 +26,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1156
111135
50
+ Addedremotion@4.0.256(transitive)
- Removedremotion@4.0.255(transitive)
Updatedremotion@4.0.256