@applitools/ec-client 1.10.6 → 1.10.8

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 +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,51 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.10.8](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.10.7...js/ec-client@1.10.8) (2025-03-31)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/core-base bumped to 1.23.0
9
+ #### Features
10
+
11
+ * add accessibility field to screenshot ([#2815](https://github.com/Applitools-Dev/sdk/issues/2815)) ([3d111f3](https://github.com/Applitools-Dev/sdk/commit/3d111f354c5eedeb8914f18318ccecce5fd13002))
12
+
13
+ ## [1.10.7](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.10.6...js/ec-client@1.10.7) (2025-03-30)
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * @applitools/utils bumped to 1.8.0
19
+ #### Features
20
+
21
+ * allow sending callback functions to waitBeforeCapture ([#2780](https://github.com/Applitools-Dev/sdk/issues/2780)) ([4caa2e8](https://github.com/Applitools-Dev/sdk/commit/4caa2e8ae055d3dd48164eeceaa4c691eeadcdd4))
22
+ * @applitools/socket bumped to 1.2.3
23
+
24
+ * @applitools/driver bumped to 1.21.0
25
+ #### Features
26
+
27
+ * allow sending callback functions to waitBeforeCapture ([#2780](https://github.com/Applitools-Dev/sdk/issues/2780)) ([4caa2e8](https://github.com/Applitools-Dev/sdk/commit/4caa2e8ae055d3dd48164eeceaa4c691eeadcdd4))
28
+
29
+
30
+
31
+ * @applitools/logger bumped to 2.1.2
32
+
33
+ * @applitools/req bumped to 1.7.9
34
+
35
+ * @applitools/image bumped to 1.1.18
36
+
37
+ * @applitools/spec-driver-webdriver bumped to 1.2.1
38
+
39
+ * @applitools/tunnel-client bumped to 1.6.4
40
+
41
+ * @applitools/core-base bumped to 1.22.3
42
+ #### Bug Fixes
43
+
44
+ * reject openCheckAndClose on request failures ([#2870](https://github.com/Applitools-Dev/sdk/issues/2870)) ([1d12d60](https://github.com/Applitools-Dev/sdk/commit/1d12d60991e8f222002273d5447702158f1cba84))
45
+
46
+
47
+
48
+
3
49
  ## [1.10.6](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.10.5...js/ec-client@1.10.6) (2025-03-13)
4
50
 
5
51
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/ec-client",
3
- "version": "1.10.6",
3
+ "version": "1.10.8",
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.22.2",
56
- "@applitools/driver": "1.20.5",
57
- "@applitools/logger": "2.1.1",
58
- "@applitools/req": "1.7.8",
59
- "@applitools/socket": "1.2.2",
60
- "@applitools/spec-driver-webdriver": "1.2.0",
61
- "@applitools/tunnel-client": "1.6.3",
62
- "@applitools/utils": "1.7.8",
55
+ "@applitools/core-base": "1.23.0",
56
+ "@applitools/driver": "1.21.0",
57
+ "@applitools/logger": "2.1.2",
58
+ "@applitools/req": "1.7.9",
59
+ "@applitools/socket": "1.2.3",
60
+ "@applitools/spec-driver-webdriver": "1.2.1",
61
+ "@applitools/tunnel-client": "1.6.4",
62
+ "@applitools/utils": "1.8.0",
63
63
  "abort-controller": "3.0.0",
64
64
  "webdriver": "7.31.1",
65
65
  "yargs": "^17.7.2"