@applitools/eyes 1.11.0 → 1.11.2

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 CHANGED
@@ -1,5 +1,26 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.11.2](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes@1.11.1...js/eyes@1.11.2) (2023-10-25)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/tunnel-client bumped to 1.3.0
9
+ #### Features
10
+
11
+ * add more logs for tunnel worker ([60cf839](https://github.com/applitools/eyes.sdk.javascript1/commit/60cf839f23b214dff89ff4a9c59f231c96160daf))
12
+ * @applitools/ec-client bumped to 1.7.14
13
+
14
+ * @applitools/core bumped to 4.0.1
15
+
16
+
17
+ ## [1.11.1](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes@1.11.0...js/eyes@1.11.1) (2023-10-19)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * fixed `serverUrl` configuration propagation ([247b7d8](https://github.com/applitools/eyes.sdk.javascript1/commit/247b7d88853dd1a9068d2d963582ad795752ace4))
23
+
3
24
  ## [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
25
 
5
26
 
@@ -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
- serverUrl: this.serverUrl,
961
+ eyesServerUrl: this.serverUrl,
962
962
  apiKey: this.apiKey,
963
963
  agentId: this.agentId,
964
964
  proxy: this.proxy,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes",
3
- "version": "1.11.0",
3
+ "version": "1.11.2",
4
4
  "keywords": [
5
5
  "applitools",
6
6
  "eyes",
@@ -45,7 +45,7 @@
45
45
  "test": "run --top-level mocha './test/**/*.spec.ts'"
46
46
  },
47
47
  "dependencies": {
48
- "@applitools/core": "4.0.0",
48
+ "@applitools/core": "4.0.1",
49
49
  "@applitools/logger": "2.0.12",
50
50
  "@applitools/utils": "1.6.2"
51
51
  },