fix(core): update

This commit is contained in:
2024-05-28 13:42:10 +02:00
parent e10e8cf90d
commit a4a3343b1d
4 changed files with 4822 additions and 2754 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartcli',
version: '4.0.10',
version: '4.0.11',
description: 'A library for easily creating observable CLI tasks with support for commands, arguments, and options.'
}

View File

@ -2,7 +2,7 @@
import * as smartlog from '@push.rocks/smartlog';
import * as lik from '@push.rocks/lik';
import * as path from 'path';
import * as smartparam from '@push.rocks/smartparam';
import * as smartparam from '@push.rocks/smartobject';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartrx from '@push.rocks/smartrx';