@applitools/ec-client 1.10.9 → 1.10.11

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 +22 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.10.11](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.10.10...js/ec-client@1.10.11) (2025-04-30)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/core-base bumped to 1.25.0
9
+ #### Features
10
+
11
+ * openCheckAndClose for offline executions ([#2941](https://github.com/Applitools-Dev/sdk/issues/2941)) ([d44a274](https://github.com/Applitools-Dev/sdk/commit/d44a27423520e17bfc06117b28c17e5f0ea78876))
12
+
13
+ ## [1.10.10](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.10.9...js/ec-client@1.10.10) (2025-04-29)
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * @applitools/driver bumped to 1.21.2
19
+ #### Bug Fixes
20
+
21
+ * not properly detected platform if written with underscore | FLD-2892 ([#2934](https://github.com/Applitools-Dev/sdk/issues/2934)) ([5ca4eb9](https://github.com/Applitools-Dev/sdk/commit/5ca4eb9d952cb089b7b3678d0d6f242ac7f9dad5))
22
+ * @applitools/spec-driver-webdriver bumped to 1.2.3
23
+
24
+
3
25
  ## [1.10.9](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.10.8...js/ec-client@1.10.9) (2025-04-17)
4
26
 
5
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/ec-client",
3
- "version": "1.10.9",
3
+ "version": "1.10.11",
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.24.0",
56
- "@applitools/driver": "1.21.1",
55
+ "@applitools/core-base": "1.25.0",
56
+ "@applitools/driver": "1.21.2",
57
57
  "@applitools/logger": "2.1.2",
58
58
  "@applitools/req": "1.7.10",
59
59
  "@applitools/socket": "1.2.3",
60
- "@applitools/spec-driver-webdriver": "1.2.2",
60
+ "@applitools/spec-driver-webdriver": "1.2.3",
61
61
  "@applitools/tunnel-client": "1.6.5",
62
62
  "@applitools/utils": "1.8.0",
63
63
  "abort-controller": "3.0.0",