@applitools/eyes-testcafe 4.0.1 → 4.0.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 +28 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -13,6 +13,34 @@
13
13
 
14
14
 
15
15
 
16
+ ## [4.0.3](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-testcafe@4.0.2...js/eyes-testcafe@4.0.3) (2023-10-30)
17
+
18
+
19
+ ### Dependencies
20
+
21
+ * @applitools/core bumped to 4.0.2
22
+ #### Bug Fixes
23
+
24
+ * generate safe selectors as close as possible to taking dom snapshot ([#1987](https://github.com/applitools/eyes.sdk.javascript1/issues/1987)) ([102208b](https://github.com/applitools/eyes.sdk.javascript1/commit/102208b909c0b149808f6e4c24a0a662305b1b78))
25
+ * @applitools/eyes bumped to 1.11.3
26
+
27
+
28
+ ## [4.0.2](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-testcafe@4.0.1...js/eyes-testcafe@4.0.2) (2023-10-25)
29
+
30
+
31
+ ### Dependencies
32
+
33
+ * @applitools/tunnel-client bumped to 1.3.0
34
+ #### Features
35
+
36
+ * add more logs for tunnel worker ([60cf839](https://github.com/applitools/eyes.sdk.javascript1/commit/60cf839f23b214dff89ff4a9c59f231c96160daf))
37
+ * @applitools/ec-client bumped to 1.7.14
38
+
39
+ * @applitools/core bumped to 4.0.1
40
+
41
+ * @applitools/eyes bumped to 1.11.2
42
+
43
+
16
44
  ## [4.0.1](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-testcafe@4.0.0...js/eyes-testcafe@4.0.1) (2023-10-19)
17
45
 
18
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-testcafe",
3
- "version": "4.0.1",
3
+ "version": "4.0.3",
4
4
  "description": "Applitools Eyes SDK for TestCafe",
5
5
  "keywords": [
6
6
  "eyes-testcafe",
@@ -69,13 +69,13 @@
69
69
  },
70
70
  "dependencies": {
71
71
  "@applitools/driver": "1.14.4",
72
- "@applitools/eyes": "1.11.1",
72
+ "@applitools/eyes": "1.11.3",
73
73
  "@applitools/utils": "1.6.2"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@applitools/api-extractor": "^1.2.22",
77
77
  "@applitools/bongo": "^5.7.0",
78
- "@applitools/generic": "^3.4.1",
78
+ "@applitools/generic": "^3.5.0",
79
79
  "@applitools/test-server": "^1.2.2",
80
80
  "@applitools/test-utils": "^1.5.17",
81
81
  "testcafe": "1"