github-actions
released this
03 Dec 22:37
·
4 commits
to main
since this release
Patch Changes
-
Fix TypedArray types for TypeScript < 5.7 (#239)
TypeScript changed the typing behavior of all
TypedArray
objects to now be generic over the underlyingArrayBufferLike
type. In order to have our types be consistent with these changes, we needed to specify theArrayBuffer
explicitly, but that breaks for older versions of TypeScript. This PR fixes the version of TypeScript to 5.6. We will need to bump again when we want to support 5.7. -
Updated dependencies [
7756cdc
]:- @zarrita/[email protected]
- @zarrita/[email protected]