@applitools/eyes 1.34.3 → 1.34.5

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 +93 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,98 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.34.5](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.34.4...js/eyes@1.34.5) (2025-05-14)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/core-base bumped to 1.25.3
9
+ #### Performance Improvements
10
+
11
+ * batchify log event ([#2970](https://github.com/Applitools-Dev/sdk/issues/2970)) ([9b1556f](https://github.com/Applitools-Dev/sdk/commit/9b1556f0c9ddc64a52b8b3f928c18e35f6fbbc17))
12
+ * @applitools/ec-client bumped to 1.10.14
13
+
14
+ * @applitools/core bumped to 4.39.0
15
+ #### Features
16
+
17
+ * 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))
18
+ * mac arm binary | FLD-3010 ([#2950](https://github.com/Applitools-Dev/sdk/issues/2950)) ([0cb7f59](https://github.com/Applitools-Dev/sdk/commit/0cb7f59b851c746e12b3a8a210a505adf3230903))
19
+
20
+
21
+ #### Bug Fixes
22
+
23
+ * missing resources problem ([#2976](https://github.com/Applitools-Dev/sdk/issues/2976)) ([ab0d217](https://github.com/Applitools-Dev/sdk/commit/ab0d217d23a1df4ad24618a9bf00dc84c57cd8bc))
24
+
25
+
26
+
27
+
28
+ ## [1.34.4](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.34.3...js/eyes@1.34.4) (2025-05-11)
29
+
30
+
31
+ ### Bug Fixes
32
+
33
+ * remove redundant file readings and added rendering concurrency limit ([#2956](https://github.com/Applitools-Dev/sdk/issues/2956)) ([b970180](https://github.com/Applitools-Dev/sdk/commit/b97018010fdf12cb0d202192b22f643c16c569d5))
34
+
35
+
36
+ ### Dependencies
37
+
38
+ * @applitools/utils bumped to 1.8.2
39
+ #### Bug Fixes
40
+
41
+ * remove redundant file readings and added rendering concurrency limit ([#2956](https://github.com/Applitools-Dev/sdk/issues/2956)) ([b970180](https://github.com/Applitools-Dev/sdk/commit/b97018010fdf12cb0d202192b22f643c16c569d5))
42
+ * @applitools/core-base bumped to 1.25.2
43
+ #### Performance Improvements
44
+
45
+ * avoid retry when x-applitools-dont-retry header is presented | AD-9834 ([#2959](https://github.com/Applitools-Dev/sdk/issues/2959)) ([492dff6](https://github.com/Applitools-Dev/sdk/commit/492dff6ca431e242eb85a2c87d429f8676490e1a))
46
+
47
+
48
+
49
+ * @applitools/logger bumped to 2.1.4
50
+
51
+ * @applitools/dom-snapshot bumped to 4.11.21
52
+
53
+ * @applitools/socket bumped to 1.2.5
54
+
55
+ * @applitools/req bumped to 1.7.12
56
+
57
+ * @applitools/image bumped to 1.1.20
58
+
59
+ * @applitools/driver bumped to 1.21.4
60
+
61
+ * @applitools/spec-driver-webdriver bumped to 1.2.5
62
+
63
+ * @applitools/spec-driver-selenium bumped to 1.5.101
64
+
65
+ * @applitools/spec-driver-puppeteer bumped to 1.4.30
66
+
67
+ * @applitools/screenshoter bumped to 3.11.4
68
+
69
+ * @applitools/nml-client bumped to 1.9.4
70
+
71
+ * @applitools/tunnel-client bumped to 1.6.7
72
+
73
+ * @applitools/ufg-client bumped to 1.16.11
74
+ #### Bug Fixes
75
+
76
+ * remove redundant file readings and added rendering concurrency limit ([#2956](https://github.com/Applitools-Dev/sdk/issues/2956)) ([b970180](https://github.com/Applitools-Dev/sdk/commit/b97018010fdf12cb0d202192b22f643c16c569d5))
77
+
78
+
79
+
80
+ * @applitools/ec-client bumped to 1.10.13
81
+
82
+ * @applitools/core bumped to 4.38.2
83
+ #### Bug Fixes
84
+
85
+ * don't kill offline exectuion when one render fails | AD-9892 ([#2962](https://github.com/Applitools-Dev/sdk/issues/2962)) ([add5c43](https://github.com/Applitools-Dev/sdk/commit/add5c43892206dfaa5bf434c45e22a467fa20266))
86
+ * remove redundant file readings and added rendering concurrency limit ([#2956](https://github.com/Applitools-Dev/sdk/issues/2956)) ([b970180](https://github.com/Applitools-Dev/sdk/commit/b97018010fdf12cb0d202192b22f643c16c569d5))
87
+
88
+
89
+ #### Performance Improvements
90
+
91
+ * avoid retry when x-applitools-dont-retry header is presented | AD-9834 ([#2959](https://github.com/Applitools-Dev/sdk/issues/2959)) ([492dff6](https://github.com/Applitools-Dev/sdk/commit/492dff6ca431e242eb85a2c87d429f8676490e1a))
92
+
93
+
94
+
95
+
3
96
  ## [1.34.3](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.34.2...js/eyes@1.34.3) (2025-05-07)
4
97
 
5
98
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes",
3
- "version": "1.34.3",
3
+ "version": "1.34.5",
4
4
  "keywords": [
5
5
  "applitools",
6
6
  "eyes",
@@ -46,14 +46,14 @@
46
46
  "test": "run --top-level mocha './test/**/*.spec.ts'"
47
47
  },
48
48
  "dependencies": {
49
- "@applitools/core": "4.38.1",
50
- "@applitools/logger": "2.1.3",
51
- "@applitools/utils": "1.8.1",
49
+ "@applitools/core": "4.39.0",
50
+ "@applitools/logger": "2.1.4",
51
+ "@applitools/utils": "1.8.2",
52
52
  "chalk": "4.1.2",
53
53
  "yargs": "17.7.2"
54
54
  },
55
55
  "devDependencies": {
56
- "@applitools/req": "^1.7.11",
56
+ "@applitools/req": "^1.7.12",
57
57
  "@types/node": "^12.20.55"
58
58
  },
59
59
  "engines": {