fix(core): update

This commit is contained in:
2023-08-08 14:07:05 +02:00
parent 4b89137721
commit 6f18c0d48a
7 changed files with 2206 additions and 12050 deletions

View File

@ -2,7 +2,7 @@
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@pushrocks/smartmongo',
version: '2.0.7',
name: '@push.rocks/smartmongo',
version: '2.0.8',
description: 'create a local mongodb for testing'
}

View File

@ -1,8 +1,8 @@
// @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';
import * as mongodump from '@push.rocks/mongodump';
import * as smartdata from '@push.rocks/smartdata';
import * as smartpath from '@push.rocks/smartpath';
import * as smartpromise from '@push.rocks/smartpromise';
export {
mongodump,