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:
@@ -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.'
|
||||
}
|
||||
|
||||
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user