fix(build): modernize project tooling and tighten TypeScript typings

This commit is contained in:
2026-05-01 16:23:25 +00:00
parent 1c80a1097b
commit d0ab3ad285
11 changed files with 3449 additions and 5385 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## 2026-05-01 - 3.0.6 - fix(build)
modernize project tooling and tighten TypeScript typings
- migrate project metadata to the current @git.zone and @ship.zone configuration format
- update build, test, and documentation scripts to the newer toolchain
- replace tapbundle test imports with @git.zone/tstest and export tap.start() for the updated test runner
- enable noImplicitAny and node types while refining buffer utility parameter types from any to unknown
## 2025-04-12 - 3.0.5 - fix(documentation)
Enhance documentation with extensive usage examples, update project metadata, and remove obsolete CI configuration