@remotion/media 4.0.465 → 4.0.466

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.
@@ -4543,6 +4543,7 @@ var AudioInner = (props) => {
4543
4543
  _remotionInternalStack: stack,
4544
4544
  _remotionInternalIsMedia: isMedia,
4545
4545
  name: name ?? "<Audio>",
4546
+ _remotionInternalDocumentationLink: name === undefined ? "https://www.remotion.dev/docs/media/audio" : undefined,
4546
4547
  _experimentalControls: controls,
4547
4548
  _remotionInternalLoopDisplay: loopDisplay,
4548
4549
  showInTimeline: showInTimeline ?? true,
@@ -5550,6 +5551,7 @@ var VideoInner = ({
5550
5551
  _remotionInternalStack: stack,
5551
5552
  _remotionInternalIsMedia: isMedia,
5552
5553
  name: name ?? "<Video>",
5554
+ _remotionInternalDocumentationLink: name === undefined ? "https://www.remotion.dev/docs/media/video" : undefined,
5553
5555
  _experimentalControls: controls,
5554
5556
  _remotionInternalLoopDisplay: loopDisplay,
5555
5557
  _remotionInternalEffects: memoizedEffectDefinitions,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/media",
3
- "version": "4.0.465",
3
+ "version": "4.0.466",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "module": "dist/esm/index.mjs",
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "mediabunny": "1.45.0",
26
- "remotion": "4.0.465",
26
+ "remotion": "4.0.466",
27
27
  "zod": "4.3.6"
28
28
  },
29
29
  "peerDependencies": {
@@ -31,7 +31,7 @@
31
31
  "react-dom": ">=16.8.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@remotion/eslint-config-internal": "4.0.465",
34
+ "@remotion/eslint-config-internal": "4.0.466",
35
35
  "@vitest/browser-webdriverio": "4.0.9",
36
36
  "eslint": "9.19.0",
37
37
  "react": "19.2.3",