@applitools/ec-client 1.9.1 → 1.9.3

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 +97 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,102 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.9.3](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.9.2...js/ec-client@1.9.3) (2024-07-23)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/driver bumped to 1.18.0
9
+ #### Features
10
+
11
+ * disable broker url cache ([#2428](https://github.com/Applitools-Dev/sdk/issues/2428)) ([cb8d5fe](https://github.com/Applitools-Dev/sdk/commit/cb8d5fefb13d3ab42984d2bd4d4ac3d4e10646b0))
12
+
13
+
14
+ #### Bug Fixes
15
+
16
+ * executing web script on mobile environment ([#2380](https://github.com/Applitools-Dev/sdk/issues/2380)) ([da2e551](https://github.com/Applitools-Dev/sdk/commit/da2e551e01082d3cc21b9da5b43e6680233c080d))
17
+ * @applitools/spec-driver-webdriver bumped to 1.1.11
18
+
19
+
20
+ ## [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)
21
+
22
+
23
+ ### Bug Fixes
24
+
25
+ * tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
26
+
27
+
28
+ ### Dependencies
29
+
30
+ * @applitools/utils bumped to 1.7.4
31
+ #### Bug Fixes
32
+
33
+ * tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
34
+ * @applitools/logger bumped to 2.0.18
35
+ #### Bug Fixes
36
+
37
+ * tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
38
+
39
+
40
+
41
+ * @applitools/socket bumped to 1.1.18
42
+ #### Bug Fixes
43
+
44
+ * tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
45
+
46
+
47
+
48
+ * @applitools/req bumped to 1.7.2
49
+ #### Bug Fixes
50
+
51
+ * tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
52
+
53
+
54
+
55
+ * @applitools/image bumped to 1.1.13
56
+ #### Bug Fixes
57
+
58
+ * tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
59
+
60
+
61
+
62
+ * @applitools/snippets bumped to 2.4.27
63
+ #### Bug Fixes
64
+
65
+ * tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
66
+ * @applitools/spec-driver-webdriver bumped to 1.1.10
67
+ #### Bug Fixes
68
+
69
+ * tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
70
+
71
+
72
+
73
+ * @applitools/driver bumped to 1.17.5
74
+ #### Bug Fixes
75
+
76
+ * tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
77
+
78
+
79
+
80
+ * @applitools/tunnel-client bumped to 1.5.7
81
+ #### Bug Fixes
82
+
83
+ * tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
84
+
85
+
86
+
87
+ * @applitools/core-base bumped to 1.16.0
88
+ #### Features
89
+
90
+ * 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))
91
+
92
+
93
+ #### Bug Fixes
94
+
95
+ * tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
96
+
97
+
98
+
99
+
3
100
  ## [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)
4
101
 
5
102
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/ec-client",
3
- "version": "1.9.1",
3
+ "version": "1.9.3",
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.6",
62
- "@applitools/utils": "1.7.3",
55
+ "@applitools/core-base": "1.16.0",
56
+ "@applitools/driver": "1.18.0",
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.11",
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"