@applitools/eyes-testcafe 6.3.11 → 6.3.13

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 +42 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -13,6 +13,48 @@
13
13
 
14
14
 
15
15
 
16
+ ## [6.3.13](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.12...js/eyes-testcafe@6.3.13) (2025-10-22)
17
+
18
+
19
+ ### Dependencies
20
+
21
+ * @applitools/dom-snapshot bumped to 4.13.12
22
+ #### Bug Fixes
23
+
24
+ * upgrade from @applitools/css-tree fork to official css-tree v3.1.0 | AD-11642 ([#3286](https://github.com/Applitools-Dev/sdk/issues/3286)) ([187ac4b](https://github.com/Applitools-Dev/sdk/commit/187ac4bbca0921ed692b2a676200c6a967c0fb33))
25
+ * @applitools/ufg-client bumped to 1.17.5
26
+ #### Bug Fixes
27
+
28
+ * upgrade from @applitools/css-tree fork to official css-tree v3.1.0 | AD-11642 ([#3286](https://github.com/Applitools-Dev/sdk/issues/3286)) ([187ac4b](https://github.com/Applitools-Dev/sdk/commit/187ac4bbca0921ed692b2a676200c6a967c0fb33))
29
+ * @applitools/core bumped to 4.50.4
30
+ #### Bug Fixes
31
+
32
+ * upgrade from @applitools/css-tree fork to official css-tree v3.1.0 | AD-11642 ([#3286](https://github.com/Applitools-Dev/sdk/issues/3286)) ([187ac4b](https://github.com/Applitools-Dev/sdk/commit/187ac4bbca0921ed692b2a676200c6a967c0fb33))
33
+
34
+
35
+
36
+ * @applitools/eyes bumped to 1.36.13
37
+
38
+
39
+ ## [6.3.12](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.11...js/eyes-testcafe@6.3.12) (2025-10-21)
40
+
41
+
42
+ ### Dependencies
43
+
44
+ * @applitools/dom-snapshot bumped to 4.13.11
45
+ #### Bug Fixes
46
+
47
+ * don't throw on CSSNestedDeclarations | AD-11640 ([#3284](https://github.com/Applitools-Dev/sdk/issues/3284)) ([d0a0f31](https://github.com/Applitools-Dev/sdk/commit/d0a0f31f6749cbe5b44f090c05af9da7676ad131))
48
+ * @applitools/core bumped to 4.50.3
49
+ #### Bug Fixes
50
+
51
+ * don't throw on CSSNestedDeclarations | AD-11640 ([#3284](https://github.com/Applitools-Dev/sdk/issues/3284)) ([d0a0f31](https://github.com/Applitools-Dev/sdk/commit/d0a0f31f6749cbe5b44f090c05af9da7676ad131))
52
+
53
+
54
+
55
+ * @applitools/eyes bumped to 1.36.12
56
+
57
+
16
58
  ## [6.3.11](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.10...js/eyes-testcafe@6.3.11) (2025-10-16)
17
59
 
18
60
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-testcafe",
3
- "version": "6.3.11",
3
+ "version": "6.3.13",
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.24.0",
72
- "@applitools/eyes": "1.36.11",
72
+ "@applitools/eyes": "1.36.13",
73
73
  "@applitools/utils": "1.12.0"
74
74
  },
75
75
  "devDependencies": {