fix(core): update

This commit is contained in:
2021-04-26 08:30:02 +00:00
parent 71abbbb5f1
commit 95ffb06e77
9 changed files with 684 additions and 129 deletions

View File

@@ -5,12 +5,14 @@ export { path };
// @pushrocks scope
import * as consolecolor from '@pushrocks/consolecolor';
import * as levelcache from '@pushrocks/levelcache';
import * as smartarchive from '@pushrocks/smartarchive';
import * as smartfile from '@pushrocks/smartfile';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartrequest from '@pushrocks/smartrequest';
import * as smartversion from '@pushrocks/smartversion';
export { consolecolor, smartarchive, smartfile, smartpromise, smartrequest };
export { consolecolor, levelcache, smartarchive, smartfile, smartpromise, smartrequest, smartversion };
// third party scope
import packageJson from 'package-json';