@applitools/ec-client 1.9.15 → 1.9.17

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 +52 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,57 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.9.17](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.9.16...js/ec-client@1.9.17) (2024-12-18)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/utils bumped to 1.7.6
9
+ #### Bug Fixes
10
+
11
+ * support webdriver.io 9 ([baee5ce](https://github.com/Applitools-Dev/sdk/commit/baee5ce96e8220c337b007e3a517b5546ce0fedc))
12
+ * @applitools/spec-driver-webdriver bumped to 1.1.21
13
+ #### Bug Fixes
14
+
15
+ * support webdriver.io 9 ([baee5ce](https://github.com/Applitools-Dev/sdk/commit/baee5ce96e8220c337b007e3a517b5546ce0fedc))
16
+
17
+
18
+
19
+ * @applitools/logger bumped to 2.0.20
20
+
21
+ * @applitools/socket bumped to 1.1.20
22
+
23
+ * @applitools/req bumped to 1.7.5
24
+
25
+ * @applitools/image bumped to 1.1.15
26
+
27
+ * @applitools/driver bumped to 1.20.1
28
+
29
+ * @applitools/tunnel-client bumped to 1.5.11
30
+
31
+ * @applitools/core-base bumped to 1.21.0
32
+ #### Features
33
+
34
+ * check for new ufg balancer - cache result in getAccountInfo instead of makeCoreRequests ([#2692](https://github.com/Applitools-Dev/sdk/issues/2692)) ([e2a9705](https://github.com/Applitools-Dev/sdk/commit/e2a970594ffa6527798c5fac7a72188e30da986d))
35
+ * check for new ufg balancer ([#2683](https://github.com/Applitools-Dev/sdk/issues/2683)) ([60ca9f9](https://github.com/Applitools-Dev/sdk/commit/60ca9f98d37374c918e9c634af46d7f8266b95fc))
36
+
37
+
38
+ #### Bug Fixes
39
+
40
+ * move apiKey from query param to request header ([d1d2642](https://github.com/Applitools-Dev/sdk/commit/d1d26424c64d8e03981b1482ca49870a866bc164))
41
+
42
+
43
+
44
+
45
+ ## [1.9.16](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.9.15...js/ec-client@1.9.16) (2024-12-05)
46
+
47
+
48
+ ### Dependencies
49
+
50
+ * @applitools/core-base bumped to 1.20.0
51
+ #### Features
52
+
53
+ * deterministic output for offline mode ([#2666](https://github.com/Applitools-Dev/sdk/issues/2666)) ([0e158c4](https://github.com/Applitools-Dev/sdk/commit/0e158c4ea62c4681513a952a9e2a681c4618a6bd))
54
+
3
55
  ## [1.9.15](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.9.14...js/ec-client@1.9.15) (2024-11-27)
4
56
 
5
57
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/ec-client",
3
- "version": "1.9.15",
3
+ "version": "1.9.17",
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.19.3",
56
- "@applitools/driver": "1.20.0",
57
- "@applitools/logger": "2.0.19",
58
- "@applitools/req": "1.7.4",
59
- "@applitools/socket": "1.1.19",
60
- "@applitools/spec-driver-webdriver": "1.1.20",
61
- "@applitools/tunnel-client": "1.5.10",
62
- "@applitools/utils": "1.7.5",
55
+ "@applitools/core-base": "1.21.0",
56
+ "@applitools/driver": "1.20.1",
57
+ "@applitools/logger": "2.0.20",
58
+ "@applitools/req": "1.7.5",
59
+ "@applitools/socket": "1.1.20",
60
+ "@applitools/spec-driver-webdriver": "1.1.21",
61
+ "@applitools/tunnel-client": "1.5.11",
62
+ "@applitools/utils": "1.7.6",
63
63
  "abort-controller": "3.0.0",
64
64
  "webdriver": "7.31.1",
65
65
  "yargs": "^17.7.2"