@remotion/studio-shared 4.0.503 → 4.0.505

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,6 +1,6 @@
1
1
  import type { AudioCodec, BuiltInEditor, ChromeMode, Codec, ColorSpace, LogLevel, PixelFormat, StillImageFormat, VideoImageFormat, X264Preset } from '@remotion/renderer';
2
2
  import type { HardwareAccelerationOption } from '@remotion/renderer/client';
3
- import type { ComponentProp, ElementDragData } from '@remotion/studio-protocol';
3
+ import type { ComponentProp, ElementDependency, ElementDragData } from '@remotion/studio-protocol';
4
4
  import type { _InternalTypes, CannotUpdateSequenceReason, CanUpdateEffectPropsResponse, CanUpdateSequencePropsResponseFalse, CanUpdateSequencePropsResponseTrue, CanUpdateSequencePropStatus, ExtrapolateType, InteractivitySchema, InterpolateOutputOption, JsxComponentIdentity, SequenceNodePath, SequencePropsSubscriptionKey, VideoConfigValues } from 'remotion';
5
5
  import type { RecastCodemod, VisualControlChange } from './codemods';
6
6
  import type { EffectClipboardParam, EffectClipboardPasteType, EffectClipboardSnapshot } from './effect-clipboard-data';
@@ -784,7 +784,7 @@ export type UpdateDefaultEditorResponse = {
784
784
  reason: string;
785
785
  };
786
786
  export type InstallPackageRequest = {
787
- packageNames: string[];
787
+ dependencies: ElementDependency[];
788
788
  };
789
789
  export type InstallPackageResponse = {};
790
790
  export type UndoRequest = {};
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.503",
6
+ "version": "4.0.505",
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.503",
25
- "remotion": "4.0.503"
24
+ "@remotion/studio-protocol": "4.0.505",
25
+ "remotion": "4.0.505"
26
26
  },
27
27
  "devDependencies": {
28
- "@remotion/renderer": "4.0.503",
29
- "@remotion/eslint-config-internal": "4.0.503",
28
+ "@remotion/renderer": "4.0.505",
29
+ "@remotion/eslint-config-internal": "4.0.505",
30
30
  "eslint": "9.19.0",
31
31
  "@typescript/native-preview": "7.0.0-dev.20260217.1"
32
32
  },