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

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/mongodump',
version: '1.0.9',
version: '1.0.10',
description: 'A tool to create and manage dumps of MongoDB databases, supporting data export and import.'
}