@applitools/eyes-cypress 3.58.16 → 3.59.1

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 +49 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,54 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.59.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes-cypress@3.59.0...js/eyes-cypress@3.59.1) (2026-05-04)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/tunnel-client bumped to 1.11.12
9
+ #### Bug Fixes
10
+
11
+ * remove deprecated uuid dependency | FLD-4179 ([#3796](https://github.com/Applitools-Dev/sdk/issues/3796)) ([b3511f0](https://github.com/Applitools-Dev/sdk/commit/b3511f070645d356aa8edf43dd57332b5917c41e))
12
+ * @applitools/ec-client bumped to 1.12.27
13
+
14
+ * @applitools/core bumped to 4.61.1
15
+
16
+ * @applitools/core-universal bumped to 1.0.13
17
+
18
+ * @applitools/eyes bumped to 1.40.1
19
+
20
+
21
+ ## [3.59.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes-cypress@3.58.16...js/eyes-cypress@3.59.0) (2026-04-29)
22
+
23
+
24
+ ### Features
25
+
26
+ * new render target entities | AD 13251 ([#3775](https://github.com/Applitools-Dev/sdk/issues/3775)) ([18b6107](https://github.com/Applitools-Dev/sdk/commit/18b6107937ff0f18ba0a256fec1adc6d423f03dc))
27
+
28
+
29
+ ### Dependencies
30
+
31
+ * @applitools/ufg-client bumped to 1.22.0
32
+ #### Features
33
+
34
+ * new render target entities | AD 13251 ([#3775](https://github.com/Applitools-Dev/sdk/issues/3775)) ([18b6107](https://github.com/Applitools-Dev/sdk/commit/18b6107937ff0f18ba0a256fec1adc6d423f03dc))
35
+ * @applitools/core bumped to 4.61.0
36
+ #### Features
37
+
38
+ * new render target entities | AD 13251 ([#3775](https://github.com/Applitools-Dev/sdk/issues/3775)) ([18b6107](https://github.com/Applitools-Dev/sdk/commit/18b6107937ff0f18ba0a256fec1adc6d423f03dc))
39
+
40
+
41
+
42
+ * @applitools/eyes bumped to 1.40.0
43
+ #### Features
44
+
45
+ * new render target entities | AD 13251 ([#3775](https://github.com/Applitools-Dev/sdk/issues/3775)) ([18b6107](https://github.com/Applitools-Dev/sdk/commit/18b6107937ff0f18ba0a256fec1adc6d423f03dc))
46
+
47
+
48
+
49
+ * @applitools/core-universal bumped to 1.0.12
50
+
51
+
3
52
  ## [3.58.16](https://github.com/Applitools-Dev/sdk/compare/js/eyes-cypress@3.58.15...js/eyes-cypress@3.58.16) (2026-04-23)
4
53
 
5
54
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-cypress",
3
- "version": "3.58.16",
3
+ "version": "3.59.1",
4
4
  "homepage": "https://applitools.com/tutorials/sdks/cypress",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "main": "./index.js",
@@ -52,9 +52,9 @@
52
52
  "setup": "run --top-level xvfb:setup"
53
53
  },
54
54
  "dependencies": {
55
- "@applitools/core": "4.60.0",
56
- "@applitools/core-universal": "1.0.11",
57
- "@applitools/eyes": "1.39.0",
55
+ "@applitools/core": "4.61.1",
56
+ "@applitools/core-universal": "1.0.13",
57
+ "@applitools/eyes": "1.40.1",
58
58
  "@applitools/functional-commons": "1.6.0",
59
59
  "@applitools/logger": "2.2.11",
60
60
  "@applitools/utils": "1.14.4",