@remotion/gif 4.0.474 → 4.0.476

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
@@ -23,7 +23,7 @@ const gifSchema = {
23
23
  max: 10,
24
24
  step: 0.1,
25
25
  default: 1,
26
- description: 'Playback Rate',
26
+ description: 'Playback rate',
27
27
  hiddenFromList: false,
28
28
  keyframable: false,
29
29
  },
@@ -1450,7 +1450,7 @@ var gifSchema = {
1450
1450
  max: 10,
1451
1451
  step: 0.1,
1452
1452
  default: 1,
1453
- description: "Playback Rate",
1453
+ description: "Playback rate",
1454
1454
  hiddenFromList: false,
1455
1455
  keyframable: false
1456
1456
  },
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.474",
6
+ "version": "4.0.476",
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.474"
33
+ "remotion": "4.0.476"
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.474",
41
+ "@remotion/eslint-config-internal": "4.0.476",
42
42
  "eslint": "9.19.0",
43
43
  "@typescript/native-preview": "7.0.0-dev.20260217.1"
44
44
  },