fix(core): update

This commit is contained in:
2023-08-26 14:52:12 +02:00
parent cd5d50369e
commit f96024380a
12 changed files with 2090 additions and 774 deletions

View File

@ -1,5 +1,5 @@
{
"name": "@gitzone/tswatch",
"name": "@git.zone/tswatch",
"version": "2.0.7",
"private": false,
"description": "watch typescript projects during development",
@ -16,24 +16,24 @@
"build": "(tsbuild --web --allowimplicitany)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.65",
"@gitzone/tstest": "^1.0.73",
"@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.6.3"
"@git.zone/tsbuild": "^2.1.69",
"@gitzone/tstest": "^1.0.77",
"@push.rocks/tapbundle": "^5.0.15",
"@types/node": "^20.5.6"
},
"dependencies": {
"@apiglobal/typedserver": "^2.0.44",
"@gitzone/tsbundle": "^2.0.7",
"@gitzone/tsrun": "^1.2.37",
"@pushrocks/early": "^4.0.3",
"@pushrocks/lik": "^6.0.0",
"@pushrocks/smartchok": "^1.0.23",
"@pushrocks/smartcli": "^4.0.5",
"@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartlog": "^3.0.1",
"@pushrocks/smartlog-destination-local": "^9.0.0",
"@pushrocks/smartshell": "^2.0.30",
"@pushrocks/taskbuffer": "^3.0.2"
"@apiglobal/typedserver": "^2.0.65",
"@git.zone/tsrun": "^1.2.46",
"@gitzone/tsbundle": "^2.0.8",
"@push.rocks/early": "^4.0.4",
"@push.rocks/lik": "^6.0.5",
"@push.rocks/smartchok": "^1.0.23",
"@push.rocks/smartcli": "^4.0.8",
"@push.rocks/smartdelay": "^3.0.5",
"@push.rocks/smartlog": "^3.0.3",
"@push.rocks/smartlog-destination-local": "^9.0.0",
"@push.rocks/smartshell": "^3.0.3",
"@push.rocks/taskbuffer": "^3.1.6"
},
"files": [
"ts/**/*",