@applitools/eyes 1.11.0 → 1.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/dist/input/Configuration.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.11.1](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes@1.11.0...js/eyes@1.11.1) (2023-10-19)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* fixed `serverUrl` configuration propagation ([247b7d8](https://github.com/applitools/eyes.sdk.javascript1/commit/247b7d88853dd1a9068d2d963582ad795752ace4))
|
|
9
|
+
|
|
3
10
|
## [1.11.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-v1.10.1...js/eyes@1.11.0) (2023-10-17)
|
|
4
11
|
|
|
5
12
|
|
|
@@ -958,7 +958,7 @@ class ConfigurationData {
|
|
|
958
958
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
959
959
|
return utils.general.toJSON({
|
|
960
960
|
open: utils.general.removeUndefinedProps({
|
|
961
|
-
|
|
961
|
+
eyesServerUrl: this.serverUrl,
|
|
962
962
|
apiKey: this.apiKey,
|
|
963
963
|
agentId: this.agentId,
|
|
964
964
|
proxy: this.proxy,
|