@applitools/ec-client 1.9.0 → 1.9.2

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 +90 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,95 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.9.2](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.9.1...js/ec-client@1.9.2) (2024-06-26)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/utils bumped to 1.7.4
14
+ #### Bug Fixes
15
+
16
+ * tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
17
+ * @applitools/logger bumped to 2.0.18
18
+ #### Bug Fixes
19
+
20
+ * tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
21
+
22
+
23
+
24
+ * @applitools/socket bumped to 1.1.18
25
+ #### Bug Fixes
26
+
27
+ * tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
28
+
29
+
30
+
31
+ * @applitools/req bumped to 1.7.2
32
+ #### Bug Fixes
33
+
34
+ * tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
35
+
36
+
37
+
38
+ * @applitools/image bumped to 1.1.13
39
+ #### Bug Fixes
40
+
41
+ * tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
42
+
43
+
44
+
45
+ * @applitools/snippets bumped to 2.4.27
46
+ #### Bug Fixes
47
+
48
+ * tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
49
+ * @applitools/spec-driver-webdriver bumped to 1.1.10
50
+ #### Bug Fixes
51
+
52
+ * tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
53
+
54
+
55
+
56
+ * @applitools/driver bumped to 1.17.5
57
+ #### Bug Fixes
58
+
59
+ * tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
60
+
61
+
62
+
63
+ * @applitools/tunnel-client bumped to 1.5.7
64
+ #### Bug Fixes
65
+
66
+ * tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
67
+
68
+
69
+
70
+ * @applitools/core-base bumped to 1.16.0
71
+ #### Features
72
+
73
+ * tell the backend if `remove duplicate tests` is used ([#2373](https://github.com/Applitools-Dev/sdk/issues/2373)) ([fe59b40](https://github.com/Applitools-Dev/sdk/commit/fe59b404ad163c595bb329d9a24ef2191d3bf170))
74
+
75
+
76
+ #### Bug Fixes
77
+
78
+ * tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
79
+
80
+
81
+
82
+
83
+ ## [1.9.1](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.9.0...js/ec-client@1.9.1) (2024-06-16)
84
+
85
+
86
+ ### Dependencies
87
+
88
+ * @applitools/tunnel-client bumped to 1.5.6
89
+ #### Bug Fixes
90
+
91
+ * tunnel client ([6830f02](https://github.com/Applitools-Dev/sdk/commit/6830f02c988e07c1c1ce257a84467f234149fc05))
92
+
3
93
  ## [1.9.0](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.8.9...js/ec-client@1.9.0) (2024-06-16)
4
94
 
5
95
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/ec-client",
3
- "version": "1.9.0",
3
+ "version": "1.9.2",
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.15.2",
56
- "@applitools/driver": "1.17.4",
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.9",
61
- "@applitools/tunnel-client": "1.5.5",
62
- "@applitools/utils": "1.7.3",
55
+ "@applitools/core-base": "1.16.0",
56
+ "@applitools/driver": "1.17.5",
57
+ "@applitools/logger": "2.0.18",
58
+ "@applitools/req": "1.7.2",
59
+ "@applitools/socket": "1.1.18",
60
+ "@applitools/spec-driver-webdriver": "1.1.10",
61
+ "@applitools/tunnel-client": "1.5.7",
62
+ "@applitools/utils": "1.7.4",
63
63
  "abort-controller": "3.0.0",
64
64
  "webdriver": "7.31.1",
65
65
  "yargs": "^17.7.2"