@applitools/ec-client 1.7.7 → 1.7.9

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,34 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.7.9](https://github.com/applitools/eyes.sdk.javascript1/compare/js/ec-client@1.7.8...js/ec-client@1.7.9) (2023-09-21)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * change expiration time of the tunnel ([c019241](https://github.com/applitools/eyes.sdk.javascript1/commit/c0192411410135b23f3ae47dd62fbef67be66f1a))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/snippets bumped to 2.4.24
14
+ #### Bug Fixes
15
+
16
+ * add support to shadow dom iframe ([#1925](https://github.com/applitools/eyes.sdk.javascript1/issues/1925)) ([a06b955](https://github.com/applitools/eyes.sdk.javascript1/commit/a06b9555a3b37918fe43a90e92c0a94f765151cc))
17
+ * @applitools/spec-driver-webdriver bumped to 1.0.45
18
+
19
+ * @applitools/driver bumped to 1.14.1
20
+
21
+
22
+ ## [1.7.8](https://github.com/applitools/eyes.sdk.javascript1/compare/js/ec-client@1.7.7...js/ec-client@1.7.8) (2023-09-05)
23
+
24
+
25
+ ### Dependencies
26
+
27
+ * @applitools/core-base bumped to 1.6.0
28
+ #### Features
29
+
30
+ * show aborted tests in Eyes dashboard ([#1877](https://github.com/applitools/eyes.sdk.javascript1/issues/1877)) ([f9840d4](https://github.com/applitools/eyes.sdk.javascript1/commit/f9840d494222ccc6c6f262896771e28da2565bc6))
31
+
3
32
  ## [1.7.7](https://github.com/applitools/eyes.sdk.javascript1/compare/js/ec-client@1.7.6...js/ec-client@1.7.7) (2023-09-04)
4
33
 
5
34
 
package/dist/client.js CHANGED
@@ -42,7 +42,7 @@ async function makeECClient({ settings, logger: defaultLogger, } = {}) {
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
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);
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 : 30000);
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');
48
48
  (_x = (_18 = settings.options).apiKey) !== null && _x !== void 0 ? _x : (_18.apiKey = utils.general.getEnvValue('API_KEY'));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/ec-client",
3
- "version": "1.7.7",
3
+ "version": "1.7.9",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -52,12 +52,12 @@
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.5.3",
56
- "@applitools/driver": "1.14.0",
55
+ "@applitools/core-base": "1.6.0",
56
+ "@applitools/driver": "1.14.1",
57
57
  "@applitools/logger": "2.0.10",
58
58
  "@applitools/req": "1.6.0",
59
59
  "@applitools/socket": "1.1.10",
60
- "@applitools/spec-driver-webdriver": "1.0.44",
60
+ "@applitools/spec-driver-webdriver": "1.0.45",
61
61
  "@applitools/tunnel-client": "1.2.2",
62
62
  "@applitools/utils": "1.6.0",
63
63
  "abort-controller": "3.0.0",