@applitools/eyes-testcafe 6.3.9 → 6.3.11

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.
package/CHANGELOG.md CHANGED
@@ -13,6 +13,81 @@
13
13
 
14
14
 
15
15
 
16
+ ## [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
+
18
+
19
+ ### Dependencies
20
+
21
+ * @applitools/dom-snapshot bumped to 4.13.10
22
+ #### Bug Fixes
23
+
24
+ * sandboxing | FLD-3482 ([#3274](https://github.com/Applitools-Dev/sdk/issues/3274)) ([b452cbf](https://github.com/Applitools-Dev/sdk/commit/b452cbf831907b04cd70624c0af655246ce580f1))
25
+
26
+
27
+
28
+ * @applitools/driver bumped to 1.24.0
29
+ #### Features
30
+
31
+ * use performActions (W3C) instead of touchPerform (MJSONWP) ([#3223](https://github.com/Applitools-Dev/sdk/issues/3223)) ([d4e5da8](https://github.com/Applitools-Dev/sdk/commit/d4e5da8dc19ad3c3f76de8e762be867970df3dd2))
32
+ * @applitools/spec-driver-webdriver bumped to 1.5.0
33
+ #### Features
34
+
35
+ * use performActions (W3C) instead of touchPerform (MJSONWP) ([#3223](https://github.com/Applitools-Dev/sdk/issues/3223)) ([d4e5da8](https://github.com/Applitools-Dev/sdk/commit/d4e5da8dc19ad3c3f76de8e762be867970df3dd2))
36
+
37
+
38
+
39
+ * @applitools/core bumped to 4.50.2
40
+ #### Bug Fixes
41
+
42
+ * missed verifying environments | AD-11225 ([#3256](https://github.com/Applitools-Dev/sdk/issues/3256)) ([e8a5d78](https://github.com/Applitools-Dev/sdk/commit/e8a5d78426422614fc776b3d32ff2c375b95be18))
43
+
44
+
45
+
46
+ * @applitools/spec-driver-selenium bumped to 1.7.6
47
+
48
+ * @applitools/spec-driver-puppeteer bumped to 1.6.6
49
+
50
+ * @applitools/screenshoter bumped to 3.12.7
51
+
52
+ * @applitools/nml-client bumped to 1.11.9
53
+
54
+ * @applitools/ec-client bumped to 1.12.11
55
+
56
+ * @applitools/eyes bumped to 1.36.11
57
+
58
+
59
+ ## [6.3.10](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.9...js/eyes-testcafe@6.3.10) (2025-10-09)
60
+
61
+
62
+ ### Dependencies
63
+
64
+ * @applitools/dom-snapshot bumped to 4.13.9
65
+ #### Bug Fixes
66
+
67
+ * verbose Unknown CSS object model logging | AD-11542 | FLD-3687 ([#3261](https://github.com/Applitools-Dev/sdk/issues/3261)) ([ba85d32](https://github.com/Applitools-Dev/sdk/commit/ba85d3287a81af109db1a7b407e5ead20f395d9f))
68
+ * @applitools/nml-client bumped to 1.11.8
69
+
70
+ * @applitools/core-base bumped to 1.28.2
71
+ #### Bug Fixes
72
+
73
+ * various config fixes for storybook-addon ([#3257](https://github.com/Applitools-Dev/sdk/issues/3257)) ([86fd4d1](https://github.com/Applitools-Dev/sdk/commit/86fd4d114122bbaf675b5fa361b0e967595ca296))
74
+ * @applitools/core bumped to 4.50.1
75
+ #### Bug Fixes
76
+
77
+ * various config fixes for storybook-addon ([#3257](https://github.com/Applitools-Dev/sdk/issues/3257)) ([86fd4d1](https://github.com/Applitools-Dev/sdk/commit/86fd4d114122bbaf675b5fa361b0e967595ca296))
78
+
79
+
80
+
81
+ * @applitools/ec-client bumped to 1.12.10
82
+
83
+ * @applitools/eyes bumped to 1.36.10
84
+ #### Bug Fixes
85
+
86
+ * various config fixes for storybook-addon ([#3257](https://github.com/Applitools-Dev/sdk/issues/3257)) ([86fd4d1](https://github.com/Applitools-Dev/sdk/commit/86fd4d114122bbaf675b5fa361b0e967595ca296))
87
+
88
+
89
+
90
+
16
91
  ## [6.3.9](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.8...js/eyes-testcafe@6.3.9) (2025-10-01)
17
92
 
18
93
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-testcafe",
3
- "version": "6.3.9",
3
+ "version": "6.3.11",
4
4
  "description": "Applitools Eyes SDK for TestCafe",
5
5
  "keywords": [
6
6
  "eyes-testcafe",
@@ -68,8 +68,8 @@
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.23.5",
72
- "@applitools/eyes": "1.36.9",
71
+ "@applitools/driver": "1.24.0",
72
+ "@applitools/eyes": "1.36.11",
73
73
  "@applitools/utils": "1.12.0"
74
74
  },
75
75
  "devDependencies": {
package/types/index.d.ts CHANGED
@@ -1068,6 +1068,8 @@ export enum DynamicTextType {
1068
1068
  Currency = 'Currency'
1069
1069
  }
1070
1070
  export class EyesError extends Error {
1071
+ constructor(message: string, reason?: undefined | string);
1072
+ readonly reason: string;
1071
1073
  }
1072
1074
  export class TestFailedError extends EyesError {
1073
1075
  constructor(message: string, results: TestResultsPlain);