From 07a4d024a802a8efd0ca1aab7d2b79e35855cd22 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 17 Oct 2022 11:00:42 +0200 Subject: [PATCH] fix(core): update --- package.json | 2 +- ts/00_commitinfo_data.ts | 2 +- ts/docker.classes.host.ts | 4 +--- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2ede57a..f1db14a 100644 --- a/package.json +++ b/package.json @@ -64,4 +64,4 @@ "browserslist": [ "last 1 chrome versions" ] -} +} \ No newline at end of file diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 4c38044..43c6365 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@mojoio/docker', - version: '1.0.104', + version: '1.0.105', description: 'easy communication with docker remote api from node, TypeScript ready' } diff --git a/ts/docker.classes.host.ts b/ts/docker.classes.host.ts index 292fb8d..ec8a6de 100644 --- a/ts/docker.classes.host.ts +++ b/ts/docker.classes.host.ts @@ -45,9 +45,7 @@ export class DockerHost { throw new Error(response.body.Status); } console.log(response.body.Status); - this.registryToken = plugins.smartstring.base64.encode( - plugins.smartjson.stringify(authData) - ); + this.registryToken = plugins.smartstring.base64.encode(plugins.smartjson.stringify(authData)); } /**