@applitools/eyes 1.34.4 → 1.34.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +40 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,45 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.34.6](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.34.5...js/eyes@1.34.6) (2025-05-19)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * saveNewTests=false ([#2988](https://github.com/Applitools-Dev/sdk/issues/2988)) ([ac21a76](https://github.com/Applitools-Dev/sdk/commit/ac21a76f5d10dc358f94522869a8010bb537292e))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/core bumped to 4.39.1
14
+ #### Bug Fixes
15
+
16
+ * saveNewTests=false ([#2988](https://github.com/Applitools-Dev/sdk/issues/2988)) ([ac21a76](https://github.com/Applitools-Dev/sdk/commit/ac21a76f5d10dc358f94522869a8010bb537292e))
17
+
18
+ ## [1.34.5](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.34.4...js/eyes@1.34.5) (2025-05-14)
19
+
20
+
21
+ ### Dependencies
22
+
23
+ * @applitools/core-base bumped to 1.25.3
24
+ #### Performance Improvements
25
+
26
+ * batchify log event ([#2970](https://github.com/Applitools-Dev/sdk/issues/2970)) ([9b1556f](https://github.com/Applitools-Dev/sdk/commit/9b1556f0c9ddc64a52b8b3f928c18e35f6fbbc17))
27
+ * @applitools/ec-client bumped to 1.10.14
28
+
29
+ * @applitools/core bumped to 4.39.0
30
+ #### Features
31
+
32
+ * add logging for offline execution startup with system details ([#2971](https://github.com/Applitools-Dev/sdk/issues/2971)) ([82eb5cd](https://github.com/Applitools-Dev/sdk/commit/82eb5cdffe5cf1f88f20e62d50f43600b0a06361))
33
+ * mac arm binary | FLD-3010 ([#2950](https://github.com/Applitools-Dev/sdk/issues/2950)) ([0cb7f59](https://github.com/Applitools-Dev/sdk/commit/0cb7f59b851c746e12b3a8a210a505adf3230903))
34
+
35
+
36
+ #### Bug Fixes
37
+
38
+ * missing resources problem ([#2976](https://github.com/Applitools-Dev/sdk/issues/2976)) ([ab0d217](https://github.com/Applitools-Dev/sdk/commit/ab0d217d23a1df4ad24618a9bf00dc84c57cd8bc))
39
+
40
+
41
+
42
+
3
43
  ## [1.34.4](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.34.3...js/eyes@1.34.4) (2025-05-11)
4
44
 
5
45
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes",
3
- "version": "1.34.4",
3
+ "version": "1.34.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.38.2",
49
+ "@applitools/core": "4.39.1",
50
50
  "@applitools/logger": "2.1.4",
51
51
  "@applitools/utils": "1.8.2",
52
52
  "chalk": "4.1.2",