feat(config): migrate project metadata to .smartconfig and refresh build configuration

This commit is contained in:
2026-03-24 19:52:31 +00:00
parent a048c5a4d0
commit 18904d18e8
12 changed files with 702 additions and 236 deletions

View File

@@ -1,5 +1,14 @@
# Changelog
## 2026-03-24 - 3.6.0 - feat(config)
migrate project metadata to .smartconfig and refresh build configuration
- replace npmextra.json with .smartconfig.json and update packaged files accordingly
- add module-level README documentation under ts/readme.md
- bump build and runtime dependencies including tsbuild, tsbundle, smartstorage, smartwatch, smartserve, and ws
- relax TypeScript compiler strictness and include Node types in tsconfig
- update README license links to point to license.md
## 2026-03-23 - 3.5.1 - fix(runtime)
handle expected exitCode rejection after terminating timed out test processes