fix(core): update

This commit is contained in:
2023-07-12 15:09:53 +02:00
parent 39408d9832
commit fef954c423
10 changed files with 1637 additions and 15159 deletions

View File

@ -2,7 +2,7 @@
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@pushrocks/smartcli',
version: '4.0.6',
name: '@push.rocks/smartcli',
version: '4.0.7',
description: 'easy observable cli tasks'
}

View File

@ -1,10 +1,10 @@
// @pushrocks scope
import * as smartlog from '@pushrocks/smartlog';
import * as lik from '@pushrocks/lik';
import * as smartlog from '@push.rocks/smartlog';
import * as lik from '@push.rocks/lik';
import * as path from 'path';
import * as smartparam from '@pushrocks/smartparam';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartrx from '@pushrocks/smartrx';
import * as smartparam from '@push.rocks/smartparam';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartrx from '@push.rocks/smartrx';
export { smartlog, lik, path, smartparam, smartpromise, smartrx };