@applitools/eyes 1.31.0 → 1.31.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 +58 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,63 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.31.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.31.1...js/eyes@1.31.2) (2025-01-22)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/core bumped to 4.30.0
9
+ #### Features
10
+
11
+ * regions and coded regions with android NML ([#2735](https://github.com/Applitools-Dev/sdk/issues/2735)) ([be0f670](https://github.com/Applitools-Dev/sdk/commit/be0f6707336e1308423079f4895e6df044c9ebcd))
12
+
13
+ ## [1.31.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.31.0...js/eyes@1.31.1) (2025-01-19)
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * @applitools/socket bumped to 1.2.1
19
+ #### Bug Fixes
20
+
21
+ * mask from config property ([#2739](https://github.com/Applitools-Dev/sdk/issues/2739)) ([6840624](https://github.com/Applitools-Dev/sdk/commit/6840624f5f3f56512dce96547815904adec94704))
22
+ * @applitools/req bumped to 1.7.7
23
+ #### Bug Fixes
24
+
25
+ * memory usage going high when resource is uint8array ([#2743](https://github.com/Applitools-Dev/sdk/issues/2743)) ([d06deeb](https://github.com/Applitools-Dev/sdk/commit/d06deeb845de62e96ec623efefa90ae65a703736))
26
+ * @applitools/spec-driver-webdriver bumped to 1.1.24
27
+ #### Bug Fixes
28
+
29
+ * universal core on windows ([#2736](https://github.com/Applitools-Dev/sdk/issues/2736)) ([9bd0744](https://github.com/Applitools-Dev/sdk/commit/9bd0744ca816a020973f20645aeb2460af76f44c))
30
+ * @applitools/tunnel-client bumped to 1.6.1
31
+ #### Bug Fixes
32
+
33
+ * memory usage going high when resource is uint8array ([#2743](https://github.com/Applitools-Dev/sdk/issues/2743)) ([d06deeb](https://github.com/Applitools-Dev/sdk/commit/d06deeb845de62e96ec623efefa90ae65a703736))
34
+
35
+
36
+
37
+ * @applitools/screenshoter bumped to 3.10.4
38
+
39
+ * @applitools/nml-client bumped to 1.8.23
40
+
41
+ * @applitools/ufg-client bumped to 1.16.1
42
+ #### Bug Fixes
43
+
44
+ * memory usage going high when resource is uint8array ([#2743](https://github.com/Applitools-Dev/sdk/issues/2743)) ([d06deeb](https://github.com/Applitools-Dev/sdk/commit/d06deeb845de62e96ec623efefa90ae65a703736))
45
+
46
+
47
+
48
+ * @applitools/core-base bumped to 1.22.1
49
+
50
+ * @applitools/ec-client bumped to 1.10.2
51
+
52
+ * @applitools/core bumped to 4.29.1
53
+ #### Bug Fixes
54
+
55
+ * mask from config property ([#2739](https://github.com/Applitools-Dev/sdk/issues/2739)) ([6840624](https://github.com/Applitools-Dev/sdk/commit/6840624f5f3f56512dce96547815904adec94704))
56
+ * universal core on windows ([#2736](https://github.com/Applitools-Dev/sdk/issues/2736)) ([9bd0744](https://github.com/Applitools-Dev/sdk/commit/9bd0744ca816a020973f20645aeb2460af76f44c))
57
+
58
+
59
+
60
+
3
61
  ## [1.31.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.30.0...js/eyes@1.31.0) (2025-01-13)
4
62
 
5
63
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes",
3
- "version": "1.31.0",
3
+ "version": "1.31.2",
4
4
  "keywords": [
5
5
  "applitools",
6
6
  "eyes",
@@ -46,13 +46,13 @@
46
46
  "test": "run --top-level mocha './test/**/*.spec.ts'"
47
47
  },
48
48
  "dependencies": {
49
- "@applitools/core": "4.29.0",
49
+ "@applitools/core": "4.30.0",
50
50
  "@applitools/logger": "2.1.0",
51
51
  "@applitools/utils": "1.7.7",
52
52
  "chalk": "4.1.2"
53
53
  },
54
54
  "devDependencies": {
55
- "@applitools/req": "^1.7.6",
55
+ "@applitools/req": "^1.7.7",
56
56
  "@types/node": "^12.20.55"
57
57
  },
58
58
  "engines": {