@applitools/eyes 1.34.6 → 1.35.0-debug-extractLatestCommitInfo-offline-2
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 +15 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.35.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.34.6...js/eyes@1.35.0) (2025-05-20)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* ec healthcheck | AD-9783 ([#2991](https://github.com/Applitools-Dev/sdk/issues/2991)) ([63ffa66](https://github.com/Applitools-Dev/sdk/commit/63ffa66f28560c0fa1f159809d93b9b3a8aa6c6d))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* @applitools/core bumped to 4.39.3
|
|
14
|
+
#### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* should prefer updateBaselineIfNew from config over snapshot ([cfecb82](https://github.com/Applitools-Dev/sdk/commit/cfecb82ff7be9b6aaee388a90742cea97c67a9ef))
|
|
17
|
+
|
|
3
18
|
## [1.34.6](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.34.5...js/eyes@1.34.6) (2025-05-19)
|
|
4
19
|
|
|
5
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.35.0-debug-extractLatestCommitInfo-offline-2",
|
|
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.39.
|
|
49
|
+
"@applitools/core": "4.39.3-debug-extractLatestCommitInfo-offline-2",
|
|
50
50
|
"@applitools/logger": "2.1.4",
|
|
51
51
|
"@applitools/utils": "1.8.2",
|
|
52
52
|
"chalk": "4.1.2",
|