fix(build): migrate project metadata to .smartconfig and tighten TypeScript build settings

This commit is contained in:
2026-04-30 07:25:50 +00:00
parent c253233cab
commit 0981989af8
7 changed files with 2197 additions and 2769 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## 2026-04-30 - 3.2.7 - fix(build)
migrate project metadata to .smartconfig and tighten TypeScript build settings
- replace npmextra.json with .smartconfig.json and update packaged config file references
- upgrade build and test toolchain dependencies along with related package versions
- remove the build flag that allowed implicit any and enforce noImplicitAny in tsconfig
- add repository issue tracker metadata and refresh package manager version
## 2025-09-12 - 3.2.6 - fix(ci)
Add .claude local settings to permit web fetch to www.npmjs.com