fix(build): Update build tooling and TypeScript compilation target

This commit is contained in:
2025-11-27 23:07:58 +00:00
parent aead721a58
commit 4f1d359752
5 changed files with 99 additions and 558 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2025-11-27 - 7.0.1 - fix(build)
Update build tooling and TypeScript compilation target
- Bump devDependency @git.zone/tsbuild from ^3.1.0 to ^3.1.1.
- Update tsconfig.json compiler target from ES2022 to ES2024 (affects emitted JS language level).
## 2025-11-27 - 7.0.0 - BREAKING CHANGE(mongodb)
Upgrade dependencies: bump mongodb to ^7.0.0 and @git.zone/tstest to ^3.1.3