fix(build): migrate package config to .smartconfig and align build tooling

This commit is contained in:
2026-03-27 16:56:48 +00:00
parent f4f4ec5024
commit caf228b32d
8 changed files with 1680 additions and 1531 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2026-03-27 - 2.2.4 - fix(build)
migrate package config to .smartconfig and align build tooling
- replace npmextra.json with .smartconfig.json and include tsbundle bundle configuration
- update build script and package files list to use the new smartconfig-based setup
- bump build-related dependencies and add Node types to tsconfig
- add definite assignment assertions for element properties to satisfy TypeScript checks
## 2026-03-12 - 2.2.3 - fix(repo)
no changes to commit