@remotion/studio-shared
Advanced tools
Comparing version 4.0.256 to 4.0.257
import type { AudioCodec, ChromeMode, Codec, ColorSpace, LogLevel, PixelFormat, ProResProfile, StillImageFormat, VideoImageFormat, X264Preset } from '@remotion/renderer'; | ||
import type { HardwareAccelerationOption } from '@remotion/renderer/client'; | ||
import type { RecastCodemod } from './codemods'; | ||
import type { InstallablePackage } from './installable-packages'; | ||
import type { PackageManager } from './package-manager'; | ||
@@ -159,3 +158,3 @@ import type { ProjectInfo } from './project-info'; | ||
export type InstallPackageRequest = { | ||
packageNames: InstallablePackage[]; | ||
packageNames: string[]; | ||
}; | ||
@@ -162,0 +161,0 @@ export type InstallPackageResponse = {}; |
@@ -12,5 +12,4 @@ export { splitAnsi, stripAnsi } from './ansi'; | ||
export { HotMiddlewareMessage, HotMiddlewareOptions, ModuleMap, hotMiddlewareOptions, } from './hot-middleware'; | ||
export { InstallablePackage, listOfInstallableRemotionPackages, } from './installable-packages'; | ||
export { DEFAULT_TIMELINE_TRACKS } from './max-timeline-tracks'; | ||
export { Pkgs, apiDocs, descriptions, packages } from './package-info'; | ||
export { Pkgs, apiDocs, descriptions, installableMap, packages, } from './package-info'; | ||
export { PackageManager } from './package-manager'; | ||
@@ -17,0 +16,0 @@ export { ProjectInfo } from './project-info'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.stringifyDefaultProps = exports.SOURCE_MAP_ENDPOINT = exports.packages = exports.descriptions = exports.apiDocs = exports.DEFAULT_TIMELINE_TRACKS = exports.listOfInstallableRemotionPackages = exports.hotMiddlewareOptions = exports.getProjectName = exports.getLocationFromBuildError = exports.getDefaultOutLocation = exports.formatBytes = exports.DEFAULT_BUFFER_STATE_DELAY_IN_MILLISECONDS = exports.stripAnsi = exports.splitAnsi = void 0; | ||
exports.stringifyDefaultProps = exports.SOURCE_MAP_ENDPOINT = exports.packages = exports.installableMap = exports.descriptions = exports.apiDocs = exports.DEFAULT_TIMELINE_TRACKS = exports.hotMiddlewareOptions = exports.getProjectName = exports.getLocationFromBuildError = exports.getDefaultOutLocation = exports.formatBytes = exports.DEFAULT_BUFFER_STATE_DELAY_IN_MILLISECONDS = exports.stripAnsi = exports.splitAnsi = void 0; | ||
var ansi_1 = require("./ansi"); | ||
@@ -19,4 +19,2 @@ Object.defineProperty(exports, "splitAnsi", { enumerable: true, get: function () { return ansi_1.splitAnsi; } }); | ||
Object.defineProperty(exports, "hotMiddlewareOptions", { enumerable: true, get: function () { return hot_middleware_1.hotMiddlewareOptions; } }); | ||
var installable_packages_1 = require("./installable-packages"); | ||
Object.defineProperty(exports, "listOfInstallableRemotionPackages", { enumerable: true, get: function () { return installable_packages_1.listOfInstallableRemotionPackages; } }); | ||
var max_timeline_tracks_1 = require("./max-timeline-tracks"); | ||
@@ -27,2 +25,3 @@ Object.defineProperty(exports, "DEFAULT_TIMELINE_TRACKS", { enumerable: true, get: function () { return max_timeline_tracks_1.DEFAULT_TIMELINE_TRACKS; } }); | ||
Object.defineProperty(exports, "descriptions", { enumerable: true, get: function () { return package_info_1.descriptions; } }); | ||
Object.defineProperty(exports, "installableMap", { enumerable: true, get: function () { return package_info_1.installableMap; } }); | ||
Object.defineProperty(exports, "packages", { enumerable: true, get: function () { return package_info_1.packages; } }); | ||
@@ -29,0 +28,0 @@ var source_map_endpoint_1 = require("./source-map-endpoint"); |
@@ -6,4 +6,7 @@ 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 declare const installableMap: { | ||
[key in Pkgs]: boolean; | ||
}; | ||
export declare const apiDocs: { | ||
[key in Pkgs]: string | null; | ||
}; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.apiDocs = exports.descriptions = exports.packages = void 0; | ||
exports.apiDocs = exports.installableMap = exports.descriptions = exports.packages = void 0; | ||
exports.packages = [ | ||
@@ -156,2 +156,78 @@ 'svg-3d-engine', | ||
}; | ||
exports.installableMap = { | ||
'svg-3d-engine': false, | ||
'ai-improvements': false, | ||
'animation-utils': true, | ||
'animated-emoji': true, | ||
'astro-example': false, | ||
'babel-loader': false, | ||
bugs: false, | ||
bundler: false, | ||
'cli-autocomplete': false, | ||
cli: false, | ||
cloudrun: true, | ||
'compositor-darwin-arm64': false, | ||
'compositor-darwin-x64': false, | ||
'compositor-linux-arm64-gnu': false, | ||
'compositor-linux-arm64-musl': false, | ||
'compositor-linux-x64-gnu': false, | ||
'compositor-linux-x64-musl': false, | ||
'compositor-win32-x64-msvc': false, | ||
core: false, | ||
'create-video': false, | ||
'discord-poster': false, | ||
'docusaurus-plugin': false, | ||
docs: false, | ||
'enable-scss': true, | ||
'eslint-config': false, | ||
'eslint-config-flat': false, | ||
'eslint-config-internal': false, | ||
'eslint-plugin': false, | ||
'example-without-zod': false, | ||
example: false, | ||
fonts: true, | ||
gif: true, | ||
'google-fonts': true, | ||
'install-whisper-cpp': true, | ||
'it-tests': false, | ||
'lambda-go-example': false, | ||
'lambda-go': false, | ||
'lambda-php': false, | ||
'lambda-ruby': false, | ||
'lambda-python': false, | ||
lambda: true, | ||
'layout-utils': true, | ||
licensing: true, | ||
lottie: true, | ||
'media-utils': true, | ||
'motion-blur': true, | ||
noise: true, | ||
paths: true, | ||
'player-example': false, | ||
player: true, | ||
preload: true, | ||
renderer: true, | ||
rive: true, | ||
shapes: true, | ||
skia: true, | ||
'promo-pages': false, | ||
streaming: false, | ||
serverless: false, | ||
'studio-server': false, | ||
'studio-shared': false, | ||
studio: true, | ||
tailwind: true, | ||
'tailwind-v4': true, | ||
'test-utils': false, | ||
three: true, | ||
transitions: true, | ||
'media-parser': true, | ||
'zod-types': true, | ||
webcodecs: true, | ||
convert: false, | ||
captions: true, | ||
'openai-whisper': true, | ||
compositor: false, | ||
'example-videos': false, | ||
}; | ||
exports.apiDocs = { | ||
@@ -158,0 +234,0 @@ player: 'https://www.remotion.dev/docs/player', |
import type { AudioCodec, ChromeMode, Codec, ColorSpace, LogLevel, OpenGlRenderer, PixelFormat, ProResProfile, StillImageFormat, VideoImageFormat, X264Preset } from '@remotion/renderer'; | ||
import type { HardwareAccelerationOption } from '@remotion/renderer/client'; | ||
import type { GitSource } from './git-source'; | ||
import type { InstallablePackage } from './installable-packages'; | ||
import type { PackageManager } from './package-manager'; | ||
@@ -48,5 +47,5 @@ export type RenderDefaults = { | ||
remotion_gitSource: GitSource | null; | ||
remotion_installedPackages: InstallablePackage[] | null; | ||
remotion_installedPackages: string[] | null; | ||
remotion_packageManager: PackageManager | 'unknown'; | ||
} | ||
} |
@@ -6,3 +6,3 @@ { | ||
"name": "@remotion/studio-shared", | ||
"version": "4.0.256", | ||
"version": "4.0.257", | ||
"description": "Internal package for shared objects between the Studio backend and frontend", | ||
@@ -18,8 +18,8 @@ "main": "dist", | ||
"dependencies": { | ||
"remotion": "4.0.256" | ||
"remotion": "4.0.257" | ||
}, | ||
"devDependencies": { | ||
"eslint": "9.14.0", | ||
"@remotion/renderer": "4.0.256", | ||
"@remotion/eslint-config-internal": "4.0.256" | ||
"@remotion/renderer": "4.0.257", | ||
"@remotion/eslint-config-internal": "4.0.257" | ||
}, | ||
@@ -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
113550
52
1231
+ Addedremotion@4.0.257(transitive)
- Removedremotion@4.0.256(transitive)
Updatedremotion@4.0.257