@applitools/eyes-images 4.31.6 → 4.31.8
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 +72 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,77 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.31.8](https://github.com/Applitools-Dev/sdk/compare/js/eyes-images@4.31.7...js/eyes-images@4.31.8) (2025-09-22)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/nml-client bumped to 1.11.6
|
|
9
|
+
|
|
10
|
+
* @applitools/core-base bumped to 1.28.0
|
|
11
|
+
#### Features
|
|
12
|
+
|
|
13
|
+
* use concurrency from server | AD-10015 ([#3207](https://github.com/Applitools-Dev/sdk/issues/3207)) ([5336c9e](https://github.com/Applitools-Dev/sdk/commit/5336c9e6578a8f935b2b255344e7172beadeb551))
|
|
14
|
+
* @applitools/core bumped to 4.48.0
|
|
15
|
+
#### Features
|
|
16
|
+
|
|
17
|
+
* use concurrency from server | AD-10015 ([#3207](https://github.com/Applitools-Dev/sdk/issues/3207)) ([5336c9e](https://github.com/Applitools-Dev/sdk/commit/5336c9e6578a8f935b2b255344e7172beadeb551))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
* @applitools/ec-client bumped to 1.12.8
|
|
22
|
+
|
|
23
|
+
* @applitools/eyes bumped to 1.36.8
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## [4.31.7](https://github.com/Applitools-Dev/sdk/compare/js/eyes-images@4.31.6...js/eyes-images@4.31.7) (2025-09-16)
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Dependencies
|
|
30
|
+
|
|
31
|
+
* @applitools/logger bumped to 2.2.4
|
|
32
|
+
#### Bug Fixes
|
|
33
|
+
|
|
34
|
+
* remove duplicate tests on different sessions for same batch ([#3184](https://github.com/Applitools-Dev/sdk/issues/3184)) ([ede0d1f](https://github.com/Applitools-Dev/sdk/commit/ede0d1fd8018e14c19811903d78c273bce048f84))
|
|
35
|
+
* @applitools/core bumped to 4.47.1
|
|
36
|
+
#### Bug Fixes
|
|
37
|
+
|
|
38
|
+
* remove duplicate tests on different sessions for same batch ([#3184](https://github.com/Applitools-Dev/sdk/issues/3184)) ([ede0d1f](https://github.com/Applitools-Dev/sdk/commit/ede0d1fd8018e14c19811903d78c273bce048f84))
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
* @applitools/dom-snapshot bumped to 4.13.7
|
|
43
|
+
|
|
44
|
+
* @applitools/socket bumped to 1.3.5
|
|
45
|
+
|
|
46
|
+
* @applitools/req bumped to 1.8.4
|
|
47
|
+
|
|
48
|
+
* @applitools/dom-capture bumped to 11.6.5
|
|
49
|
+
|
|
50
|
+
* @applitools/driver bumped to 1.23.5
|
|
51
|
+
|
|
52
|
+
* @applitools/spec-driver-webdriver bumped to 1.4.5
|
|
53
|
+
|
|
54
|
+
* @applitools/spec-driver-selenium bumped to 1.7.5
|
|
55
|
+
|
|
56
|
+
* @applitools/spec-driver-puppeteer bumped to 1.6.5
|
|
57
|
+
|
|
58
|
+
* @applitools/screenshoter bumped to 3.12.5
|
|
59
|
+
|
|
60
|
+
* @applitools/nml-client bumped to 1.11.5
|
|
61
|
+
|
|
62
|
+
* @applitools/tunnel-client bumped to 1.11.2
|
|
63
|
+
|
|
64
|
+
* @applitools/ufg-client bumped to 1.17.4
|
|
65
|
+
|
|
66
|
+
* @applitools/core-base bumped to 1.27.4
|
|
67
|
+
|
|
68
|
+
* @applitools/ec-client bumped to 1.12.7
|
|
69
|
+
|
|
70
|
+
* @applitools/eyes bumped to 1.36.7
|
|
71
|
+
|
|
72
|
+
* @applitools/test-server bumped to 1.3.3
|
|
73
|
+
|
|
74
|
+
|
|
3
75
|
## [4.31.6](https://github.com/Applitools-Dev/sdk/compare/js/eyes-images@4.31.5...js/eyes-images@4.31.6) (2025-09-15)
|
|
4
76
|
|
|
5
77
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-images",
|
|
3
|
-
"version": "4.31.
|
|
3
|
+
"version": "4.31.8",
|
|
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.
|
|
43
|
+
"@applitools/eyes": "1.36.8"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@applitools/api-extractor": "^1.2.22",
|