@applitools/eyes 1.33.0 → 1.33.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 +33 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.33.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.33.1...js/eyes@1.33.2) (2025-04-03)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/core bumped to 4.35.1
9
+ #### Bug Fixes
10
+
11
+ * dummy ([9b8ffef](https://github.com/Applitools-Dev/sdk/commit/9b8ffef6277015a9073caf50f5dc5741986fbf07))
12
+
13
+ ## [1.33.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.33.0...js/eyes@1.33.1) (2025-03-31)
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * @applitools/nml-client bumped to 1.9.0
19
+ #### Features
20
+
21
+ * add accessibility field to screenshot ([#2815](https://github.com/Applitools-Dev/sdk/issues/2815)) ([3d111f3](https://github.com/Applitools-Dev/sdk/commit/3d111f354c5eedeb8914f18318ccecce5fd13002))
22
+ * @applitools/core-base bumped to 1.23.0
23
+ #### Features
24
+
25
+ * add accessibility field to screenshot ([#2815](https://github.com/Applitools-Dev/sdk/issues/2815)) ([3d111f3](https://github.com/Applitools-Dev/sdk/commit/3d111f354c5eedeb8914f18318ccecce5fd13002))
26
+ * @applitools/ec-client bumped to 1.10.8
27
+
28
+ * @applitools/core bumped to 4.35.0
29
+ #### Features
30
+
31
+ * add accessibility field to screenshot ([#2815](https://github.com/Applitools-Dev/sdk/issues/2815)) ([3d111f3](https://github.com/Applitools-Dev/sdk/commit/3d111f354c5eedeb8914f18318ccecce5fd13002))
32
+
33
+
34
+
35
+
3
36
  ## [1.33.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.32.7...js/eyes@1.33.0) (2025-03-30)
4
37
 
5
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes",
3
- "version": "1.33.0",
3
+ "version": "1.33.2",
4
4
  "keywords": [
5
5
  "applitools",
6
6
  "eyes",
@@ -46,7 +46,7 @@
46
46
  "test": "run --top-level mocha './test/**/*.spec.ts'"
47
47
  },
48
48
  "dependencies": {
49
- "@applitools/core": "4.34.0",
49
+ "@applitools/core": "4.35.1",
50
50
  "@applitools/logger": "2.1.2",
51
51
  "@applitools/utils": "1.8.0",
52
52
  "chalk": "4.1.2"