fix(core): update
This commit is contained in:
parent
0fbb18690a
commit
5ea12b77e7
10
package.json
10
package.json
@ -17,17 +17,17 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@git.zone/tsbuild": "^2.1.72",
|
||||
"@git.zone/tstest": "^1.0.84",
|
||||
"@git.zone/tstest": "^1.0.86",
|
||||
"@push.rocks/tapbundle": "^5.0.15",
|
||||
"@types/node": "^20.10.7"
|
||||
"@types/node": "^20.11.9"
|
||||
},
|
||||
"dependencies": {
|
||||
"@api.global/typedserver": "^3.0.19",
|
||||
"@git.zone/tsbundle": "^2.0.13",
|
||||
"@api.global/typedserver": "^3.0.20",
|
||||
"@git.zone/tsbundle": "^2.0.15",
|
||||
"@git.zone/tsrun": "^1.2.46",
|
||||
"@push.rocks/early": "^4.0.4",
|
||||
"@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/smartdelay": "^3.0.5",
|
||||
"@push.rocks/smartlog": "^3.0.3",
|
||||
|
423
pnpm-lock.yaml
generated
423
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@git.zone/tswatch',
|
||||
version: '2.0.21',
|
||||
version: '2.0.22',
|
||||
description: 'watch typescript projects during development'
|
||||
}
|
||||
|
@ -20,7 +20,7 @@ export class Watcher {
|
||||
});
|
||||
|
||||
private currentExecution: plugins.smartshell.IExecResultStreaming;
|
||||
private smartchokWatcher = new plugins.smartchok.Smartchok([], {});
|
||||
private smartchokWatcher = new plugins.smartchok.Smartchok([]);
|
||||
private options: IWatcherConstructorOptions;
|
||||
|
||||
constructor(optionsArg: IWatcherConstructorOptions) {
|
||||
|
Loading…
Reference in New Issue
Block a user