fix(core): update

This commit is contained in:
2022-06-06 16:51:41 +02:00
parent a01755fb9e
commit 1783d72395
6 changed files with 128 additions and 92 deletions

View File

@@ -1,9 +1,13 @@
// @pushrocks scope
import * as mongodump from '@pushrocks/mongodump';
import * as smartdata from '@pushrocks/smartdata';
import * as smartpath from '@pushrocks/smartpath';
import * as smartpromise from '@pushrocks/smartpromise';
export {
mongodump,
smartdata,
smartpath,
smartpromise,
}