fix(build): modernize project configuration and align test imports with updated tooling

This commit is contained in:
2026-04-30 08:44:40 +00:00
parent e0d82eff25
commit 2e075501d6
13 changed files with 3142 additions and 8038 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## 2026-04-30 - 1.5.1 - fix(build)
modernize project configuration and align test imports with updated tooling
- replace npmextra.json with .smartconfig.json and include the new config in published files
- update build and test tooling dependencies, including switching tests to @git.zone/tstest/tapbundle
- tighten TypeScript compiler settings with noImplicitAny and explicit node types
- refresh package metadata with improved description, keywords, rust dist artifacts, and bundled license file
## 2026-03-06 - 1.5.0 - feat(rust-provider)
add cross-runtime Rust provider tests and docs; simplify bridge event handling and bump tstest