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

This commit is contained in:
2026-04-30 09:48:14 +00:00
parent 8f878e167c
commit b2d8c4f53c
5 changed files with 689 additions and 643 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## 2026-04-30 - 1.3.1 - fix(build)
tighten TypeScript compiler settings and refresh package metadata and dependency versions
- enable noImplicitAny in tsconfig and remove the build flag override so builds use stricter type checking consistently
- add the packageManager field and include the license file in published package contents
- update smartbucket, smartlog, TypeScript, Node types, and add lodash.clonedeep type definitions
## 2026-04-14 - 1.3.0 - feat(migration)
add lock heartbeats, predictive dry-run planning, and stricter ledger option validation