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:
@@ -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