fix(core): update
This commit is contained in:
		| @@ -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' | ||||
| } | ||||
|   | ||||
| @@ -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)); | ||||
|   } | ||||
|  | ||||
|   /** | ||||
|   | ||||
		Reference in New Issue
	
	Block a user