Compare commits

...

2 Commits

Author SHA1 Message Date
90089625dc 1.0.110 2024-04-23 20:10:37 +02:00
86d5cc1d47 fix(core): update 2024-04-23 20:10:36 +02:00
3 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@
"githost": "gitlab.com",
"gitscope": "mojoio",
"gitrepo": "docker",
"description": "Provides easy communication with Docker's remote API from Node.js, with TypeScript support.",
"description": "Provides easy communication with Docker remote API from Node.js, with TypeScript support.",
"npmPackagename": "@mojoio/docker",
"license": "MIT",
"keywords": [

View File

@ -1,7 +1,7 @@
{
"name": "@apiclient.xyz/docker",
"version": "1.0.109",
"description": "Provides easy communication with Docker's remote API from Node.js, with TypeScript support.",
"version": "1.0.110",
"description": "Provides easy communication with Docker remote API from Node.js, with TypeScript support.",
"private": false,
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@apiclient.xyz/docker',
version: '1.0.109',
description: 'Provides easy communication with Docker's remote API from Node.js, with TypeScript support.'
version: '1.0.110',
description: 'Provides easy communication with Docker remote API from Node.js, with TypeScript support.'
}