fix(build): modernize project configuration and tighten Node.js typing support

This commit is contained in:
2026-04-30 18:19:27 +00:00
parent ff0bc72408
commit 8ed7413e62
13 changed files with 2224 additions and 2657 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## 2026-04-30 - 3.3.2 - fix(build)
modernize project configuration and tighten Node.js typing support
- migrate npmextra configuration to namespaced tool settings and add .smartconfig.json
- update build and test scripts alongside TypeScript and dependency versions
- refactor Smartgit to expose validated fs/http accessors and improve return type annotations
- adjust tests and repository URLs to use code.foss.global
## 2025-11-04 - 3.3.1 - fix(getUncommittedDiff)
Avoid false-positive diffs in getUncommittedDiff by detecting symlinked directories and skipping identical files