@applitools/eyes-images 4.31.9 → 4.31.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
@@ -1,5 +1,80 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.31.11](https://github.com/Applitools-Dev/sdk/compare/js/eyes-images@4.31.10...js/eyes-images@4.31.11) (2025-10-16)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-snapshot bumped to 4.13.10
9
+ #### Bug Fixes
10
+
11
+ * sandboxing | FLD-3482 ([#3274](https://github.com/Applitools-Dev/sdk/issues/3274)) ([b452cbf](https://github.com/Applitools-Dev/sdk/commit/b452cbf831907b04cd70624c0af655246ce580f1))
12
+
13
+
14
+
15
+ * @applitools/driver bumped to 1.24.0
16
+ #### Features
17
+
18
+ * 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))
19
+ * @applitools/spec-driver-webdriver bumped to 1.5.0
20
+ #### Features
21
+
22
+ * 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))
23
+
24
+
25
+
26
+ * @applitools/core bumped to 4.50.2
27
+ #### Bug Fixes
28
+
29
+ * missed verifying environments | AD-11225 ([#3256](https://github.com/Applitools-Dev/sdk/issues/3256)) ([e8a5d78](https://github.com/Applitools-Dev/sdk/commit/e8a5d78426422614fc776b3d32ff2c375b95be18))
30
+
31
+
32
+
33
+ * @applitools/spec-driver-selenium bumped to 1.7.6
34
+
35
+ * @applitools/spec-driver-puppeteer bumped to 1.6.6
36
+
37
+ * @applitools/screenshoter bumped to 3.12.7
38
+
39
+ * @applitools/nml-client bumped to 1.11.9
40
+
41
+ * @applitools/ec-client bumped to 1.12.11
42
+
43
+ * @applitools/eyes bumped to 1.36.11
44
+
45
+
46
+ ## [4.31.10](https://github.com/Applitools-Dev/sdk/compare/js/eyes-images@4.31.9...js/eyes-images@4.31.10) (2025-10-09)
47
+
48
+
49
+ ### Dependencies
50
+
51
+ * @applitools/dom-snapshot bumped to 4.13.9
52
+ #### Bug Fixes
53
+
54
+ * 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))
55
+ * @applitools/nml-client bumped to 1.11.8
56
+
57
+ * @applitools/core-base bumped to 1.28.2
58
+ #### Bug Fixes
59
+
60
+ * various config fixes for storybook-addon ([#3257](https://github.com/Applitools-Dev/sdk/issues/3257)) ([86fd4d1](https://github.com/Applitools-Dev/sdk/commit/86fd4d114122bbaf675b5fa361b0e967595ca296))
61
+ * @applitools/core bumped to 4.50.1
62
+ #### Bug Fixes
63
+
64
+ * various config fixes for storybook-addon ([#3257](https://github.com/Applitools-Dev/sdk/issues/3257)) ([86fd4d1](https://github.com/Applitools-Dev/sdk/commit/86fd4d114122bbaf675b5fa361b0e967595ca296))
65
+
66
+
67
+
68
+ * @applitools/ec-client bumped to 1.12.10
69
+
70
+ * @applitools/eyes bumped to 1.36.10
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
+
75
+
76
+
77
+
3
78
  ## [4.31.9](https://github.com/Applitools-Dev/sdk/compare/js/eyes-images@4.31.8...js/eyes-images@4.31.9) (2025-10-01)
4
79
 
5
80
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-images",
3
- "version": "4.31.9",
3
+ "version": "4.31.11",
4
4
  "description": "The simplest implementation of Applitools Eyes SDK, uploads images for validation",
5
5
  "keywords": [
6
6
  "eyes-images",
@@ -40,7 +40,7 @@
40
40
  "test:coverage": "APPLITOOLS_SHOW_LOGS=true APPLITOOLS_LOG_FILE=\"./logs/$(uuidgen).log\" APPLITOOLS_BATCH_NAME='JS Coverage Tests: eyes-images' APPLITOOLS_BATCH_ID=$(uuidgen) MOCHA_GROUP=coverage run --top-level mocha './test/generated-coverage/*.spec.js' --parallel --jobs ${MOCHA_JOBS:-15}"
41
41
  },
42
42
  "dependencies": {
43
- "@applitools/eyes": "1.36.9"
43
+ "@applitools/eyes": "1.36.11"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@applitools/api-extractor": "^1.2.22",
package/types/index.d.ts CHANGED
@@ -1190,6 +1190,8 @@ export enum DynamicTextType {
1190
1190
  Currency = 'Currency'
1191
1191
  }
1192
1192
  export class EyesError extends Error {
1193
+ constructor(message: string, reason?: undefined | string);
1194
+ readonly reason: string;
1193
1195
  }
1194
1196
  export class TestFailedError extends EyesError {
1195
1197
  constructor(message: string, results: TestResultsPlain);