@applitools/eyes 1.34.2 → 1.34.3-debug-20250507.0

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 +75 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,80 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.34.3](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.34.2...js/eyes@1.34.3) (2025-05-07)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/utils bumped to 1.8.1
9
+ #### Bug Fixes
10
+
11
+ * offline test dist readings | AD-9894 ([#2945](https://github.com/Applitools-Dev/sdk/issues/2945)) ([92293f4](https://github.com/Applitools-Dev/sdk/commit/92293f40ddbbb015fba224a70158bbd0cdbcf799))
12
+ * @applitools/logger bumped to 2.1.3
13
+ #### Bug Fixes
14
+
15
+ * silent tunnel warning | AD-9842 ([#2932](https://github.com/Applitools-Dev/sdk/issues/2932)) ([e83a2ff](https://github.com/Applitools-Dev/sdk/commit/e83a2fffc5c73edda8c52c101356f94d0c600959))
16
+
17
+
18
+
19
+ * @applitools/dom-snapshot bumped to 4.11.20
20
+
21
+ * @applitools/req bumped to 1.7.11
22
+
23
+ * @applitools/image bumped to 1.1.19
24
+
25
+ * @applitools/spec-driver-webdriver bumped to 1.2.4
26
+
27
+ * @applitools/spec-driver-puppeteer bumped to 1.4.29
28
+
29
+ * @applitools/nml-client bumped to 1.9.3
30
+
31
+ * @applitools/tunnel-client bumped to 1.6.6
32
+ #### Bug Fixes
33
+
34
+ * silent tunnel warning | AD-9842 ([#2932](https://github.com/Applitools-Dev/sdk/issues/2932)) ([e83a2ff](https://github.com/Applitools-Dev/sdk/commit/e83a2fffc5c73edda8c52c101356f94d0c600959))
35
+
36
+
37
+
38
+ * @applitools/ufg-client bumped to 1.16.10
39
+ #### Bug Fixes
40
+
41
+ * improve retry timeout logic in makeReqUFG function | AD-9895 ([#2949](https://github.com/Applitools-Dev/sdk/issues/2949)) ([f6c7048](https://github.com/Applitools-Dev/sdk/commit/f6c704846faa3d16bf3df01d289e5961363d88ae))
42
+ * offline test dist readings | AD-9894 ([#2945](https://github.com/Applitools-Dev/sdk/issues/2945)) ([92293f4](https://github.com/Applitools-Dev/sdk/commit/92293f40ddbbb015fba224a70158bbd0cdbcf799))
43
+
44
+
45
+ #### Code Refactoring
46
+
47
+ * simplify upload resources logic ([#2952](https://github.com/Applitools-Dev/sdk/issues/2952)) ([9918341](https://github.com/Applitools-Dev/sdk/commit/9918341567b6c0148c7ea957932bd4f57896c1fb))
48
+
49
+
50
+
51
+ * @applitools/socket bumped to 1.2.4
52
+
53
+ * @applitools/driver bumped to 1.21.3
54
+
55
+ * @applitools/spec-driver-selenium bumped to 1.5.100
56
+
57
+ * @applitools/screenshoter bumped to 3.11.3
58
+
59
+ * @applitools/core-base bumped to 1.25.1
60
+
61
+ * @applitools/ec-client bumped to 1.10.12
62
+
63
+ * @applitools/core bumped to 4.38.1
64
+ #### Bug Fixes
65
+
66
+ * improve retry timeout logic in makeReqUFG function | AD-9895 ([#2949](https://github.com/Applitools-Dev/sdk/issues/2949)) ([f6c7048](https://github.com/Applitools-Dev/sdk/commit/f6c704846faa3d16bf3df01d289e5961363d88ae))
67
+ * offline test dist readings | AD-9894 ([#2945](https://github.com/Applitools-Dev/sdk/issues/2945)) ([92293f4](https://github.com/Applitools-Dev/sdk/commit/92293f40ddbbb015fba224a70158bbd0cdbcf799))
68
+ * silent tunnel warning | AD-9842 ([#2932](https://github.com/Applitools-Dev/sdk/issues/2932)) ([e83a2ff](https://github.com/Applitools-Dev/sdk/commit/e83a2fffc5c73edda8c52c101356f94d0c600959))
69
+
70
+
71
+ #### Code Refactoring
72
+
73
+ * simplify upload resources logic ([#2952](https://github.com/Applitools-Dev/sdk/issues/2952)) ([9918341](https://github.com/Applitools-Dev/sdk/commit/9918341567b6c0148c7ea957932bd4f57896c1fb))
74
+
75
+
76
+
77
+
3
78
  ## [1.34.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.34.1...js/eyes@1.34.2) (2025-04-30)
4
79
 
5
80
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes",
3
- "version": "1.34.2",
3
+ "version": "1.34.3-debug-20250507.0",
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.0",
50
- "@applitools/logger": "2.1.2",
51
- "@applitools/utils": "1.8.0",
49
+ "@applitools/core": "4.38.1-debug-20250507.0",
50
+ "@applitools/logger": "2.1.3",
51
+ "@applitools/utils": "1.8.1-debug-20250507.0",
52
52
  "chalk": "4.1.2",
53
53
  "yargs": "17.7.2"
54
54
  },
55
55
  "devDependencies": {
56
- "@applitools/req": "^1.7.10",
56
+ "@applitools/req": "^1.7.11",
57
57
  "@types/node": "^12.20.55"
58
58
  },
59
59
  "engines": {