@applitools/ec-client 1.8.5 → 1.8.8

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 +109 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,114 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.8.8](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.8.7...js/ec-client@1.8.8) (2024-06-01)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/core-base bumped to 1.15.2
9
+ #### Bug Fixes
10
+
11
+ * send proper request body to checkAndClose endpoint ([c6524bf](https://github.com/Applitools-Dev/sdk/commit/c6524bfd0f621f6943ff8a08de1148ce92d6c650))
12
+
13
+ ## [1.8.7](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.8.6...js/ec-client@1.8.7) (2024-05-28)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * trigger release ([88c4f81](https://github.com/Applitools-Dev/sdk/commit/88c4f812bd92eae61ee8ebbee5da0d64ad8c8859))
19
+
20
+
21
+ ### Dependencies
22
+
23
+ * @applitools/utils bumped to 1.7.3
24
+ #### Bug Fixes
25
+
26
+ * trigger release ([88c4f81](https://github.com/Applitools-Dev/sdk/commit/88c4f812bd92eae61ee8ebbee5da0d64ad8c8859))
27
+ * @applitools/logger bumped to 2.0.17
28
+ #### Bug Fixes
29
+
30
+ * trigger release ([88c4f81](https://github.com/Applitools-Dev/sdk/commit/88c4f812bd92eae61ee8ebbee5da0d64ad8c8859))
31
+
32
+
33
+
34
+ * @applitools/socket bumped to 1.1.17
35
+ #### Bug Fixes
36
+
37
+ * trigger release ([88c4f81](https://github.com/Applitools-Dev/sdk/commit/88c4f812bd92eae61ee8ebbee5da0d64ad8c8859))
38
+
39
+
40
+
41
+ * @applitools/req bumped to 1.7.1
42
+ #### Bug Fixes
43
+
44
+ * trigger release ([88c4f81](https://github.com/Applitools-Dev/sdk/commit/88c4f812bd92eae61ee8ebbee5da0d64ad8c8859))
45
+
46
+
47
+
48
+ * @applitools/image bumped to 1.1.12
49
+ #### Bug Fixes
50
+
51
+ * trigger release ([88c4f81](https://github.com/Applitools-Dev/sdk/commit/88c4f812bd92eae61ee8ebbee5da0d64ad8c8859))
52
+
53
+
54
+
55
+ * @applitools/snippets bumped to 2.4.26
56
+ #### Bug Fixes
57
+
58
+ * trigger release ([88c4f81](https://github.com/Applitools-Dev/sdk/commit/88c4f812bd92eae61ee8ebbee5da0d64ad8c8859))
59
+ * @applitools/spec-driver-webdriver bumped to 1.1.8
60
+ #### Bug Fixes
61
+
62
+ * trigger release ([88c4f81](https://github.com/Applitools-Dev/sdk/commit/88c4f812bd92eae61ee8ebbee5da0d64ad8c8859))
63
+
64
+
65
+
66
+ * @applitools/driver bumped to 1.17.3
67
+ #### Bug Fixes
68
+
69
+ * trigger release ([88c4f81](https://github.com/Applitools-Dev/sdk/commit/88c4f812bd92eae61ee8ebbee5da0d64ad8c8859))
70
+
71
+
72
+
73
+ * @applitools/tunnel-client bumped to 1.5.4
74
+ #### Bug Fixes
75
+
76
+ * trigger release ([88c4f81](https://github.com/Applitools-Dev/sdk/commit/88c4f812bd92eae61ee8ebbee5da0d64ad8c8859))
77
+
78
+
79
+
80
+ * @applitools/core-base bumped to 1.15.1
81
+ #### Bug Fixes
82
+
83
+ * trigger release ([88c4f81](https://github.com/Applitools-Dev/sdk/commit/88c4f812bd92eae61ee8ebbee5da0d64ad8c8859))
84
+
85
+
86
+
87
+
88
+ ## [1.8.6](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.8.5...js/ec-client@1.8.6) (2024-05-28)
89
+
90
+
91
+ ### Dependencies
92
+
93
+ * @applitools/req bumped to 1.7.0
94
+ #### Features
95
+
96
+ * dynamic timeout based on uploaded file size ([#2364](https://github.com/Applitools-Dev/sdk/issues/2364)) ([8a82d68](https://github.com/Applitools-Dev/sdk/commit/8a82d6839ace60fda27e153ba233019f137017fe))
97
+ * @applitools/tunnel-client bumped to 1.5.3
98
+
99
+ * @applitools/core-base bumped to 1.15.0
100
+ #### Features
101
+
102
+ * tell Splunk when clients assume `Target`'s mutability ([#2266](https://github.com/Applitools-Dev/sdk/issues/2266)) ([d18a524](https://github.com/Applitools-Dev/sdk/commit/d18a52491fb6a64e780f84ccff1dcf945351bf95))
103
+
104
+
105
+ #### Bug Fixes
106
+
107
+ * multiple heartbeats for multiple runners in the same process ([#2372](https://github.com/Applitools-Dev/sdk/issues/2372)) ([6ec0f0d](https://github.com/Applitools-Dev/sdk/commit/6ec0f0de7d69a69cdab8437df910a82df15479ea))
108
+
109
+
110
+
111
+
3
112
  ## [1.8.5](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.8.4...js/ec-client@1.8.5) (2024-05-07)
4
113
 
5
114
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/ec-client",
3
- "version": "1.8.5",
3
+ "version": "1.8.8",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -52,14 +52,14 @@
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.14.0",
56
- "@applitools/driver": "1.17.2",
57
- "@applitools/logger": "2.0.16",
58
- "@applitools/req": "1.6.7",
59
- "@applitools/socket": "1.1.16",
60
- "@applitools/spec-driver-webdriver": "1.1.7",
61
- "@applitools/tunnel-client": "1.5.2",
62
- "@applitools/utils": "1.7.2",
55
+ "@applitools/core-base": "1.15.2",
56
+ "@applitools/driver": "1.17.3",
57
+ "@applitools/logger": "2.0.17",
58
+ "@applitools/req": "1.7.1",
59
+ "@applitools/socket": "1.1.17",
60
+ "@applitools/spec-driver-webdriver": "1.1.8",
61
+ "@applitools/tunnel-client": "1.5.4",
62
+ "@applitools/utils": "1.7.3",
63
63
  "abort-controller": "3.0.0",
64
64
  "webdriver": "7.31.1",
65
65
  "yargs": "^17.7.2"