fix(core): update

This commit is contained in:
2024-03-16 11:18:53 +01:00
parent 18cfa3e16a
commit e7cf3bcb5e
8 changed files with 1459 additions and 1125 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "@pushrocks/smartshell",
"name": "@push.rocks/smartshell",
"private": false,
"version": "3.0.3",
"description": "shell actions designed as promises",
@@ -26,19 +26,19 @@
},
"homepage": "https://gitlab.com/pushrocks/smartshell#README",
"devDependencies": {
"@gitzone/tsbuild": "^2.1.66",
"@gitzone/tsrun": "^1.2.42",
"@gitzone/tstest": "^1.0.74",
"@pushrocks/tapbundle": "^5.0.8",
"@types/node": "^20.3.1"
"@git.zone/tsbuild": "^2.1.66",
"@git.zone/tsrun": "^1.2.44",
"@git.zone/tstest": "^1.0.77",
"@push.rocks/tapbundle": "^5.0.8",
"@types/node": "^20.11.28"
},
"dependencies": {
"@pushrocks/smartdelay": "^3.0.1",
"@pushrocks/smartexit": "^1.0.20",
"@pushrocks/smartpromise": "^4.0.2",
"@types/which": "^3.0.0",
"@push.rocks/smartdelay": "^3.0.1",
"@push.rocks/smartexit": "^1.0.20",
"@push.rocks/smartpromise": "^4.0.2",
"@types/which": "^3.0.3",
"tree-kill": "^1.2.2",
"which": "^3.0.1"
"which": "^4.0.0"
},
"files": [
"ts/**/*",
@@ -55,4 +55,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}