@applitools/eyes 1.39.0 → 1.40.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 +36 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.40.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.40.0...js/eyes@1.40.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
+
17
+ ## [1.40.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.39.0...js/eyes@1.40.0) (2026-04-29)
18
+
19
+
20
+ ### Features
21
+
22
+ * new render target entities | AD 13251 ([#3775](https://github.com/Applitools-Dev/sdk/issues/3775)) ([18b6107](https://github.com/Applitools-Dev/sdk/commit/18b6107937ff0f18ba0a256fec1adc6d423f03dc))
23
+
24
+
25
+ ### Dependencies
26
+
27
+ * @applitools/ufg-client bumped to 1.22.0
28
+ #### Features
29
+
30
+ * new render target entities | AD 13251 ([#3775](https://github.com/Applitools-Dev/sdk/issues/3775)) ([18b6107](https://github.com/Applitools-Dev/sdk/commit/18b6107937ff0f18ba0a256fec1adc6d423f03dc))
31
+ * @applitools/core bumped to 4.61.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
+
36
+
37
+
38
+
3
39
  ## [1.39.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.38.15...js/eyes@1.39.0) (2026-04-23)
4
40
 
5
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes",
3
- "version": "1.39.0",
3
+ "version": "1.40.1",
4
4
  "keywords": [
5
5
  "applitools",
6
6
  "eyes",
@@ -50,7 +50,7 @@
50
50
  "test": "run --top-level mocha './test/**/*.spec.ts'"
51
51
  },
52
52
  "dependencies": {
53
- "@applitools/core": "4.60.0",
53
+ "@applitools/core": "4.61.1",
54
54
  "@applitools/logger": "2.2.11",
55
55
  "@applitools/utils": "1.14.4",
56
56
  "chalk": "4.1.2",