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)); } /**