@applitools/eyes-testcafe 6.3.47 → 6.3.48

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 +55 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -13,6 +13,61 @@
13
13
 
14
14
 
15
15
 
16
+ ## [6.3.48](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.47...js/eyes-testcafe@6.3.48) (2026-06-18)
17
+
18
+
19
+ ### Dependencies
20
+
21
+ * @applitools/utils bumped to 1.15.0
22
+ #### Features
23
+
24
+ * one-time per-execution summary logEvent in storybook | AD-14305 ([#3911](https://github.com/Applitools-Dev/sdk/issues/3911)) ([59e3a5d](https://github.com/Applitools-Dev/sdk/commit/59e3a5dccf74aa1ac1158024316bd305e3515afa))
25
+ * @applitools/req bumped to 1.11.1
26
+ #### Bug Fixes
27
+
28
+ * bundle node-fetch into dist to drop node-domexception dep warning | FLD-4197 ([#3899](https://github.com/Applitools-Dev/sdk/issues/3899)) ([9c3dc52](https://github.com/Applitools-Dev/sdk/commit/9c3dc52866a4a665f1578c39ff43cd0ee5f63492))
29
+
30
+
31
+
32
+ * @applitools/logger bumped to 2.2.13
33
+
34
+ * @applitools/dom-snapshot bumped to 4.17.4
35
+
36
+ * @applitools/socket bumped to 1.3.14
37
+
38
+ * @applitools/image bumped to 1.2.12
39
+
40
+ * @applitools/dom-capture bumped to 11.8.2
41
+
42
+ * @applitools/driver bumped to 1.26.4
43
+
44
+ * @applitools/spec-driver-webdriver bumped to 1.6.4
45
+
46
+ * @applitools/spec-driver-selenium bumped to 1.8.4
47
+
48
+ * @applitools/spec-driver-playwright bumped to 1.9.4
49
+
50
+ * @applitools/spec-driver-puppeteer bumped to 1.8.4
51
+
52
+ * @applitools/screenshoter bumped to 3.12.23
53
+
54
+ * @applitools/nml-client bumped to 1.11.33
55
+
56
+ * @applitools/tunnel-client bumped to 1.12.1
57
+
58
+ * @applitools/ufg-client bumped to 1.22.4
59
+
60
+ * @applitools/core-base bumped to 1.35.3
61
+
62
+ * @applitools/ec-client bumped to 1.12.35
63
+
64
+ * @applitools/core bumped to 4.65.2
65
+
66
+ * @applitools/eyes bumped to 1.43.4
67
+
68
+ * @applitools/test-server bumped to 1.4.5
69
+
70
+
16
71
  ## [6.3.47](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.46...js/eyes-testcafe@6.3.47) (2026-06-15)
17
72
 
18
73
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-testcafe",
3
- "version": "6.3.47",
3
+ "version": "6.3.48",
4
4
  "description": "Applitools Eyes SDK for TestCafe",
5
5
  "keywords": [
6
6
  "eyes-testcafe",
@@ -68,15 +68,15 @@
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.26.3",
72
- "@applitools/eyes": "1.43.3",
73
- "@applitools/utils": "1.14.5"
71
+ "@applitools/driver": "1.26.4",
72
+ "@applitools/eyes": "1.43.4",
73
+ "@applitools/utils": "1.15.0"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@applitools/api-extractor": "^1.2.22",
77
77
  "@applitools/bongo": "^5.10.0",
78
78
  "@applitools/generic": "^3.9.2",
79
- "@applitools/test-server": "^1.4.4",
79
+ "@applitools/test-server": "^1.4.5",
80
80
  "@applitools/test-utils": "^1.5.17",
81
81
  "testcafe": "^3.4.0"
82
82
  },