@applitools/ec-client 1.12.28 → 1.12.29

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 +37 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,42 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.12.29](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.12.28...js/ec-client@1.12.29) (2026-05-19)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/req bumped to 1.10.1
9
+ #### Bug Fixes
10
+
11
+ * http2 support via settings AD 13119 ([#3804](https://github.com/Applitools-Dev/sdk/issues/3804)) ([759d451](https://github.com/Applitools-Dev/sdk/commit/759d4518254828140aa50e2c5de14e80af0b997c))
12
+ * @applitools/snippets bumped to 2.9.1
13
+ #### Bug Fixes
14
+
15
+ * declare @babel/preset-typescript dep for sandbox build ([#3815](https://github.com/Applitools-Dev/sdk/issues/3815)) ([10c44c6](https://github.com/Applitools-Dev/sdk/commit/10c44c66635f1ed4e0361f22ecebf2221c2cc912))
16
+ * @applitools/driver bumped to 1.26.1
17
+ #### Bug Fixes
18
+
19
+ * address CI regressions from executeBrowserCommands and Chromium 140+ service worker ([#3848](https://github.com/Applitools-Dev/sdk/issues/3848)) ([099ada5](https://github.com/Applitools-Dev/sdk/commit/099ada5e52d4153157b98c2203df428579527e49))
20
+
21
+
22
+
23
+ * @applitools/spec-driver-webdriver bumped to 1.6.1
24
+
25
+ * @applitools/tunnel-client bumped to 1.11.13
26
+
27
+ * @applitools/core-base bumped to 1.34.0
28
+ #### Features
29
+
30
+ * soft-deprecate CheckSettings.timeout() with telemetry [[#3705](https://github.com/Applitools-Dev/sdk/issues/3705)] ([#3805](https://github.com/Applitools-Dev/sdk/issues/3805)) ([a5d6390](https://github.com/Applitools-Dev/sdk/commit/a5d6390f17fc0380736b88cbe05dd147e66a86cf))
31
+
32
+
33
+ #### Bug Fixes
34
+
35
+ * http2 support via settings AD 13119 ([#3804](https://github.com/Applitools-Dev/sdk/issues/3804)) ([759d451](https://github.com/Applitools-Dev/sdk/commit/759d4518254828140aa50e2c5de14e80af0b997c))
36
+
37
+
38
+
39
+
3
40
  ## [1.12.28](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.12.27...js/ec-client@1.12.28) (2026-05-05)
4
41
 
5
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/ec-client",
3
- "version": "1.12.28",
3
+ "version": "1.12.29",
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.33.0",
56
- "@applitools/driver": "1.26.0",
55
+ "@applitools/core-base": "1.34.0",
56
+ "@applitools/driver": "1.26.1",
57
57
  "@applitools/logger": "2.2.11",
58
- "@applitools/req": "1.10.0",
58
+ "@applitools/req": "1.10.1",
59
59
  "@applitools/socket": "1.3.12",
60
- "@applitools/spec-driver-webdriver": "1.6.0",
60
+ "@applitools/spec-driver-webdriver": "1.6.1",
61
61
  "@applitools/utils": "1.14.4",
62
62
  "abort-controller": "3.0.0",
63
63
  "yargs": "^17.7.2"
@@ -65,7 +65,7 @@
65
65
  "devDependencies": {
66
66
  "@applitools/test-server": "^1.4.3",
67
67
  "@applitools/test-utils": "^1.5.17",
68
- "@applitools/tunnel-client": "1.11.12",
68
+ "@applitools/tunnel-client": "1.11.13",
69
69
  "@types/node": "^12.20.55",
70
70
  "@types/node-fetch": "^2.6.1",
71
71
  "@types/selenium-webdriver": "^4.0.19",
@@ -74,7 +74,7 @@
74
74
  "selenium-webdriver": "^4.15.0"
75
75
  },
76
76
  "optionalDependencies": {
77
- "@applitools/tunnel-client": ">=1.11.12"
77
+ "@applitools/tunnel-client": ">=1.11.13"
78
78
  },
79
79
  "engines": {
80
80
  "node": ">=12.13.0"