@applitools/eyes-images 4.31.24 → 4.31.25

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,81 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.31.25](https://github.com/Applitools-Dev/sdk/compare/js/eyes-images@4.31.24...js/eyes-images@4.31.25) (2026-02-16)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/logger bumped to 2.2.8
9
+ #### Bug Fixes
10
+
11
+ * use utils for environment variable retrieval in logger handlers ([#3551](https://github.com/Applitools-Dev/sdk/issues/3551)) ([caf97f3](https://github.com/Applitools-Dev/sdk/commit/caf97f34207bc3b8ee6ccda2855c27a99a262f8c))
12
+
13
+
14
+ #### Performance Improvements
15
+
16
+ * add timing logs to classic | FLD-4137 ([#3543](https://github.com/Applitools-Dev/sdk/issues/3543)) ([de2b0aa](https://github.com/Applitools-Dev/sdk/commit/de2b0aaf08d813f2c59e9552947c2f4fbc12da48))
17
+ * @applitools/tunnel-client bumped to 1.11.6
18
+ #### Bug Fixes
19
+
20
+ * tunnel client binary ([#3535](https://github.com/Applitools-Dev/sdk/issues/3535)) ([5c4752e](https://github.com/Applitools-Dev/sdk/commit/5c4752e3dd9cc42052d23793284dc6a0cd8e3b72))
21
+
22
+
23
+
24
+ * @applitools/core bumped to 4.56.2
25
+ #### Bug Fixes
26
+
27
+ * closing eyes without open | FLD-2814 ([#2916](https://github.com/Applitools-Dev/sdk/issues/2916)) ([d5425df](https://github.com/Applitools-Dev/sdk/commit/d5425dfedcc98bebd547d0d1ce5bcd10fa675c0d))
28
+ * tunnel client binary ([#3535](https://github.com/Applitools-Dev/sdk/issues/3535)) ([5c4752e](https://github.com/Applitools-Dev/sdk/commit/5c4752e3dd9cc42052d23793284dc6a0cd8e3b72))
29
+
30
+
31
+ #### Performance Improvements
32
+
33
+ * add timing logs to classic | FLD-4137 ([#3543](https://github.com/Applitools-Dev/sdk/issues/3543)) ([de2b0aa](https://github.com/Applitools-Dev/sdk/commit/de2b0aaf08d813f2c59e9552947c2f4fbc12da48))
34
+
35
+
36
+
37
+ * @applitools/dom-snapshot bumped to 4.15.8
38
+
39
+ * @applitools/socket bumped to 1.3.9
40
+
41
+ * @applitools/req bumped to 1.8.8
42
+
43
+ * @applitools/dom-capture bumped to 11.6.9
44
+
45
+ * @applitools/driver bumped to 1.25.1
46
+
47
+ * @applitools/spec-driver-webdriver bumped to 1.5.6
48
+
49
+ * @applitools/spec-driver-selenium bumped to 1.7.12
50
+
51
+ * @applitools/spec-driver-puppeteer bumped to 1.7.1
52
+
53
+ * @applitools/screenshoter bumped to 3.12.13
54
+
55
+ * @applitools/nml-client bumped to 1.11.16
56
+
57
+ * @applitools/ufg-client bumped to 1.19.1
58
+
59
+ * @applitools/core-base bumped to 1.31.2
60
+
61
+ * @applitools/ec-client bumped to 1.12.18
62
+
63
+ * @applitools/eyes bumped to 1.38.3
64
+ #### Bug Fixes
65
+
66
+ * closing eyes without open | FLD-2814 ([#2916](https://github.com/Applitools-Dev/sdk/issues/2916)) ([d5425df](https://github.com/Applitools-Dev/sdk/commit/d5425dfedcc98bebd547d0d1ce5bcd10fa675c0d))
67
+
68
+
69
+
70
+ * @applitools/test-server bumped to 1.4.0
71
+ #### Features
72
+
73
+ * make eyes-browser truly browser-importable ([#3512](https://github.com/Applitools-Dev/sdk/issues/3512)) ([9574a2f](https://github.com/Applitools-Dev/sdk/commit/9574a2fa45ec80466dfe93744c8a736f40fb51c3))
74
+ * mcp server test results support and improvements to initial setup ([#3518](https://github.com/Applitools-Dev/sdk/issues/3518)) ([ef6c27b](https://github.com/Applitools-Dev/sdk/commit/ef6c27b9e35dc54fd588e19a4811631433e15dbb))
75
+
76
+
77
+
78
+
3
79
  ## [4.31.24](https://github.com/Applitools-Dev/sdk/compare/js/eyes-images@4.31.23...js/eyes-images@4.31.24) (2026-01-27)
4
80
 
5
81
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-images",
3
- "version": "4.31.24",
3
+ "version": "4.31.25",
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.38.2"
43
+ "@applitools/eyes": "1.38.3"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@applitools/api-extractor": "^1.2.22",
package/types/index.d.ts CHANGED
@@ -1254,6 +1254,9 @@ export class NewTestError extends TestFailedError {
1254
1254
  constructor(message: string, results?: undefined | TestResultsPlain);
1255
1255
  constructor(results: TestResultsPlain);
1256
1256
  }
1257
+ export class EyesNotOpenError extends EyesError {
1258
+ constructor(methodName: string);
1259
+ }
1257
1260
  export type AccessibilityMatchSettingsPlain = { region: RegionPlain; type?: undefined | AccessibilityRegionTypePlain; };
1258
1261
  export class AccessibilityMatchSettings implements Required<AccessibilityMatchSettingsPlain> {
1259
1262
  constructor(settings: AccessibilityMatchSettingsPlain);