@applitools/ec-client 1.9.14 → 1.9.16

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 +29 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # Changelog
2
2
 
3
+ ## [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)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/core-base bumped to 1.20.0
9
+ #### Features
10
+
11
+ * deterministic output for offline mode ([#2666](https://github.com/Applitools-Dev/sdk/issues/2666)) ([0e158c4](https://github.com/Applitools-Dev/sdk/commit/0e158c4ea62c4681513a952a9e2a681c4618a6bd))
12
+
13
+ ## [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)
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * @applitools/req bumped to 1.7.4
19
+ #### Bug Fixes
20
+
21
+ * set heartbeat request timeout as the request interval ([#2587](https://github.com/Applitools-Dev/sdk/issues/2587)) ([0251d27](https://github.com/Applitools-Dev/sdk/commit/0251d27d9ed44ec247732f66904ae3d4fa4123f1))
22
+ * @applitools/tunnel-client bumped to 1.5.10
23
+
24
+ * @applitools/core-base bumped to 1.19.3
25
+ #### Bug Fixes
26
+
27
+ * set heartbeat request timeout as the request interval ([#2587](https://github.com/Applitools-Dev/sdk/issues/2587)) ([0251d27](https://github.com/Applitools-Dev/sdk/commit/0251d27d9ed44ec247732f66904ae3d4fa4123f1))
28
+
29
+
30
+
31
+
3
32
  ## [1.9.14](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.9.13...js/ec-client@1.9.14) (2024-11-12)
4
33
 
5
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/ec-client",
3
- "version": "1.9.14",
3
+ "version": "1.9.16",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -52,13 +52,13 @@
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.2",
55
+ "@applitools/core-base": "1.20.0",
56
56
  "@applitools/driver": "1.20.0",
57
57
  "@applitools/logger": "2.0.19",
58
- "@applitools/req": "1.7.3",
58
+ "@applitools/req": "1.7.4",
59
59
  "@applitools/socket": "1.1.19",
60
60
  "@applitools/spec-driver-webdriver": "1.1.20",
61
- "@applitools/tunnel-client": "1.5.9",
61
+ "@applitools/tunnel-client": "1.5.10",
62
62
  "@applitools/utils": "1.7.5",
63
63
  "abort-controller": "3.0.0",
64
64
  "webdriver": "7.31.1",