fix(deps): update dependency crc to v4
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
crc | dependencies | major | 3.8.0 -> 4.3.2 |
Release Notes
alexgorbatchev/crc (crc)
v4.3.2
v4.3.1
- Fixes broken bundle #77
v4.3.0
- Adds CRC32 MPEG-2 (#76, thanks @grabofus)
v4.2.0
v4.1.1
- Fixes bundling with esbuild and rollup when
require
is used.
v4.1.0
Fixes full support for EMS and CommonJS.
v4.0.0
: TypeScript rewrite
- This is a full rewrite in TypeScript and types are now bundled with 4.x.
- I've tried to keep full API compatibility with 3.x (if you find issues, please report).
-
buffer
dependency has been moved topeerDependencies
and there's now a way to use CRC functions without the need forBuffer
by passingInt8Array
instead. This can help keep bundle size down (for example,crc32
is 41kb minified withbuffer
and 4kb without).
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Renovate