@remotion/gif 4.0.315 → 4.0.317

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.315 make /Users/jonathanburger/remotion/packages/gif
3
+ > @remotion/gif@4.0.317 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.315",
6
+ "version": "4.0.317",
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.315"
27
+ "remotion": "4.0.317"
28
28
  },
29
29
  "devDependencies": {
30
30
  "esbuild": "0.25.0",
@@ -32,7 +32,7 @@
32
32
  "react-dom": "19.0.0",
33
33
  "webpack": "5.96.1",
34
34
  "eslint": "9.19.0",
35
- "@remotion/eslint-config-internal": "4.0.315"
35
+ "@remotion/eslint-config-internal": "4.0.317"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "react": ">=16.8.0",
@@ -1,7 +0,0 @@
1
-
2
- 
3
- > @remotion/gif@4.0.314 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!