fix(build): tighten TypeScript compiler settings and harden error message handling
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user