fix(core): update

This commit is contained in:
2024-02-02 16:40:38 +01:00
parent cc93c296c6
commit 6f5ed697cb
10 changed files with 3348 additions and 1863 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "@mojoio/docker",
"name": "@apiclient.xyz/docker",
"version": "1.0.105",
"description": "easy communication with docker remote api from node, TypeScript ready",
"private": false,
@@ -13,7 +13,7 @@
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pushrocks/dockersock.git"
"url": "git+https://gitlab.com/mojoio/docker.git"
},
"keywords": [
"docker",
@@ -25,29 +25,29 @@
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/dockersock/issues"
"url": "https://gitlab.com/mojoio/docker/issues"
},
"homepage": "https://gitlab.com/pushrocks/dockersock#README",
"homepage": "https://gitlab.com/mojoio/docker#readme",
"dependencies": {
"@pushrocks/lik": "^6.0.0",
"@pushrocks/smartfile": "^10.0.5",
"@pushrocks/smartjson": "^5.0.2",
"@pushrocks/smartlog": "^3.0.1",
"@pushrocks/smartnetwork": "^3.0.0",
"@pushrocks/smartpath": "^5.0.5",
"@pushrocks/smartpromise": "^3.0.6",
"@pushrocks/smartrequest": "^2.0.11",
"@pushrocks/smartstring": "^4.0.5",
"@pushrocks/smartversion": "^3.0.2",
"@push.rocks/lik": "^6.0.0",
"@push.rocks/smartfile": "^11.0.4",
"@push.rocks/smartjson": "^5.0.2",
"@push.rocks/smartlog": "^3.0.1",
"@push.rocks/smartnetwork": "^3.0.0",
"@push.rocks/smartpath": "^5.0.5",
"@push.rocks/smartpromise": "^4.0.3",
"@push.rocks/smartrequest": "^2.0.11",
"@push.rocks/smartstring": "^4.0.5",
"@push.rocks/smartversion": "^3.0.2",
"@tsclass/tsclass": "^4.0.24",
"rxjs": "^7.5.7"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tsrun": "^1.2.12",
"@gitzone/tstest": "^1.0.52",
"@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.11.0"
"@git.zone/tsbuild": "^2.1.25",
"@git.zone/tsrun": "^1.2.12",
"@git.zone/tstest": "^1.0.52",
"@push.rocks/tapbundle": "^5.0.4",
"@types/node": "^20.11.16"
},
"files": [
"ts/**/*",
@@ -64,4 +64,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}