fix(core): update

This commit is contained in:
Philipp Kunz 2020-10-05 15:08:38 +00:00
parent ddfa701391
commit ad4e6ad206
3 changed files with 970 additions and 930 deletions

1892
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -28,8 +28,8 @@
"homepage": "https://gitlab.com/pushrocks/dockersock#README", "homepage": "https://gitlab.com/pushrocks/dockersock#README",
"dependencies": { "dependencies": {
"@pushrocks/lik": "^4.0.17", "@pushrocks/lik": "^4.0.17",
"@pushrocks/smartfile": "^8.0.0", "@pushrocks/smartfile": "^8.0.4",
"@pushrocks/smartjson": "^3.0.10", "@pushrocks/smartjson": "^4.0.2",
"@pushrocks/smartlog": "^2.0.39", "@pushrocks/smartlog": "^2.0.39",
"@pushrocks/smartnetwork": "^1.1.22", "@pushrocks/smartnetwork": "^1.1.22",
"@pushrocks/smartpath": "^4.0.3", "@pushrocks/smartpath": "^4.0.3",
@ -64,4 +64,4 @@
"browserslist": [ "browserslist": [
"last 1 chrome versions" "last 1 chrome versions"
] ]
} }

View File

@ -46,7 +46,7 @@ export class DockerHost {
} }
console.log(response.body.Status); console.log(response.body.Status);
this.registryToken = plugins.smartstring.base64.encode( this.registryToken = plugins.smartstring.base64.encode(
plugins.smartjson.Smartjson.stringify(authData, {}) plugins.smartjson.stringify(authData, {})
); );
} }