@applitools/eyes 1.32.4 → 1.32.6
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 +24 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.32.6](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.32.5...js/eyes@1.32.6) (2025-03-06)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/core bumped to 4.32.2
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* add environment variable aliases (_NAME suffix) ([#2791](https://github.com/Applitools-Dev/sdk/issues/2791)) ([67501a4](https://github.com/Applitools-Dev/sdk/commit/67501a4f5491319ca62949a56ee03face08a59e5))
|
|
12
|
+
* support test concurrency in offline mode ([#2831](https://github.com/Applitools-Dev/sdk/issues/2831)) ([3b7d137](https://github.com/Applitools-Dev/sdk/commit/3b7d137a9b34bb5c564e0a5c7d3fb2520ef8a167))
|
|
13
|
+
|
|
14
|
+
## [1.32.5](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.32.4...js/eyes@1.32.5) (2025-03-04)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Dependencies
|
|
18
|
+
|
|
19
|
+
* @applitools/ufg-client bumped to 1.16.7
|
|
20
|
+
#### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* handle failure for large body in render request ([a4d2c1a](https://github.com/Applitools-Dev/sdk/commit/a4d2c1a408c8ed31ecd5446415dc8af04eb7b688))
|
|
23
|
+
* trigger release ([#2829](https://github.com/Applitools-Dev/sdk/issues/2829)) ([c9ea327](https://github.com/Applitools-Dev/sdk/commit/c9ea327c806163e23031be7c0b5b40bf02dbebc3))
|
|
24
|
+
* @applitools/core bumped to 4.32.1
|
|
25
|
+
|
|
26
|
+
|
|
3
27
|
## [1.32.4](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.32.3...js/eyes@1.32.4) (2025-03-04)
|
|
4
28
|
|
|
5
29
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes",
|
|
3
|
-
"version": "1.32.
|
|
3
|
+
"version": "1.32.6",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"applitools",
|
|
6
6
|
"eyes",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"test": "run --top-level mocha './test/**/*.spec.ts'"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@applitools/core": "4.32.
|
|
49
|
+
"@applitools/core": "4.32.2",
|
|
50
50
|
"@applitools/logger": "2.1.1",
|
|
51
51
|
"@applitools/utils": "1.7.8",
|
|
52
52
|
"chalk": "4.1.2"
|