@applitools/eyes-images 4.29.2 → 4.29.4

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 +62 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,67 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.29.4](https://github.com/Applitools-Dev/sdk/compare/js/eyes-images@4.29.3...js/eyes-images@4.29.4) (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
+ * @applitools/eyes bumped to 1.31.2
13
+
14
+
15
+ ## [4.29.3](https://github.com/Applitools-Dev/sdk/compare/js/eyes-images@4.29.2...js/eyes-images@4.29.3) (2025-01-19)
16
+
17
+
18
+ ### Dependencies
19
+
20
+ * @applitools/socket bumped to 1.2.1
21
+ #### Bug Fixes
22
+
23
+ * mask from config property ([#2739](https://github.com/Applitools-Dev/sdk/issues/2739)) ([6840624](https://github.com/Applitools-Dev/sdk/commit/6840624f5f3f56512dce96547815904adec94704))
24
+ * @applitools/req bumped to 1.7.7
25
+ #### Bug Fixes
26
+
27
+ * 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))
28
+ * @applitools/spec-driver-webdriver bumped to 1.1.24
29
+ #### Bug Fixes
30
+
31
+ * universal core on windows ([#2736](https://github.com/Applitools-Dev/sdk/issues/2736)) ([9bd0744](https://github.com/Applitools-Dev/sdk/commit/9bd0744ca816a020973f20645aeb2460af76f44c))
32
+ * @applitools/ufg-client bumped to 1.16.1
33
+ #### Bug Fixes
34
+
35
+ * 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))
36
+
37
+
38
+
39
+ * @applitools/core bumped to 4.29.1
40
+ #### Bug Fixes
41
+
42
+ * mask from config property ([#2739](https://github.com/Applitools-Dev/sdk/issues/2739)) ([6840624](https://github.com/Applitools-Dev/sdk/commit/6840624f5f3f56512dce96547815904adec94704))
43
+ * universal core on windows ([#2736](https://github.com/Applitools-Dev/sdk/issues/2736)) ([9bd0744](https://github.com/Applitools-Dev/sdk/commit/9bd0744ca816a020973f20645aeb2460af76f44c))
44
+
45
+
46
+
47
+ * @applitools/screenshoter bumped to 3.10.4
48
+
49
+ * @applitools/nml-client bumped to 1.8.23
50
+
51
+ * @applitools/tunnel-client bumped to 1.6.1
52
+ #### Bug Fixes
53
+
54
+ * 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))
55
+
56
+
57
+
58
+ * @applitools/core-base bumped to 1.22.1
59
+
60
+ * @applitools/ec-client bumped to 1.10.2
61
+
62
+ * @applitools/eyes bumped to 1.31.1
63
+
64
+
3
65
  ## [4.29.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes-images@4.29.1...js/eyes-images@4.29.2) (2025-01-13)
4
66
 
5
67
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-images",
3
- "version": "4.29.2",
3
+ "version": "4.29.4",
4
4
  "description": "The simplest implementation of Applitools Eyes SDK, uploads images for validation",
5
5
  "keywords": [
6
6
  "eyes-images",
@@ -40,7 +40,7 @@
40
40
  "test:coverage": "APPLITOOLS_SHOW_LOGS=true APPLITOOLS_LOG_FILE=\"./logs/$(uuidgen).log\" APPLITOOLS_BATCH_NAME='JS Coverage Tests: eyes-images' APPLITOOLS_BATCH_ID=$(uuidgen) MOCHA_GROUP=coverage run --top-level mocha './test/generated-coverage/*.spec.js' --parallel --jobs ${MOCHA_JOBS:-15}"
41
41
  },
42
42
  "dependencies": {
43
- "@applitools/eyes": "1.31.0"
43
+ "@applitools/eyes": "1.31.2"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@applitools/api-extractor": "^1.2.22",