@remotion/gif 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.
package/dist/cjs/Gif.js CHANGED
@@ -59,6 +59,7 @@ const GifInner = ({ src, width, height, onLoad, onError, fit, playbackRate, loop
59
59
  };
60
60
  exports.Gif = remotion_1.Interactive.withSchema({
61
61
  Component: GifInner,
62
+ componentName: '<Gif>',
62
63
  componentIdentity: 'dev.remotion.gif.Gif',
63
64
  schema: gifSchema,
64
65
  supportsEffects: true,
@@ -1518,6 +1518,7 @@ var GifInner = ({
1518
1518
  };
1519
1519
  var Gif = Interactive.withSchema({
1520
1520
  Component: GifInner,
1521
+ componentName: "<Gif>",
1521
1522
  componentIdentity: "dev.remotion.gif.Gif",
1522
1523
  schema: gifSchema,
1523
1524
  supportsEffects: true
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/gif"
4
4
  },
5
5
  "name": "@remotion/gif",
6
- "version": "4.0.479",
6
+ "version": "4.0.481",
7
7
  "description": "Embed GIFs in a Remotion video",
8
8
  "bugs": {
9
9
  "url": "https://github.com/remotion-dev/remotion/issues"
@@ -30,7 +30,7 @@
30
30
  }
31
31
  },
32
32
  "dependencies": {
33
- "remotion": "4.0.479"
33
+ "remotion": "4.0.481"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@testing-library/react": "16.1.0",
@@ -38,7 +38,7 @@
38
38
  "react": "19.2.3",
39
39
  "react-dom": "19.2.3",
40
40
  "webpack": "5.105.0",
41
- "@remotion/eslint-config-internal": "4.0.479",
41
+ "@remotion/eslint-config-internal": "4.0.481",
42
42
  "eslint": "9.19.0",
43
43
  "@typescript/native-preview": "7.0.0-dev.20260217.1"
44
44
  },