@applitools/eyes-sdk-core
Advanced tools
Comparing version 5.9.2 to 5.9.3
@@ -6,2 +6,13 @@ # Change Log | ||
## [5.9.3](https://github.com/applitools/eyes.sdk.javascript1/compare/@applitools/eyes-sdk-core@5.9.2...@applitools/eyes-sdk-core@5.9.3) (2019-06-19) | ||
### Bug Fixes | ||
* **eyes-sdk-core:** remove serverConnector from output of TestResults ([a6fd38b](https://github.com/applitools/eyes.sdk.javascript1/commit/a6fd38b)) | ||
## [5.9.2](https://github.com/applitools/eyes.sdk.javascript1/compare/@applitools/eyes-sdk-core@5.9.1...@applitools/eyes-sdk-core@5.9.2) (2019-06-19) | ||
@@ -8,0 +19,0 @@ |
@@ -937,3 +937,3 @@ 'use strict'; | ||
toJSON() { | ||
return GeneralUtils.toPlain(this); | ||
return GeneralUtils.toPlain(this, ['_serverConnector']); | ||
} | ||
@@ -946,3 +946,3 @@ | ||
const isNewTestStr = this._isNew ? 'new test' : 'existing test'; | ||
return `TestResults of ${isNewTestStr} ${GeneralUtils.toString(this, ['_secretToken'])}`; | ||
return `TestResults of ${isNewTestStr} ${GeneralUtils.toString(this, ['_secretToken', '_serverConnector'])}`; | ||
} | ||
@@ -949,0 +949,0 @@ } |
{ | ||
"name": "@applitools/eyes-sdk-core", | ||
"version": "5.9.2", | ||
"version": "5.9.3", | ||
"description": "The core components of Eyes JavaScript SDK", | ||
@@ -49,3 +49,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "1c66b3d7fce5aa2f30098473d898564a1e7a5618" | ||
"gitHead": "19dde597efd11b9cb22fe8c6aeb131ab8ba5e04c" | ||
} |
369449