@applitools/ec-client 1.8.1 → 1.8.4

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 +63 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,68 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.8.4](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.8.3...js/ec-client@1.8.4) (2024-05-01)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/spec-driver-webdriver bumped to 1.1.7
9
+
10
+ * @applitools/driver bumped to 1.17.2
11
+ #### Bug Fixes
12
+
13
+ * cache nml client per driver ([#2336](https://github.com/Applitools-Dev/sdk/issues/2336)) ([02c09a5](https://github.com/Applitools-Dev/sdk/commit/02c09a53eb6ca6340c93365908f4c485ab389c21))
14
+ * @applitools/core-base bumped to 1.13.0
15
+ #### Features
16
+
17
+ * `matchTimeout` ([#2309](https://github.com/Applitools-Dev/sdk/issues/2309)) ([626529e](https://github.com/Applitools-Dev/sdk/commit/626529e839fd2a96ac0de98332f42873c0f387a4))
18
+
19
+ ## [1.8.3](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.8.2...js/ec-client@1.8.3) (2024-04-22)
20
+
21
+
22
+ ### Dependencies
23
+
24
+ * @applitools/utils bumped to 1.7.2
25
+ #### Bug Fixes
26
+
27
+ * trigger release ([88ba29f](https://github.com/Applitools-Dev/sdk/commit/88ba29f358620a5c0f0861eb31e8929d0b611284))
28
+ * @applitools/logger bumped to 2.0.16
29
+
30
+ * @applitools/socket bumped to 1.1.16
31
+
32
+ * @applitools/req bumped to 1.6.7
33
+
34
+ * @applitools/image bumped to 1.1.11
35
+
36
+ * @applitools/spec-driver-webdriver bumped to 1.1.6
37
+
38
+ * @applitools/driver bumped to 1.17.1
39
+
40
+ * @applitools/tunnel-client bumped to 1.5.2
41
+
42
+ * @applitools/core-base bumped to 1.12.1
43
+ #### Bug Fixes
44
+
45
+ * environment override ([2b296e6](https://github.com/Applitools-Dev/sdk/commit/2b296e61cca6743d8d217ba99f2fba3a260fbdfa))
46
+
47
+
48
+
49
+
50
+ ## [1.8.2](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.8.1...js/ec-client@1.8.2) (2024-04-22)
51
+
52
+
53
+ ### Dependencies
54
+
55
+ * @applitools/spec-driver-webdriver bumped to 1.1.5
56
+
57
+ * @applitools/driver bumped to 1.17.0
58
+ #### Features
59
+
60
+ * report batchId and batchUrl to kobiton ([#2329](https://github.com/Applitools-Dev/sdk/issues/2329)) ([5be4356](https://github.com/Applitools-Dev/sdk/commit/5be4356d7f3cd96b70491325d4a788202c06720a))
61
+ * @applitools/core-base bumped to 1.12.0
62
+ #### Features
63
+
64
+ * ability to override baseline parameters per environment ([#2332](https://github.com/Applitools-Dev/sdk/issues/2332)) ([43b8b18](https://github.com/Applitools-Dev/sdk/commit/43b8b189fb3c9dd19aa3be372e8fcc0fe8edfa50))
65
+
3
66
  ## [1.8.1](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.8.0...js/ec-client@1.8.1) (2024-04-15)
4
67
 
5
68
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/ec-client",
3
- "version": "1.8.1",
3
+ "version": "1.8.4",
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.11.1",
56
- "@applitools/driver": "1.16.6",
57
- "@applitools/logger": "2.0.15",
58
- "@applitools/req": "1.6.6",
59
- "@applitools/socket": "1.1.15",
60
- "@applitools/spec-driver-webdriver": "1.1.4",
61
- "@applitools/tunnel-client": "1.5.1",
62
- "@applitools/utils": "1.7.1",
55
+ "@applitools/core-base": "1.13.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",
63
63
  "abort-controller": "3.0.0",
64
64
  "webdriver": "7.31.1",
65
65
  "yargs": "^17.7.2"