@applitools/ec-client 1.7.27 → 1.7.32

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 +64 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,69 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.7.32](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.7.31...js/ec-client@1.7.32) (2024-04-01)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/core-base bumped to 1.10.1
9
+ #### Bug Fixes
10
+
11
+ * trigger JS release ([6022ac8](https://github.com/Applitools-Dev/sdk/commit/6022ac85626287a37101b65732e9d46c63bbd8b8))
12
+
13
+ ## [1.7.31](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.7.30...js/ec-client@1.7.31) (2024-03-31)
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * @applitools/core-base bumped to 1.10.0
19
+ #### Features
20
+
21
+ * Add GitMergeBaseTimestamp support ([#2281](https://github.com/Applitools-Dev/sdk/issues/2281)) ([5489608](https://github.com/Applitools-Dev/sdk/commit/54896085445663a51b5e5595a2517e48fa8736f3))
22
+ * batch buildId ([#2263](https://github.com/Applitools-Dev/sdk/issues/2263)) ([f19ac38](https://github.com/Applitools-Dev/sdk/commit/f19ac38612bc55d870f59161a39b5b7eb01e25f3))
23
+ * send heartbeat to keep test alive ([#2246](https://github.com/Applitools-Dev/sdk/issues/2246)) ([58636e7](https://github.com/Applitools-Dev/sdk/commit/58636e7dd353f06eb2b3bee1120ab81c3f9fcc94))
24
+
25
+
26
+ #### Bug Fixes
27
+
28
+ * retry Eyes request on ECONNREFUSED to improve stability during deployment ([d1e4dca](https://github.com/Applitools-Dev/sdk/commit/d1e4dcae79185578808b4f2c5f94fa79d7d914a3))
29
+
30
+ ## [1.7.30](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.7.29...js/ec-client@1.7.30) (2024-03-18)
31
+
32
+
33
+ ### Dependencies
34
+
35
+ * @applitools/spec-driver-webdriver bumped to 1.1.3
36
+
37
+ * @applitools/driver bumped to 1.16.5
38
+ #### Bug Fixes
39
+
40
+ * trigger js release again ([1695f3d](https://github.com/Applitools-Dev/sdk/commit/1695f3d9967c7ab7b5d8c8637e86faa935a9047f))
41
+
42
+ ## [1.7.29](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.7.28...js/ec-client@1.7.29) (2024-03-18)
43
+
44
+
45
+ ### Dependencies
46
+
47
+ * @applitools/spec-driver-webdriver bumped to 1.1.2
48
+
49
+ * @applitools/driver bumped to 1.16.4
50
+ #### Bug Fixes
51
+
52
+ * trigger js release ([dbc9bf8](https://github.com/Applitools-Dev/sdk/commit/dbc9bf8da3ab5d93e570881ba2c61efa47a1b342))
53
+
54
+ ## [1.7.28](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.7.27...js/ec-client@1.7.28) (2024-03-17)
55
+
56
+
57
+ ### Dependencies
58
+
59
+ * @applitools/spec-driver-webdriver bumped to 1.1.1
60
+
61
+ * @applitools/driver bumped to 1.16.3
62
+ #### Bug Fixes
63
+
64
+ * skip execution of getCurrentWorld and getWorlds when env var is set ([#2234](https://github.com/Applitools-Dev/sdk/issues/2234)) ([3a88602](https://github.com/Applitools-Dev/sdk/commit/3a886028b0437b73dae0474408d9bb74ba940dec))
65
+ * trigger build ([acb9c88](https://github.com/Applitools-Dev/sdk/commit/acb9c88161cf55e8b1e409425b5571d69a2e1d5c))
66
+
3
67
  ## [1.7.27](https://github.com/applitools/eyes.sdk.javascript1/compare/js/ec-client@1.7.26...js/ec-client@1.7.27) (2024-02-29)
4
68
 
5
69
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/ec-client",
3
- "version": "1.7.27",
3
+ "version": "1.7.32",
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.9.1",
56
- "@applitools/driver": "1.16.2",
55
+ "@applitools/core-base": "1.10.1",
56
+ "@applitools/driver": "1.16.5",
57
57
  "@applitools/logger": "2.0.14",
58
58
  "@applitools/req": "1.6.5",
59
59
  "@applitools/socket": "1.1.14",
60
- "@applitools/spec-driver-webdriver": "1.1.0",
60
+ "@applitools/spec-driver-webdriver": "1.1.3",
61
61
  "@applitools/tunnel-client": "1.4.1",
62
62
  "@applitools/utils": "1.7.0",
63
63
  "abort-controller": "3.0.0",