fix(core): update

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

View File

@ -34,19 +34,19 @@
},
"homepage": "https://gitlab.com/pushrocks/smartcli",
"dependencies": {
"@push.rocks/lik": "^6.0.3",
"@push.rocks/smartlog": "^3.0.1",
"@push.rocks/smartparam": "^1.1.10",
"@push.rocks/lik": "^6.0.15",
"@push.rocks/smartlog": "^3.0.6",
"@push.rocks/smartobject": "^1.0.12",
"@push.rocks/smartpromise": "^4.0.3",
"@push.rocks/smartrx": "^3.0.3",
"yargs-parser": "21.1.1"
},
"devDependencies": {
"@git.zone/tsbuild": "^2.1.66",
"@git.zone/tsbuild": "^2.1.80",
"@git.zone/tsrun": "^1.2.42",
"@git.zone/tstest": "^1.0.74",
"@push.rocks/tapbundle": "^5.0.4",
"@types/node": "^20.4.1"
"@git.zone/tstest": "^1.0.90",
"@push.rocks/tapbundle": "^5.0.23",
"@types/node": "^20.12.12"
},
"files": [
"ts/**/*",

File diff suppressed because it is too large Load Diff

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';