@applitools/eyes-images 4.31.10 → 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 +43 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,48 @@
|
|
|
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
|
+
|
|
3
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)
|
|
4
47
|
|
|
5
48
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-images",
|
|
3
|
-
"version": "4.31.
|
|
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.
|
|
43
|
+
"@applitools/eyes": "1.36.11"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@applitools/api-extractor": "^1.2.22",
|