From 86d5cc1d471f5e9e9d2c37f126168f38a24755e8 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 23 Apr 2024 20:10:36 +0200 Subject: [PATCH] fix(core): update --- npmextra.json | 2 +- package.json | 2 +- ts/00_commitinfo_data.ts | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/npmextra.json b/npmextra.json index f9a19b2..8667e2f 100644 --- a/npmextra.json +++ b/npmextra.json @@ -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": [ diff --git a/package.json b/package.json index 49ce4d2..aaa2397 100644 --- a/package.json +++ b/package.json @@ -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.", + "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", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index a93698c..55ac128 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -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.' }