fix(ts_web): Ensure sha256FromBuffer uses correct ArrayBuffer slice for Uint8Array inputs and add local project config files
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-09-12 - 3.2.5 - fix(ts_web)
|
||||
Ensure sha256FromBuffer uses correct ArrayBuffer slice for Uint8Array inputs and add local project config files
|
||||
|
||||
- Fix sha256FromBuffer in ts_web: explicitly slice Uint8Array.buffer using byteOffset/byteLength before calling crypto.subtle.digest to ensure the correct ArrayBuffer segment is hashed in browser environments.
|
||||
- Add .claude/settings.local.json to allow WebFetch to www.npmjs.com for local tooling.
|
||||
- Add .serena/.gitignore and .serena/project.yml to include project-specific configuration and ignored cache path.
|
||||
- Add missing newline at end of ts_web/index.ts
|
||||
|
||||
## 2025-09-12 - 3.2.4 - fix(deps)
|
||||
Bump devDependencies, update smartjson and add workspace/CI settings
|
||||
|
||||
|
Reference in New Issue
Block a user