@applitools/eyes 1.34.5 → 1.35.0-debug-extractLatestCommitInfo-offline

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 +30 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
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
+
18
+ ## [1.34.6](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.34.5...js/eyes@1.34.6) (2025-05-19)
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * saveNewTests=false ([#2988](https://github.com/Applitools-Dev/sdk/issues/2988)) ([ac21a76](https://github.com/Applitools-Dev/sdk/commit/ac21a76f5d10dc358f94522869a8010bb537292e))
24
+
25
+
26
+ ### Dependencies
27
+
28
+ * @applitools/core bumped to 4.39.1
29
+ #### Bug Fixes
30
+
31
+ * saveNewTests=false ([#2988](https://github.com/Applitools-Dev/sdk/issues/2988)) ([ac21a76](https://github.com/Applitools-Dev/sdk/commit/ac21a76f5d10dc358f94522869a8010bb537292e))
32
+
3
33
  ## [1.34.5](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.34.4...js/eyes@1.34.5) (2025-05-14)
4
34
 
5
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes",
3
- "version": "1.34.5",
3
+ "version": "1.35.0-debug-extractLatestCommitInfo-offline",
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.0",
49
+ "@applitools/core": "4.39.3-debug-extractLatestCommitInfo-offline",
50
50
  "@applitools/logger": "2.1.4",
51
51
  "@applitools/utils": "1.8.2",
52
52
  "chalk": "4.1.2",