@applitools/eyes-cypress 3.54.0 → 3.54.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 +97 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,102 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.54.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes-cypress@3.54.1...js/eyes-cypress@3.54.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
+ * @applitools/eyes bumped to 1.36.2
40
+
41
+
42
+ ## [3.54.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes-cypress@3.54.0...js/eyes-cypress@3.54.1) (2025-08-12)
43
+
44
+
45
+ ### Bug Fixes
46
+
47
+ * downgrade uuid to 9.0.1 ([#3169](https://github.com/Applitools-Dev/sdk/issues/3169)) ([30be8e3](https://github.com/Applitools-Dev/sdk/commit/30be8e35802b2c8bc970f62fdbd2d128f5a77fb7))
48
+
49
+
50
+ ### Dependencies
51
+
52
+ * @applitools/utils bumped to 1.11.1
53
+ #### Bug Fixes
54
+
55
+ * downgrade uuid to 9.0.1 ([#3169](https://github.com/Applitools-Dev/sdk/issues/3169)) ([30be8e3](https://github.com/Applitools-Dev/sdk/commit/30be8e35802b2c8bc970f62fdbd2d128f5a77fb7))
56
+ * @applitools/logger bumped to 2.2.2
57
+
58
+ * @applitools/dom-snapshot bumped to 4.13.2
59
+
60
+ * @applitools/socket bumped to 1.3.2
61
+
62
+ * @applitools/req bumped to 1.8.2
63
+
64
+ * @applitools/image bumped to 1.2.2
65
+
66
+ * @applitools/dom-capture bumped to 11.6.2
67
+
68
+ * @applitools/driver bumped to 1.23.2
69
+
70
+ * @applitools/spec-driver-webdriver bumped to 1.4.2
71
+
72
+ * @applitools/spec-driver-selenium bumped to 1.7.2
73
+
74
+ * @applitools/spec-driver-puppeteer bumped to 1.6.2
75
+
76
+ * @applitools/screenshoter bumped to 3.12.2
77
+
78
+ * @applitools/nml-client bumped to 1.11.2
79
+
80
+ * @applitools/tunnel-client bumped to 1.10.3
81
+
82
+ * @applitools/ufg-client bumped to 1.17.2
83
+
84
+ * @applitools/core-base bumped to 1.27.2
85
+
86
+ * @applitools/ec-client bumped to 1.12.3
87
+
88
+ * @applitools/core bumped to 4.44.3
89
+ #### Bug Fixes
90
+
91
+ * downgrade uuid to 9.0.1 ([#3169](https://github.com/Applitools-Dev/sdk/issues/3169)) ([30be8e3](https://github.com/Applitools-Dev/sdk/commit/30be8e35802b2c8bc970f62fdbd2d128f5a77fb7))
92
+
93
+
94
+
95
+ * @applitools/eyes bumped to 1.36.1
96
+
97
+ * @applitools/test-server bumped to 1.3.1
98
+
99
+
3
100
  ## [3.54.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes-cypress@3.53.2...js/eyes-cypress@3.54.0) (2025-08-05)
4
101
 
5
102
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-cypress",
3
- "version": "3.54.0",
3
+ "version": "3.54.2",
4
4
  "homepage": "https://applitools.com/tutorials/sdks/cypress",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "main": "./index.js",
@@ -52,11 +52,11 @@
52
52
  "setup": "run --top-level xvfb:setup"
53
53
  },
54
54
  "dependencies": {
55
- "@applitools/core": "4.44.2",
56
- "@applitools/eyes": "1.36.0",
55
+ "@applitools/core": "4.44.4",
56
+ "@applitools/eyes": "1.36.2",
57
57
  "@applitools/functional-commons": "1.6.0",
58
- "@applitools/logger": "2.2.1",
59
- "@applitools/utils": "1.11.0",
58
+ "@applitools/logger": "2.2.2",
59
+ "@applitools/utils": "1.11.1",
60
60
  "boxen": "5.1.2",
61
61
  "chalk": "3.0.0",
62
62
  "semver": "7.6.2",
@@ -68,7 +68,7 @@
68
68
  "@applitools/bongo": "^5.10.0",
69
69
  "@applitools/generic": "^3.9.2",
70
70
  "@applitools/snaptdout": "^1.1.0",
71
- "@applitools/test-server": "^1.3.0",
71
+ "@applitools/test-server": "^1.3.1",
72
72
  "@applitools/test-utils": "^1.5.17",
73
73
  "@types/he": "^1",
74
74
  "@types/node": "^12.20.55",