fix(core): update

This commit is contained in:
Philipp Kunz 2024-01-28 18:23:06 +01:00
parent 0fbb18690a
commit 5ea12b77e7
4 changed files with 202 additions and 235 deletions

View File

@ -17,17 +17,17 @@
}, },
"devDependencies": { "devDependencies": {
"@git.zone/tsbuild": "^2.1.72", "@git.zone/tsbuild": "^2.1.72",
"@git.zone/tstest": "^1.0.84", "@git.zone/tstest": "^1.0.86",
"@push.rocks/tapbundle": "^5.0.15", "@push.rocks/tapbundle": "^5.0.15",
"@types/node": "^20.10.7" "@types/node": "^20.11.9"
}, },
"dependencies": { "dependencies": {
"@api.global/typedserver": "^3.0.19", "@api.global/typedserver": "^3.0.20",
"@git.zone/tsbundle": "^2.0.13", "@git.zone/tsbundle": "^2.0.15",
"@git.zone/tsrun": "^1.2.46", "@git.zone/tsrun": "^1.2.46",
"@push.rocks/early": "^4.0.4", "@push.rocks/early": "^4.0.4",
"@push.rocks/lik": "^6.0.12", "@push.rocks/lik": "^6.0.12",
"@push.rocks/smartchok": "^1.0.23", "@push.rocks/smartchok": "^1.0.32",
"@push.rocks/smartcli": "^4.0.8", "@push.rocks/smartcli": "^4.0.8",
"@push.rocks/smartdelay": "^3.0.5", "@push.rocks/smartdelay": "^3.0.5",
"@push.rocks/smartlog": "^3.0.3", "@push.rocks/smartlog": "^3.0.3",

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@git.zone/tswatch', name: '@git.zone/tswatch',
version: '2.0.21', version: '2.0.22',
description: 'watch typescript projects during development' description: 'watch typescript projects during development'
} }

View File

@ -20,7 +20,7 @@ export class Watcher {
}); });
private currentExecution: plugins.smartshell.IExecResultStreaming; private currentExecution: plugins.smartshell.IExecResultStreaming;
private smartchokWatcher = new plugins.smartchok.Smartchok([], {}); private smartchokWatcher = new plugins.smartchok.Smartchok([]);
private options: IWatcherConstructorOptions; private options: IWatcherConstructorOptions;
constructor(optionsArg: IWatcherConstructorOptions) { constructor(optionsArg: IWatcherConstructorOptions) {