fix(build): update TypeScript build configuration and package metadata

This commit is contained in:
2026-04-30 13:05:50 +00:00
parent 21e40c238c
commit ccc180fb96
7 changed files with 1868 additions and 1636 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## 2026-04-30 - 1.1.2 - fix(build)
update TypeScript build configuration and package metadata
- upgrade build and test toolchain dependencies to newer versions
- enforce explicit TypeScript settings with noImplicitAny and Node type definitions
- include smart config, license, and npm metadata files in published package
## 2026-02-11 - 1.1.1 - fix(imports)
use node: built-in imports and remove dead smartpromise/smartdelay exports