@applitools/eyes-webdriverio 5.59.21 → 5.59.23

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 +71 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,76 @@
1
1
  # Changelog
2
2
 
3
+ ## [5.59.23](https://github.com/Applitools-Dev/sdk/compare/js/eyes-webdriverio@5.59.22...js/eyes-webdriverio@5.59.23) (2026-01-21)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-snapshot bumped to 4.15.7
9
+ #### Bug Fixes
10
+
11
+ * add fetchConcurrency to dom-snapshot | FLD-4062 ([#3486](https://github.com/Applitools-Dev/sdk/issues/3486)) ([f523791](https://github.com/Applitools-Dev/sdk/commit/f523791b9bc60029ec0b4b6914bc54e0110bd4a2))
12
+ * @applitools/ufg-client bumped to 1.19.0
13
+ #### Features
14
+
15
+ * add `fetchConcurrency` parameter to `makeAutonomousCore` FLD-4063 ([#3480](https://github.com/Applitools-Dev/sdk/issues/3480)) ([df0c60d](https://github.com/Applitools-Dev/sdk/commit/df0c60d5e74703550dba036299db7360065524f6))
16
+ * @applitools/core bumped to 4.56.0
17
+ #### Features
18
+
19
+ * add `fetchConcurrency` parameter to `makeAutonomousCore` FLD-4063 ([#3480](https://github.com/Applitools-Dev/sdk/issues/3480)) ([df0c60d](https://github.com/Applitools-Dev/sdk/commit/df0c60d5e74703550dba036299db7360065524f6))
20
+
21
+
22
+ #### Bug Fixes
23
+
24
+ * add fetchConcurrency to dom-snapshot | FLD-4062 ([#3486](https://github.com/Applitools-Dev/sdk/issues/3486)) ([f523791](https://github.com/Applitools-Dev/sdk/commit/f523791b9bc60029ec0b4b6914bc54e0110bd4a2))
25
+
26
+
27
+
28
+ * @applitools/eyes bumped to 1.38.1
29
+
30
+
31
+ ## [5.59.22](https://github.com/Applitools-Dev/sdk/compare/js/eyes-webdriverio@5.59.21...js/eyes-webdriverio@5.59.22) (2026-01-19)
32
+
33
+
34
+ ### Dependencies
35
+
36
+ * @applitools/dom-snapshot bumped to 4.15.6
37
+
38
+ * @applitools/driver bumped to 1.25.0
39
+ #### Features
40
+
41
+ * multi-page support - FLD-3827 ([#3410](https://github.com/Applitools-Dev/sdk/issues/3410)) ([a55b982](https://github.com/Applitools-Dev/sdk/commit/a55b9827c2218c11da5ed61b38bf12a70ce4c8db))
42
+ * @applitools/spec-driver-puppeteer bumped to 1.7.0
43
+ #### Features
44
+
45
+ * multi-page support - FLD-3827 ([#3410](https://github.com/Applitools-Dev/sdk/issues/3410)) ([a55b982](https://github.com/Applitools-Dev/sdk/commit/a55b9827c2218c11da5ed61b38bf12a70ce4c8db))
46
+
47
+
48
+
49
+ * @applitools/core bumped to 4.55.0
50
+ #### Features
51
+
52
+ * multi-page support - FLD-3827 ([#3410](https://github.com/Applitools-Dev/sdk/issues/3410)) ([a55b982](https://github.com/Applitools-Dev/sdk/commit/a55b9827c2218c11da5ed61b38bf12a70ce4c8db))
53
+
54
+
55
+
56
+ * @applitools/spec-driver-webdriver bumped to 1.5.5
57
+
58
+ * @applitools/spec-driver-selenium bumped to 1.7.11
59
+
60
+ * @applitools/screenshoter bumped to 3.12.12
61
+
62
+ * @applitools/nml-client bumped to 1.11.15
63
+
64
+ * @applitools/ec-client bumped to 1.12.17
65
+
66
+ * @applitools/eyes bumped to 1.38.0
67
+ #### Features
68
+
69
+ * multi-page support - FLD-3827 ([#3410](https://github.com/Applitools-Dev/sdk/issues/3410)) ([a55b982](https://github.com/Applitools-Dev/sdk/commit/a55b9827c2218c11da5ed61b38bf12a70ce4c8db))
70
+
71
+
72
+
73
+
3
74
  ## [5.59.21](https://github.com/Applitools-Dev/sdk/compare/js/eyes-webdriverio@5.59.20...js/eyes-webdriverio@5.59.21) (2026-01-14)
4
75
 
5
76
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-webdriverio",
3
- "version": "5.59.21",
3
+ "version": "5.59.23",
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.24.4",
75
- "@applitools/eyes": "1.37.0",
76
- "@applitools/spec-driver-webdriver": "1.5.4"
74
+ "@applitools/driver": "1.25.0",
75
+ "@applitools/eyes": "1.38.1",
76
+ "@applitools/spec-driver-webdriver": "1.5.5"
77
77
  },
78
78
  "devDependencies": {
79
79
  "@applitools/api-extractor": "^1.2.22",