@applitools/eyes-testcafe 6.3.14 → 6.3.15

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 +73 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -13,6 +13,79 @@
13
13
 
14
14
 
15
15
 
16
+ ## [6.3.15](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.14...js/eyes-testcafe@6.3.15) (2025-11-09)
17
+
18
+
19
+ ### Dependencies
20
+
21
+ * @applitools/utils bumped to 1.13.0
22
+ #### Features
23
+
24
+ * restart cache and keepalive | FLD-3773 ([#3326](https://github.com/Applitools-Dev/sdk/issues/3326)) ([0fd12ca](https://github.com/Applitools-Dev/sdk/commit/0fd12ca703b4546560b563076a38f9ada24acc75))
25
+ * @applitools/dom-snapshot bumped to 4.15.0
26
+ #### Features
27
+
28
+ * add support for adopted stylesheets with nesting | FLD-3212 ([#3325](https://github.com/Applitools-Dev/sdk/issues/3325)) ([8587926](https://github.com/Applitools-Dev/sdk/commit/8587926b0d6ef820cfbd8f89ddb062a3d77f65ab))
29
+
30
+
31
+
32
+ * @applitools/dom-capture bumped to 11.6.6
33
+ #### Performance Improvements
34
+
35
+ * remove dynamic loading of Dom capture and Dom snapshot ([#3322](https://github.com/Applitools-Dev/sdk/issues/3322)) ([7d15ee9](https://github.com/Applitools-Dev/sdk/commit/7d15ee98d5d39c7e478b6bfe3e14b8eea93937e5))
36
+
37
+
38
+
39
+ * @applitools/core-base bumped to 1.29.0
40
+ #### Features
41
+
42
+ * restart cache and keepalive | FLD-3773 ([#3326](https://github.com/Applitools-Dev/sdk/issues/3326)) ([0fd12ca](https://github.com/Applitools-Dev/sdk/commit/0fd12ca703b4546560b563076a38f9ada24acc75))
43
+
44
+
45
+
46
+ * @applitools/core bumped to 4.52.0
47
+ #### Features
48
+
49
+ * restart cache and keepalive | FLD-3773 ([#3326](https://github.com/Applitools-Dev/sdk/issues/3326)) ([0fd12ca](https://github.com/Applitools-Dev/sdk/commit/0fd12ca703b4546560b563076a38f9ada24acc75))
50
+
51
+
52
+ #### Performance Improvements
53
+
54
+ * remove dynamic loading of Dom capture and Dom snapshot ([#3322](https://github.com/Applitools-Dev/sdk/issues/3322)) ([7d15ee9](https://github.com/Applitools-Dev/sdk/commit/7d15ee98d5d39c7e478b6bfe3e14b8eea93937e5))
55
+
56
+
57
+
58
+ * @applitools/logger bumped to 2.2.5
59
+
60
+ * @applitools/socket bumped to 1.3.6
61
+
62
+ * @applitools/req bumped to 1.8.5
63
+
64
+ * @applitools/image bumped to 1.2.4
65
+
66
+ * @applitools/driver bumped to 1.24.1
67
+
68
+ * @applitools/spec-driver-webdriver bumped to 1.5.1
69
+
70
+ * @applitools/spec-driver-selenium bumped to 1.7.7
71
+
72
+ * @applitools/spec-driver-puppeteer bumped to 1.6.7
73
+
74
+ * @applitools/screenshoter bumped to 3.12.8
75
+
76
+ * @applitools/nml-client bumped to 1.11.10
77
+
78
+ * @applitools/tunnel-client bumped to 1.11.3
79
+
80
+ * @applitools/ufg-client bumped to 1.18.1
81
+
82
+ * @applitools/ec-client bumped to 1.12.12
83
+
84
+ * @applitools/eyes bumped to 1.36.15
85
+
86
+ * @applitools/test-server bumped to 1.3.4
87
+
88
+
16
89
  ## [6.3.14](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.13...js/eyes-testcafe@6.3.14) (2025-11-03)
17
90
 
18
91
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-testcafe",
3
- "version": "6.3.14",
3
+ "version": "6.3.15",
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.24.0",
72
- "@applitools/eyes": "1.36.14",
73
- "@applitools/utils": "1.12.0"
71
+ "@applitools/driver": "1.24.1",
72
+ "@applitools/eyes": "1.36.15",
73
+ "@applitools/utils": "1.13.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.3.3",
79
+ "@applitools/test-server": "^1.3.4",
80
80
  "@applitools/test-utils": "^1.5.17",
81
81
  "testcafe": "^3.4.0"
82
82
  },