@applitools/core 4.16.3 → 4.16.5

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 +29 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.16.5](https://github.com/Applitools-Dev/sdk/compare/js/core@4.16.4...js/core@4.16.5) (2024-06-16)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/tunnel-client bumped to 1.5.6
9
+ #### Bug Fixes
10
+
11
+ * tunnel client ([6830f02](https://github.com/Applitools-Dev/sdk/commit/6830f02c988e07c1c1ce257a84467f234149fc05))
12
+ * @applitools/ec-client bumped to 1.9.1
13
+
14
+
15
+ ## [4.16.4](https://github.com/Applitools-Dev/sdk/compare/js/core@4.16.3...js/core@4.16.4) (2024-06-16)
16
+
17
+
18
+ ### Dependencies
19
+
20
+ * @applitools/tunnel-client bumped to 1.5.5
21
+ #### Bug Fixes
22
+
23
+ * update tunnel to 3.0.5 ([#2394](https://github.com/Applitools-Dev/sdk/issues/2394)) ([cdd7f90](https://github.com/Applitools-Dev/sdk/commit/cdd7f90416bf0e29b216a29789e7dbbc9c5d1e0d))
24
+ * @applitools/ec-client bumped to 1.9.0
25
+ #### Features
26
+
27
+ * support findElements self healing ([#2387](https://github.com/Applitools-Dev/sdk/issues/2387)) ([57521e2](https://github.com/Applitools-Dev/sdk/commit/57521e273cf2a836a822baafbb88f342358e3ac2))
28
+
29
+
30
+
31
+
3
32
  ## [4.16.3](https://github.com/Applitools-Dev/sdk/compare/js/core@4.16.2...js/core@4.16.3) (2024-06-11)
4
33
 
5
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/core",
3
- "version": "4.16.3",
3
+ "version": "4.16.5",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -78,7 +78,7 @@
78
78
  "@applitools/dom-capture": "11.2.8",
79
79
  "@applitools/dom-snapshot": "4.11.2",
80
80
  "@applitools/driver": "1.17.4",
81
- "@applitools/ec-client": "1.8.9",
81
+ "@applitools/ec-client": "1.9.1",
82
82
  "@applitools/logger": "2.0.17",
83
83
  "@applitools/nml-client": "1.8.7",
84
84
  "@applitools/req": "1.7.1",
@@ -104,7 +104,7 @@
104
104
  "@applitools/spec-driver-selenium": "^1.5.80",
105
105
  "@applitools/test-server": "^1.2.2",
106
106
  "@applitools/test-utils": "^1.5.17",
107
- "@applitools/tunnel-client": "^1.5.4",
107
+ "@applitools/tunnel-client": "^1.5.6",
108
108
  "@types/node": "^12.20.55",
109
109
  "@types/selenium-webdriver": "^4.1.2",
110
110
  "@types/semver": "^7.5.4",