@applitools/eyes-testcafe 4.0.1 → 4.0.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 +16 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -13,6 +13,22 @@
13
13
 
14
14
 
15
15
 
16
+ ## [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)
17
+
18
+
19
+ ### Dependencies
20
+
21
+ * @applitools/tunnel-client bumped to 1.3.0
22
+ #### Features
23
+
24
+ * add more logs for tunnel worker ([60cf839](https://github.com/applitools/eyes.sdk.javascript1/commit/60cf839f23b214dff89ff4a9c59f231c96160daf))
25
+ * @applitools/ec-client bumped to 1.7.14
26
+
27
+ * @applitools/core bumped to 4.0.1
28
+
29
+ * @applitools/eyes bumped to 1.11.2
30
+
31
+
16
32
  ## [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
33
 
18
34
 
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.2",
4
4
  "description": "Applitools Eyes SDK for TestCafe",
5
5
  "keywords": [
6
6
  "eyes-testcafe",
@@ -69,7 +69,7 @@
69
69
  },
70
70
  "dependencies": {
71
71
  "@applitools/driver": "1.14.4",
72
- "@applitools/eyes": "1.11.1",
72
+ "@applitools/eyes": "1.11.2",
73
73
  "@applitools/utils": "1.6.2"
74
74
  },
75
75
  "devDependencies": {