fix(build): modernize project configuration, dependencies, and node-based test setup

This commit is contained in:
2026-05-01 18:10:45 +00:00
parent d10ec8d81f
commit 4209d7767b
11 changed files with 4903 additions and 3721 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## 2026-05-01 - 2.0.9 - fix(build)
modernize project configuration, dependencies, and node-based test setup
- adds package exports and includes .smartconfig.json and license in published files
- updates build and test tooling to current @git.zone packages and enables stricter TypeScript settings
- migrates tests to a Node-focused happy-dom setup using @git.zone/tstest and removes obsolete smartpromise usage
## 2024-10-13 - 2.0.8 - fix(core)
Updated dependencies and optimized code structure