fix(build): tighten TypeScript compiler settings and harden error message handling

This commit is contained in:
2026-04-30 13:09:28 +00:00
parent a7c3ab3eea
commit ad73e8ecb8
9 changed files with 1624 additions and 1915 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## 2026-04-30 - 1.1.1 - fix(build)
tighten TypeScript compiler settings and harden error message handling
- enable strict noImplicitAny checks and include Node types in the TypeScript configuration
- remove the implicit any override from the build script so compiler strictness is enforced during builds
- handle non-Error thrown values safely when wrapping startup and network setup failures
- update package metadata and bundled files to include project configuration and license assets
## 2026-02-08 - 1.1.0 - feat(release)
add release configuration with npm registries and public access; add @ship.zone/szci placeholder