@applitools/ec-client 1.8.0 → 1.8.3

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,89 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.8.3](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.8.2...js/ec-client@1.8.3) (2024-04-22)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/utils bumped to 1.7.2
9
+ #### Bug Fixes
10
+
11
+ * trigger release ([88ba29f](https://github.com/Applitools-Dev/sdk/commit/88ba29f358620a5c0f0861eb31e8929d0b611284))
12
+ * @applitools/logger bumped to 2.0.16
13
+
14
+ * @applitools/socket bumped to 1.1.16
15
+
16
+ * @applitools/req bumped to 1.6.7
17
+
18
+ * @applitools/image bumped to 1.1.11
19
+
20
+ * @applitools/spec-driver-webdriver bumped to 1.1.6
21
+
22
+ * @applitools/driver bumped to 1.17.1
23
+
24
+ * @applitools/tunnel-client bumped to 1.5.2
25
+
26
+ * @applitools/core-base bumped to 1.12.1
27
+ #### Bug Fixes
28
+
29
+ * environment override ([2b296e6](https://github.com/Applitools-Dev/sdk/commit/2b296e61cca6743d8d217ba99f2fba3a260fbdfa))
30
+
31
+
32
+
33
+
34
+ ## [1.8.2](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.8.1...js/ec-client@1.8.2) (2024-04-22)
35
+
36
+
37
+ ### Dependencies
38
+
39
+ * @applitools/spec-driver-webdriver bumped to 1.1.5
40
+
41
+ * @applitools/driver bumped to 1.17.0
42
+ #### Features
43
+
44
+ * report batchId and batchUrl to kobiton ([#2329](https://github.com/Applitools-Dev/sdk/issues/2329)) ([5be4356](https://github.com/Applitools-Dev/sdk/commit/5be4356d7f3cd96b70491325d4a788202c06720a))
45
+ * @applitools/core-base bumped to 1.12.0
46
+ #### Features
47
+
48
+ * ability to override baseline parameters per environment ([#2332](https://github.com/Applitools-Dev/sdk/issues/2332)) ([43b8b18](https://github.com/Applitools-Dev/sdk/commit/43b8b189fb3c9dd19aa3be372e8fcc0fe8edfa50))
49
+
50
+ ## [1.8.1](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.8.0...js/ec-client@1.8.1) (2024-04-15)
51
+
52
+
53
+ ### Bug Fixes
54
+
55
+ * change tunnel idle timeout to 20 seconds ([#2318](https://github.com/Applitools-Dev/sdk/issues/2318)) ([9b3873c](https://github.com/Applitools-Dev/sdk/commit/9b3873c180a130a01212d857b084efe51d6d30a4))
56
+ * create tunnels in australia when passed region in create ([#2322](https://github.com/Applitools-Dev/sdk/issues/2322)) ([f679989](https://github.com/Applitools-Dev/sdk/commit/f6799894b9630d2c56cd85a34d377f488ed75b9c))
57
+
58
+
59
+ ### Dependencies
60
+
61
+ * @applitools/utils bumped to 1.7.1
62
+ #### Bug Fixes
63
+
64
+ * region intersection algorithm ([#2290](https://github.com/Applitools-Dev/sdk/issues/2290)) ([aaa8d0c](https://github.com/Applitools-Dev/sdk/commit/aaa8d0cbcb0e39d23d652c2caf9d27bfaed0d2eb))
65
+ * @applitools/tunnel-client bumped to 1.5.1
66
+ #### Bug Fixes
67
+
68
+ * create tunnels in australia when passed region in create ([#2322](https://github.com/Applitools-Dev/sdk/issues/2322)) ([f679989](https://github.com/Applitools-Dev/sdk/commit/f6799894b9630d2c56cd85a34d377f488ed75b9c))
69
+
70
+
71
+
72
+ * @applitools/logger bumped to 2.0.15
73
+
74
+ * @applitools/socket bumped to 1.1.15
75
+
76
+ * @applitools/req bumped to 1.6.6
77
+
78
+ * @applitools/image bumped to 1.1.10
79
+
80
+ * @applitools/spec-driver-webdriver bumped to 1.1.4
81
+
82
+ * @applitools/driver bumped to 1.16.6
83
+
84
+ * @applitools/core-base bumped to 1.11.1
85
+
86
+
3
87
  ## [1.8.0](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.7.32...js/ec-client@1.8.0) (2024-04-10)
4
88
 
5
89
 
package/dist/client.js CHANGED
@@ -41,7 +41,7 @@ async function makeECClient({ settings, logger: defaultLogger, } = {}) {
41
41
  (_k = (_12 = settings.tunnel).pool) !== null && _k !== void 0 ? _k : (_12.pool = {});
42
42
  (_l = (_13 = settings.tunnel.pool).maxInuse) !== null && _l !== void 0 ? _l : (_13.maxInuse = (_m = utils.general.getEnvValue('TUNNEL_POOL_MAX_INUSE', 'number')) !== null && _m !== void 0 ? _m : 4);
43
43
  (_o = (_14 = settings.tunnel.pool).timeout) !== null && _o !== void 0 ? _o : (_14.timeout = {});
44
- (_p = (_15 = settings.tunnel.pool.timeout).idle) !== null && _p !== void 0 ? _p : (_15.idle = (_q = utils.general.getEnvValue('TUNNEL_POOL_TIMEOUT_IDLE', 'number')) !== null && _q !== void 0 ? _q : 20 * 60000);
44
+ (_p = (_15 = settings.tunnel.pool.timeout).idle) !== null && _p !== void 0 ? _p : (_15.idle = (_q = utils.general.getEnvValue('TUNNEL_POOL_TIMEOUT_IDLE', 'number')) !== null && _q !== void 0 ? _q : 20000);
45
45
  (_r = (_16 = settings.tunnel.pool.timeout).expiration) !== null && _r !== void 0 ? _r : (_16.expiration = (_s = utils.general.getEnvValue('TUNNEL_POOL_TIMEOUT_EXPIRATION', 'number')) !== null && _s !== void 0 ? _s : 20 * 60000);
46
46
  (_t = settings.options) !== null && _t !== void 0 ? _t : (settings.options = {});
47
47
  (_u = (_17 = settings.options).eyesServerUrl) !== null && _u !== void 0 ? _u : (_17.eyesServerUrl = (_w = (_v = utils.general.getEnvValue('EYES_SERVER_URL')) !== null && _v !== void 0 ? _v : utils.general.getEnvValue('SERVER_URL')) !== null && _w !== void 0 ? _w : 'https://eyesapi.applitools.com');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/ec-client",
3
- "version": "1.8.0",
3
+ "version": "1.8.3",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -52,14 +52,14 @@
52
52
  "test:it": "MOCHA_GROUP=it run --top-level mocha './test/it/*.spec.ts'"
53
53
  },
54
54
  "dependencies": {
55
- "@applitools/core-base": "1.11.0",
56
- "@applitools/driver": "1.16.5",
57
- "@applitools/logger": "2.0.14",
58
- "@applitools/req": "1.6.5",
59
- "@applitools/socket": "1.1.14",
60
- "@applitools/spec-driver-webdriver": "1.1.3",
61
- "@applitools/tunnel-client": "1.5.0",
62
- "@applitools/utils": "1.7.0",
55
+ "@applitools/core-base": "1.12.1",
56
+ "@applitools/driver": "1.17.1",
57
+ "@applitools/logger": "2.0.16",
58
+ "@applitools/req": "1.6.7",
59
+ "@applitools/socket": "1.1.16",
60
+ "@applitools/spec-driver-webdriver": "1.1.6",
61
+ "@applitools/tunnel-client": "1.5.2",
62
+ "@applitools/utils": "1.7.2",
63
63
  "abort-controller": "3.0.0",
64
64
  "webdriver": "7.31.1",
65
65
  "yargs": "^17.7.2"