@remotion/media 4.0.479 → 4.0.481

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.
@@ -4713,6 +4713,7 @@ var AudioInner = (props) => {
4713
4713
  };
4714
4714
  var Audio = Interactive.withSchema({
4715
4715
  Component: AudioInner,
4716
+ componentName: "<Audio>",
4716
4717
  componentIdentity: "dev.remotion.media.Audio",
4717
4718
  schema: audioSchema,
4718
4719
  supportsEffects: false
@@ -5812,6 +5813,7 @@ var VideoInner = ({
5812
5813
  };
5813
5814
  var Video = Interactive2.withSchema({
5814
5815
  Component: VideoInner,
5816
+ componentName: "<Video>",
5815
5817
  componentIdentity: "dev.remotion.media.Video",
5816
5818
  schema: videoSchema,
5817
5819
  supportsEffects: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/media",
3
- "version": "4.0.479",
3
+ "version": "4.0.481",
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.47.0",
26
- "remotion": "4.0.479",
26
+ "remotion": "4.0.481",
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.479",
34
+ "@remotion/eslint-config-internal": "4.0.481",
35
35
  "@vitest/browser-webdriverio": "4.0.9",
36
36
  "eslint": "9.19.0",
37
37
  "react": "19.2.3",