fix(core): update

This commit is contained in:
2024-04-23 19:58:04 +02:00
parent dc4074340d
commit 9dd69868d9
5 changed files with 167 additions and 46 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@apiclient.xyz/docker",
"version": "1.0.108",
"description": "easy communication with docker remote api from node, TypeScript ready",
"description": "Provides easy communication with Docker's remote API from Node.js, with TypeScript support.",
"private": false,
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
@@ -16,11 +16,15 @@
"url": "git+https://gitlab.com/mojoio/docker.git"
},
"keywords": [
"docker",
"sock",
"container",
"request",
"api"
"Docker",
"API",
"Node.js",
"TypeScript",
"Containers",
"Images",
"Networks",
"Services",
"Secrets"
],
"author": "Lossless GmbH",
"license": "MIT",
@@ -64,4 +68,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}