fix(smartmongo.plugins): Use default import for mongodb-memory-server (Deno compatibility), update hints and bump package version to 2.0.13

This commit is contained in:
2025-11-17 02:59:44 +00:00
parent e22c0d4644
commit 46db52184b
5 changed files with 21 additions and 4 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartmongo',
version: '2.0.12',
version: '2.0.14',
description: 'A module for creating and managing a local MongoDB instance for testing purposes.'
}

View File

@@ -7,6 +7,6 @@ import * as smartpromise from '@push.rocks/smartpromise';
export { mongodump, smartdata, smartpath, smartpromise };
// thirdparty
import * as mongoPlugin from 'mongodb-memory-server';
import mongoPlugin from 'mongodb-memory-server';
export { mongoPlugin };