fix(core): update

This commit is contained in:
2023-07-27 15:52:01 +02:00
parent a319e54d60
commit 9a32b156fe
12 changed files with 2306 additions and 14649 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "@pushrocks/smartssh",
"name": "@push.rocks/smartssh",
"version": "2.0.0",
"private": false,
"description": "setups SSH quickly and in a painless manner",
@@ -28,22 +28,21 @@
},
"homepage": "https://gitlab.com/pushrocks/smartssh#readme",
"dependencies": {
"@pushrocks/smartfile": "^10.0.5",
"@pushrocks/smartpath": "^5.0.5",
"@pushrocks/smartpromise": "^3.0.2",
"@pushrocks/smartshell": "^2.0.23",
"@pushrocks/smartstring": "^4.0.5",
"@types/fs-extra": "^9.0.13",
"@types/minimatch": "^5.1.2",
"fs-extra": "^10.1.0",
"minimatch": "^5.1.0"
"@push.rocks/smartfile": "^10.0.28",
"@push.rocks/smartpath": "^5.0.11",
"@push.rocks/smartpromise": "^4.0.3",
"@push.rocks/smartshell": "^3.0.3",
"@push.rocks/smartstring": "^4.0.7",
"@types/fs-extra": "^11.0.1",
"fs-extra": "^11.1.1",
"minimatch": "^9.0.3"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.11",
"@gitzone/tsrun": "^1.2.6",
"@gitzone/tstest": "^1.0.24",
"@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.8.4"
"@gitzone/tsbuild": "^2.1.66",
"@gitzone/tsrun": "^1.2.44",
"@gitzone/tstest": "^1.0.77",
"@push.rocks/tapbundle": "^5.0.12",
"@types/node": "^20.4.5"
},
"files": [
"ts/**/*",
@@ -60,4 +59,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}