fix(core): update

This commit is contained in:
2023-08-08 16:59:47 +02:00
parent 2763da6efa
commit a5ddbd44af
9 changed files with 219 additions and 29 deletions

View File

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