@remotion/gif 4.0.245 → 4.0.247

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,5 +1,5 @@
1
1
 
2
2
  
3
- > @remotion/gif@4.0.244 make /Users/jonathanburger/remotion/packages/gif
3
+ > @remotion/gif@4.0.246 make /Users/jonathanburger/remotion/packages/gif
4
4
  > tsc -d && node build.mjs && bun --env-file=../.env.bundle bundle.ts
5
5
 
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.245",
6
+ "version": "4.0.247",
7
7
  "description": "Embed GIFs in a Remotion video",
8
8
  "sideEffects": false,
9
9
  "bugs": {
@@ -24,7 +24,7 @@
24
24
  }
25
25
  },
26
26
  "dependencies": {
27
- "remotion": "4.0.245"
27
+ "remotion": "4.0.247"
28
28
  },
29
29
  "devDependencies": {
30
30
  "esbuild": "0.24.0",
@@ -32,7 +32,7 @@
32
32
  "react-dom": "19.0.0",
33
33
  "webpack": "5.96.1",
34
34
  "eslint": "9.14.0",
35
- "@remotion/eslint-config-internal": "4.0.245"
35
+ "@remotion/eslint-config-internal": "4.0.247"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "react": ">=16.8.0",
@@ -1,7 +0,0 @@
1
-
2
- 
3
- > @remotion/gif@4.0.244 formatting /Users/jonathanburger/remotion/packages/gif
4
- > prettier src --check
5
-
6
- Checking formatting...
7
- src/canvas.tsxsrc/get-gif-duration-in-seconds.tssrc/gif-cache.tssrc/Gif.tsxsrc/GifForDevelopment.tsxsrc/GifForRendering.tsxsrc/gifuct/deinterlace.tssrc/gifuct/index.tssrc/gifuct/lzw.tssrc/gifuct/types.tssrc/index.tssrc/is-cors-error.tssrc/js-binary-schema-parser/gif.tssrc/js-binary-schema-parser/parser.tssrc/js-binary-schema-parser/uint8-parser.tssrc/lru/index.tssrc/parse-generate.tssrc/parser/decompress-frames.tssrc/preload-gif.tssrc/props.tssrc/react-tools.tssrc/resolve-gif-source.tssrc/use-element-size.tssrc/useCurrentGifIndex.tsxsrc/worker/index.tssrc/worker/worker.tsAll matched files use Prettier code style!
@@ -1,5 +0,0 @@
1
-
2
- 
3
- > @remotion/gif@4.0.244 lint /Users/jonathanburger/remotion/packages/gif
4
- > eslint src
5
-