fix(build): migrate build tooling to tsbuild v4 and tsbundle config while updating sitemap integration

This commit is contained in:
2026-03-23 11:49:55 +00:00
parent d4c4e0971f
commit 292fb824fd
23 changed files with 3601 additions and 4401 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2026-03-23 - 8.4.5 - fix(build)
migrate build tooling to tsbuild v4 and tsbundle config while updating sitemap integration
- move tsbundle bundle definitions into npmextra.json and simplify build scripts for tsbuild v4
- replace cross-folder imports from dist_ts_interfaces with ts_interfaces source paths to match automatic path rewriting
- update sitemap generation to the smartsitemap v4 builder API for standard and news sitemaps
- refresh package dependencies and documentation for the new build flow and server capabilities
## 2026-03-23 - 8.4.4 - fix(utilityservers)
enable file watching whenever a static serve directory is configured