fix(core): update
This commit is contained in:
parent
192216c7ec
commit
07a4d024a8
@ -64,4 +64,4 @@
|
||||
"browserslist": [
|
||||
"last 1 chrome versions"
|
||||
]
|
||||
}
|
||||
}
|
@ -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));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user