fix(build): align TypeScript and test imports with NodeNext builds and safely copy Uint8Array inputs in browser processing
This commit is contained in:
@@ -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/),
|
||||
|
||||
Reference in New Issue
Block a user