@applitools/ec-client 1.12.21 → 1.12.23

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 +33 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.12.23](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.12.22...js/ec-client@1.12.23) (2026-03-16)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/core-base bumped to 1.32.3
9
+ #### Bug Fixes
10
+
11
+ * pass gzip content encoding | FLD-4293 ([#3649](https://github.com/Applitools-Dev/sdk/issues/3649)) ([b78ebaa](https://github.com/Applitools-Dev/sdk/commit/b78ebaa0bb0d9aeae0d5b7031d320ca10b5f608b))
12
+
13
+ ## [1.12.22](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.12.21...js/ec-client@1.12.22) (2026-03-12)
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * @applitools/snippets bumped to 2.8.0
19
+ #### Features
20
+
21
+ * support coded regions within iframes and shadow DOM | FLD-4019 ([#3542](https://github.com/Applitools-Dev/sdk/issues/3542)) ([7c5639a](https://github.com/Applitools-Dev/sdk/commit/7c5639a8a4c135bc9331d9ff93f1824906549568))
22
+ * @applitools/driver bumped to 1.25.3
23
+ #### Bug Fixes
24
+
25
+ * enhance NML error messages for better user-facing diagnostics | FLD-4279 ([#3622](https://github.com/Applitools-Dev/sdk/issues/3622)) ([2aef039](https://github.com/Applitools-Dev/sdk/commit/2aef0395875fd0ff0b4f657d769bda23d66660ad))
26
+
27
+
28
+
29
+ * @applitools/spec-driver-webdriver bumped to 1.5.8
30
+
31
+ * @applitools/core-base bumped to 1.32.2
32
+ #### Bug Fixes
33
+
34
+ * logEventBatch leaks to console | FLD-4175 ([#3608](https://github.com/Applitools-Dev/sdk/issues/3608)) ([f749d28](https://github.com/Applitools-Dev/sdk/commit/f749d287bf8a8e91ab819c04b13f8246f3d3a244))
35
+
3
36
  ## [1.12.21](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.12.20...js/ec-client@1.12.21) (2026-03-08)
4
37
 
5
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/ec-client",
3
- "version": "1.12.21",
3
+ "version": "1.12.23",
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.32.1",
56
- "@applitools/driver": "1.25.2",
55
+ "@applitools/core-base": "1.32.3",
56
+ "@applitools/driver": "1.25.3",
57
57
  "@applitools/logger": "2.2.9",
58
58
  "@applitools/req": "1.9.1",
59
59
  "@applitools/socket": "1.3.10",
60
- "@applitools/spec-driver-webdriver": "1.5.7",
60
+ "@applitools/spec-driver-webdriver": "1.5.8",
61
61
  "@applitools/utils": "1.14.2",
62
62
  "abort-controller": "3.0.0",
63
63
  "webdriver": "7.31.1",