@applitools/eyes 1.36.0 → 1.36.2

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 +88 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,93 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.36.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.36.1...js/eyes@1.36.2) (2025-08-21)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-snapshot bumped to 4.13.3
9
+
10
+ * @applitools/socket bumped to 1.3.3
11
+ #### Bug Fixes
12
+
13
+ * tunnel uncaught error | FLD-3356 ([#3128](https://github.com/Applitools-Dev/sdk/issues/3128)) ([ed5fb8a](https://github.com/Applitools-Dev/sdk/commit/ed5fb8aad596ec0d8b45a89077a7765c24ae8a8e))
14
+ * @applitools/driver bumped to 1.23.3
15
+ #### Bug Fixes
16
+
17
+ * make orientation more robust | FLD-3470 ([#3166](https://github.com/Applitools-Dev/sdk/issues/3166)) ([3745427](https://github.com/Applitools-Dev/sdk/commit/37454279234b085dc9a159077b3f278cdccc203a))
18
+ * @applitools/spec-driver-webdriver bumped to 1.4.3
19
+
20
+ * @applitools/spec-driver-selenium bumped to 1.7.3
21
+
22
+ * @applitools/spec-driver-puppeteer bumped to 1.6.3
23
+
24
+ * @applitools/screenshoter bumped to 3.12.3
25
+
26
+ * @applitools/nml-client bumped to 1.11.3
27
+
28
+ * @applitools/tunnel-client bumped to 1.10.4
29
+ #### Bug Fixes
30
+
31
+ * tunnel uncaught error | FLD-3356 ([#3128](https://github.com/Applitools-Dev/sdk/issues/3128)) ([ed5fb8a](https://github.com/Applitools-Dev/sdk/commit/ed5fb8aad596ec0d8b45a89077a7765c24ae8a8e))
32
+
33
+
34
+
35
+ * @applitools/ec-client bumped to 1.12.4
36
+
37
+ * @applitools/core bumped to 4.44.4
38
+
39
+
40
+ ## [1.36.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.36.0...js/eyes@1.36.1) (2025-08-12)
41
+
42
+
43
+ ### Dependencies
44
+
45
+ * @applitools/utils bumped to 1.11.1
46
+ #### Bug Fixes
47
+
48
+ * downgrade uuid to 9.0.1 ([#3169](https://github.com/Applitools-Dev/sdk/issues/3169)) ([30be8e3](https://github.com/Applitools-Dev/sdk/commit/30be8e35802b2c8bc970f62fdbd2d128f5a77fb7))
49
+ * @applitools/logger bumped to 2.2.2
50
+
51
+ * @applitools/dom-snapshot bumped to 4.13.2
52
+
53
+ * @applitools/socket bumped to 1.3.2
54
+
55
+ * @applitools/req bumped to 1.8.2
56
+
57
+ * @applitools/image bumped to 1.2.2
58
+
59
+ * @applitools/dom-capture bumped to 11.6.2
60
+
61
+ * @applitools/driver bumped to 1.23.2
62
+
63
+ * @applitools/spec-driver-webdriver bumped to 1.4.2
64
+
65
+ * @applitools/spec-driver-selenium bumped to 1.7.2
66
+
67
+ * @applitools/spec-driver-puppeteer bumped to 1.6.2
68
+
69
+ * @applitools/screenshoter bumped to 3.12.2
70
+
71
+ * @applitools/nml-client bumped to 1.11.2
72
+
73
+ * @applitools/tunnel-client bumped to 1.10.3
74
+
75
+ * @applitools/ufg-client bumped to 1.17.2
76
+
77
+ * @applitools/core-base bumped to 1.27.2
78
+
79
+ * @applitools/ec-client bumped to 1.12.3
80
+
81
+ * @applitools/core bumped to 4.44.3
82
+ #### Bug Fixes
83
+
84
+ * downgrade uuid to 9.0.1 ([#3169](https://github.com/Applitools-Dev/sdk/issues/3169)) ([30be8e3](https://github.com/Applitools-Dev/sdk/commit/30be8e35802b2c8bc970f62fdbd2d128f5a77fb7))
85
+
86
+
87
+
88
+ * @applitools/test-server bumped to 1.3.1
89
+
90
+
3
91
  ## [1.36.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.35.3...js/eyes@1.36.0) (2025-08-05)
4
92
 
5
93
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes",
3
- "version": "1.36.0",
3
+ "version": "1.36.2",
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.44.2",
50
- "@applitools/logger": "2.2.1",
51
- "@applitools/utils": "1.11.0",
49
+ "@applitools/core": "4.44.4",
50
+ "@applitools/logger": "2.2.2",
51
+ "@applitools/utils": "1.11.1",
52
52
  "chalk": "4.1.2",
53
53
  "yargs": "17.7.2"
54
54
  },
55
55
  "devDependencies": {
56
- "@applitools/req": "^1.8.1",
56
+ "@applitools/req": "^1.8.2",
57
57
  "@types/node": "^12.20.55"
58
58
  },
59
59
  "engines": {