fix(core,testing): improve type safety and update tests for latest tstest and storage APIs

This commit is contained in:
2026-04-30 09:25:26 +00:00
parent 2e2726a4de
commit 45e24ecff3
19 changed files with 1394 additions and 1414 deletions
+9
View File
@@ -1,5 +1,14 @@
# Changelog
## 2026-04-30 - 2.9.2 - fix(core,testing)
improve type safety and update tests for latest tstest and storage APIs
- harden header extraction in BaseRegistry to safely handle request contexts with missing or invalid headers
- migrate tests to the current tstest tapbundle APIs and assertion methods
- adjust binary upload tests to use Uint8Array and add null guards for stricter TypeScript checks
- update upstream and S3 cache test helpers to match newer registry and storage interfaces
- enable stricter TypeScript compiler settings and refresh related dependency versions
## 2026-04-16 - 2.9.1 - fix(license)
add missing MIT license file to repository