fix(smartshell): use close event on child processes to ensure exit handling and update dependency versions

This commit is contained in:
2026-03-04 18:13:53 +00:00
parent d37071dae0
commit 3d6a33f8d2
5 changed files with 1048 additions and 1032 deletions

View File

@@ -33,18 +33,18 @@
},
"homepage": "https://code.foss.global/push.rocks/smartshell",
"devDependencies": {
"@git.zone/tsbuild": "^2.7.3",
"@git.zone/tsrun": "^1.6.2",
"@git.zone/tstest": "^2.8.3",
"@types/node": "^22.19.13"
"@git.zone/tsbuild": "^4.1.2",
"@git.zone/tsrun": "^2.0.1",
"@git.zone/tstest": "^3.2.0",
"@types/node": "^25.3.3"
},
"dependencies": {
"@push.rocks/smartdelay": "^3.0.5",
"@push.rocks/smartexit": "^2.0.1",
"@push.rocks/smartexit": "^2.0.3",
"@push.rocks/smartpromise": "^4.2.3",
"@types/which": "^3.0.4",
"tree-kill": "^1.2.2",
"which": "^5.0.0"
"which": "^6.0.1"
},
"files": [
"ts/**/*",