@applitools/eyes 1.34.3 → 1.34.4

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 +68 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,73 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.34.4](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.34.3...js/eyes@1.34.4) (2025-05-11)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * 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))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/utils bumped to 1.8.2
14
+ #### Bug Fixes
15
+
16
+ * 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))
17
+ * @applitools/core-base bumped to 1.25.2
18
+ #### Performance Improvements
19
+
20
+ * 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))
21
+
22
+
23
+
24
+ * @applitools/logger bumped to 2.1.4
25
+
26
+ * @applitools/dom-snapshot bumped to 4.11.21
27
+
28
+ * @applitools/socket bumped to 1.2.5
29
+
30
+ * @applitools/req bumped to 1.7.12
31
+
32
+ * @applitools/image bumped to 1.1.20
33
+
34
+ * @applitools/driver bumped to 1.21.4
35
+
36
+ * @applitools/spec-driver-webdriver bumped to 1.2.5
37
+
38
+ * @applitools/spec-driver-selenium bumped to 1.5.101
39
+
40
+ * @applitools/spec-driver-puppeteer bumped to 1.4.30
41
+
42
+ * @applitools/screenshoter bumped to 3.11.4
43
+
44
+ * @applitools/nml-client bumped to 1.9.4
45
+
46
+ * @applitools/tunnel-client bumped to 1.6.7
47
+
48
+ * @applitools/ufg-client bumped to 1.16.11
49
+ #### Bug Fixes
50
+
51
+ * 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))
52
+
53
+
54
+
55
+ * @applitools/ec-client bumped to 1.10.13
56
+
57
+ * @applitools/core bumped to 4.38.2
58
+ #### Bug Fixes
59
+
60
+ * 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))
61
+ * 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))
62
+
63
+
64
+ #### Performance Improvements
65
+
66
+ * 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))
67
+
68
+
69
+
70
+
3
71
  ## [1.34.3](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.34.2...js/eyes@1.34.3) (2025-05-07)
4
72
 
5
73
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes",
3
- "version": "1.34.3",
3
+ "version": "1.34.4",
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.38.2",
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": {