fix(mongodump.plugins): Bump @types/node to ^22.0.0 and use runtime import for @tsclass/tsclass in plugins

This commit is contained in:
2025-08-18 02:38:55 +00:00
parent 37f2b3b1df
commit 9213108212
5 changed files with 40 additions and 27 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2025-08-18 - 1.0.10 - fix(mongodump.plugins)
Bump @types/node to ^22.0.0 and use runtime import for @tsclass/tsclass in plugins
- Bumped dev dependency @types/node from ^17.0.40 to ^22.0.0 in package.json
- Changed import of @tsclass/tsclass from a type-only import to a runtime import in ts/mongodump.plugins.ts so tsclass is exported and available at runtime
## 2025-08-18 - 1.0.9 - fix(dependencies)
Update dependencies, normalize package scopes to @push.rocks, bump mongodb to v6, adjust tests and add pnpm metadata