fix(build): align TypeScript and test imports with NodeNext builds and safely copy Uint8Array inputs in browser processing

This commit is contained in:
2026-05-01 16:10:01 +00:00
parent aa976061b1
commit c4dc34cd1a
14 changed files with 2811 additions and 4447 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## 2026-05-01 - 1.1.1 - fix(build)
align TypeScript and test imports with NodeNext builds and safely copy Uint8Array inputs in browser processing
- switches the project to NodeNext-oriented TypeScript configuration and updates tests to import built .js entrypoints
- replaces direct Uint8Array buffer slicing with explicit ArrayBuffer copies in browser code paths to avoid incorrect input handling
- refreshes package metadata, published files, formatting script, and dependency versions to match the updated build setup
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),