@applitools/ec-client 1.9.2 → 1.9.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +46 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,51 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.9.4](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.9.3...js/ec-client@1.9.4) (2024-09-10)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/driver bumped to 1.19.0
9
+ #### Features
10
+
11
+ * add support for env var APPLITOOLS_IS_IC ([#2469](https://github.com/Applitools-Dev/sdk/issues/2469)) ([87d7b5c](https://github.com/Applitools-Dev/sdk/commit/87d7b5cc1f7ea774c6b90504e85296f0681d0b1e))
12
+
13
+
14
+ #### Bug Fixes
15
+
16
+ * handle userAgent.brands returned as string ([#2453](https://github.com/Applitools-Dev/sdk/issues/2453)) ([dd6328b](https://github.com/Applitools-Dev/sdk/commit/dd6328be3e7d885714124a8e43aabaae3abecde9))
17
+ * searching for scrollable element multiple times ([#2493](https://github.com/Applitools-Dev/sdk/issues/2493)) ([d98db80](https://github.com/Applitools-Dev/sdk/commit/d98db8016c6312f467f244444c6f1a87bc09b7da))
18
+ * @applitools/tunnel-client bumped to 1.5.8
19
+ #### Bug Fixes
20
+
21
+ * upgrade execution-grid-tunnel ([#2475](https://github.com/Applitools-Dev/sdk/issues/2475)) ([e5952b4](https://github.com/Applitools-Dev/sdk/commit/e5952b4ca1bd0c065111ce1109b218f1fd68f6fc))
22
+
23
+
24
+
25
+ * @applitools/spec-driver-webdriver bumped to 1.1.12
26
+
27
+ * @applitools/core-base bumped to 1.16.1
28
+ #### Bug Fixes
29
+
30
+ * infinity concurrency ([#2477](https://github.com/Applitools-Dev/sdk/issues/2477)) ([f488e16](https://github.com/Applitools-Dev/sdk/commit/f488e162f124acc249ed7b43b714f13c18306dc8))
31
+
32
+ ## [1.9.3](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.9.2...js/ec-client@1.9.3) (2024-07-23)
33
+
34
+
35
+ ### Dependencies
36
+
37
+ * @applitools/driver bumped to 1.18.0
38
+ #### Features
39
+
40
+ * disable broker url cache ([#2428](https://github.com/Applitools-Dev/sdk/issues/2428)) ([cb8d5fe](https://github.com/Applitools-Dev/sdk/commit/cb8d5fefb13d3ab42984d2bd4d4ac3d4e10646b0))
41
+
42
+
43
+ #### Bug Fixes
44
+
45
+ * executing web script on mobile environment ([#2380](https://github.com/Applitools-Dev/sdk/issues/2380)) ([da2e551](https://github.com/Applitools-Dev/sdk/commit/da2e551e01082d3cc21b9da5b43e6680233c080d))
46
+ * @applitools/spec-driver-webdriver bumped to 1.1.11
47
+
48
+
3
49
  ## [1.9.2](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.9.1...js/ec-client@1.9.2) (2024-06-26)
4
50
 
5
51
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/ec-client",
3
- "version": "1.9.2",
3
+ "version": "1.9.4",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -52,13 +52,13 @@
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.16.0",
56
- "@applitools/driver": "1.17.5",
55
+ "@applitools/core-base": "1.16.1",
56
+ "@applitools/driver": "1.19.0",
57
57
  "@applitools/logger": "2.0.18",
58
58
  "@applitools/req": "1.7.2",
59
59
  "@applitools/socket": "1.1.18",
60
- "@applitools/spec-driver-webdriver": "1.1.10",
61
- "@applitools/tunnel-client": "1.5.7",
60
+ "@applitools/spec-driver-webdriver": "1.1.12",
61
+ "@applitools/tunnel-client": "1.5.8",
62
62
  "@applitools/utils": "1.7.4",
63
63
  "abort-controller": "3.0.0",
64
64
  "webdriver": "7.31.1",