@applitools/eyes-testcafe 4.1.6 → 4.1.7

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 +43 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -13,6 +13,49 @@
13
13
 
14
14
 
15
15
 
16
+ ## [4.1.7](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-testcafe@4.1.6...js/eyes-testcafe@4.1.7) (2024-01-30)
17
+
18
+
19
+ ### Dependencies
20
+
21
+ * @applitools/snippets bumped to 2.4.25
22
+ #### Bug Fixes
23
+
24
+ * losing root context after layout breakpoints reload ([#2113](https://github.com/applitools/eyes.sdk.javascript1/issues/2113)) ([afa1473](https://github.com/applitools/eyes.sdk.javascript1/commit/afa14735e5539ab0f79aa610e6ec1ea8989a5922))
25
+ * @applitools/spec-driver-webdriver bumped to 1.0.55
26
+
27
+ * @applitools/spec-driver-selenium bumped to 1.5.69
28
+
29
+ * @applitools/spec-driver-puppeteer bumped to 1.3.5
30
+
31
+ * @applitools/driver bumped to 1.16.2
32
+ #### Bug Fixes
33
+
34
+ * losing root context after layout breakpoints reload ([#2113](https://github.com/applitools/eyes.sdk.javascript1/issues/2113)) ([afa1473](https://github.com/applitools/eyes.sdk.javascript1/commit/afa14735e5539ab0f79aa610e6ec1ea8989a5922))
35
+
36
+
37
+
38
+ * @applitools/core bumped to 4.7.0
39
+ #### Features
40
+
41
+ * added support of proxy server url env var ([#2159](https://github.com/applitools/eyes.sdk.javascript1/issues/2159)) ([2f69c3d](https://github.com/applitools/eyes.sdk.javascript1/commit/2f69c3d37d7af9be1f459fd3d5f41b361161b5bf))
42
+
43
+
44
+ #### Bug Fixes
45
+
46
+ * losing root context after layout breakpoints reload ([#2113](https://github.com/applitools/eyes.sdk.javascript1/issues/2113)) ([afa1473](https://github.com/applitools/eyes.sdk.javascript1/commit/afa14735e5539ab0f79aa610e6ec1ea8989a5922))
47
+
48
+
49
+
50
+ * @applitools/screenshoter bumped to 3.8.21
51
+
52
+ * @applitools/nml-client bumped to 1.6.5
53
+
54
+ * @applitools/ec-client bumped to 1.7.23
55
+
56
+ * @applitools/eyes bumped to 1.13.6
57
+
58
+
16
59
  ## [4.1.6](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-testcafe@4.1.5...js/eyes-testcafe@4.1.6) (2024-01-16)
17
60
 
18
61
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-testcafe",
3
- "version": "4.1.6",
3
+ "version": "4.1.7",
4
4
  "description": "Applitools Eyes SDK for TestCafe",
5
5
  "keywords": [
6
6
  "eyes-testcafe",
@@ -68,13 +68,13 @@
68
68
  "up:framework": "echo \"$(jq '.devDependencies.testcafe = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
69
69
  },
70
70
  "dependencies": {
71
- "@applitools/driver": "1.16.1",
72
- "@applitools/eyes": "1.13.5",
71
+ "@applitools/driver": "1.16.2",
72
+ "@applitools/eyes": "1.13.6",
73
73
  "@applitools/utils": "1.7.0"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@applitools/api-extractor": "^1.2.22",
77
- "@applitools/bongo": "^5.7.6",
77
+ "@applitools/bongo": "^5.9.0",
78
78
  "@applitools/generic": "^3.5.2",
79
79
  "@applitools/test-server": "^1.2.2",
80
80
  "@applitools/test-utils": "^1.5.17",