fix(core): update

This commit is contained in:
2023-07-13 14:07:12 +02:00
parent 0acb00c9c4
commit db268d4fad
15 changed files with 2358 additions and 12436 deletions

View File

@@ -1,8 +1,9 @@
// pushrocks scope
import * as lik from '@pushrocks/lik';
import * as smartparam from '@pushrocks/smartparam';
import * as lik from '@push.rocks/lik';
import * as smartobject from '@push.rocks/smartobject';
import * as smartpromise from '@push.rocks/smartpromise';
export { lik, smartparam };
export { lik, smartobject, smartpromise };
// third party scope
import * as inquirer from 'inquirer';