fix(build): tighten TypeScript compiler settings and refresh package metadata

This commit is contained in:
2026-04-30 08:23:22 +00:00
parent c8d3ed79aa
commit 440197ccf3
9 changed files with 298 additions and 276 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## 2026-04-30 - 6.4.1 - fix(build)
tighten TypeScript compiler settings and refresh package metadata
- enable noImplicitAny in tsconfig and align the build script with strict compilation
- update package metadata including author, repository URL, and pnpm version
- bump dependency versions for @aws-sdk/client-s3 and @tsclass/tsclass
- refresh README hints and legal text to match the current package setup
## 2026-04-30 - 6.4.0 - feat(cluster,server,auth)
add operational health endpoints, persist cluster topology, and hide credential secrets from runtime listings