@applitools/eyes-webdriverio 5.59.24 → 5.59.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
+ ## [5.59.25](https://github.com/Applitools-Dev/sdk/compare/js/eyes-webdriverio@5.59.24...js/eyes-webdriverio@5.59.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/spec-driver-webdriver bumped to 1.5.6
46
+
47
+ * @applitools/spec-driver-selenium bumped to 1.7.12
48
+
49
+ * @applitools/spec-driver-puppeteer bumped to 1.7.1
50
+
51
+ * @applitools/screenshoter bumped to 3.12.13
52
+
53
+ * @applitools/nml-client bumped to 1.11.16
54
+
55
+ * @applitools/ufg-client bumped to 1.19.1
56
+
57
+ * @applitools/core-base bumped to 1.31.2
58
+
59
+ * @applitools/ec-client bumped to 1.12.18
60
+
61
+ * @applitools/eyes bumped to 1.38.3
62
+ #### Bug Fixes
63
+
64
+ * closing eyes without open | FLD-2814 ([#2916](https://github.com/Applitools-Dev/sdk/issues/2916)) ([d5425df](https://github.com/Applitools-Dev/sdk/commit/d5425dfedcc98bebd547d0d1ce5bcd10fa675c0d))
65
+
66
+
67
+
68
+ * @applitools/test-server bumped to 1.4.0
69
+ #### Features
70
+
71
+ * make eyes-browser truly browser-importable ([#3512](https://github.com/Applitools-Dev/sdk/issues/3512)) ([9574a2f](https://github.com/Applitools-Dev/sdk/commit/9574a2fa45ec80466dfe93744c8a736f40fb51c3))
72
+ * 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))
73
+
74
+
75
+
76
+ * @applitools/driver bumped to 1.25.1
77
+
78
+
3
79
  ## [5.59.24](https://github.com/Applitools-Dev/sdk/compare/js/eyes-webdriverio@5.59.23...js/eyes-webdriverio@5.59.24) (2026-01-27)
4
80
 
5
81
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-webdriverio",
3
- "version": "5.59.24",
3
+ "version": "5.59.25",
4
4
  "description": "Applitools Eyes SDK for WebdriverIO",
5
5
  "keywords": [
6
6
  "eyes-webdriverio",
@@ -71,9 +71,9 @@
71
71
  "up:framework": "echo \"$(jq '.devDependencies |= . + ([\"webdriverio\", \"@wdio/cli\", \"@wdio/local-runner\", \"@wdio/mocha-framework\"] | with_entries({key: .value, value: $ENV.APPLITOOLS_FRAMEWORK_VERSION}))' ./package.json)\" > ./package.json"
72
72
  },
73
73
  "dependencies": {
74
- "@applitools/driver": "1.25.0",
75
- "@applitools/eyes": "1.38.2",
76
- "@applitools/spec-driver-webdriver": "1.5.5"
74
+ "@applitools/driver": "1.25.1",
75
+ "@applitools/eyes": "1.38.3",
76
+ "@applitools/spec-driver-webdriver": "1.5.6"
77
77
  },
78
78
  "devDependencies": {
79
79
  "@applitools/api-extractor": "^1.2.22",
package/types/index.d.ts CHANGED
@@ -1158,6 +1158,9 @@ export class NewTestError extends TestFailedError {
1158
1158
  constructor(message: string, results?: undefined | TestResultsPlain);
1159
1159
  constructor(results: TestResultsPlain);
1160
1160
  }
1161
+ export class EyesNotOpenError extends EyesError {
1162
+ constructor(methodName: string);
1163
+ }
1161
1164
  export type AccessibilityMatchSettingsPlain = { region: RegionPlain; type?: undefined | AccessibilityRegionTypePlain; };
1162
1165
  export class AccessibilityMatchSettings implements Required<AccessibilityMatchSettingsPlain> {
1163
1166
  constructor(settings: AccessibilityMatchSettingsPlain);