fix(build): tighten TypeScript build configuration and update tooling dependencies

This commit is contained in:
2026-04-30 12:34:33 +00:00
parent 9d56109d0a
commit 00d68c3e1b
11 changed files with 1655 additions and 4234 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## 2026-04-30 - 2.2.1 - fix(build)
tighten TypeScript build configuration and update tooling dependencies
- enable stricter TypeScript checks with noImplicitAny and explicit node types
- adjust source typings to satisfy stricter compilation in table, HTTP client, result set, and database classes
- update build and test tooling dependencies and remove obsolete dev dependencies
- add project smartconfig metadata and include it in published files
## 2026-02-27 - 2.2.0 - feat(core)
introduce typed ClickHouse table API, query builder, and result handling; enhance HTTP client and add schema evolution, batch inserts and mutations; update docs/tests and bump deps