feat(MongoDumpTarget): Implement core MongoDumpTarget methods and update documentation & project configs

This commit is contained in:
2025-08-18 02:49:22 +00:00
parent b4a45e825a
commit 4626941613
5 changed files with 299 additions and 40 deletions

View File

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