fix(ts_web): Ensure sha256FromBuffer uses correct ArrayBuffer slice for Uint8Array inputs and add local project config files

This commit is contained in:
2025-09-12 21:51:15 +00:00
parent b6f6f16a45
commit 6ba69d84b7
6 changed files with 93 additions and 4 deletions

View File

@@ -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