@applitools/eyes-cypress 3.49.1 → 3.49.3

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 +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,67 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.49.3](https://github.com/Applitools-Dev/sdk/compare/js/eyes-cypress@3.49.2...js/eyes-cypress@3.49.3) (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
+ ## [3.49.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes-cypress@3.49.1...js/eyes-cypress@3.49.2) (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/tunnel-client bumped to 1.6.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/screenshoter bumped to 3.10.4
40
+
41
+ * @applitools/nml-client bumped to 1.8.23
42
+
43
+ * @applitools/ufg-client bumped to 1.16.1
44
+ #### Bug Fixes
45
+
46
+ * 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))
47
+
48
+
49
+
50
+ * @applitools/core-base bumped to 1.22.1
51
+
52
+ * @applitools/ec-client bumped to 1.10.2
53
+
54
+ * @applitools/core bumped to 4.29.1
55
+ #### Bug Fixes
56
+
57
+ * mask from config property ([#2739](https://github.com/Applitools-Dev/sdk/issues/2739)) ([6840624](https://github.com/Applitools-Dev/sdk/commit/6840624f5f3f56512dce96547815904adec94704))
58
+ * universal core on windows ([#2736](https://github.com/Applitools-Dev/sdk/issues/2736)) ([9bd0744](https://github.com/Applitools-Dev/sdk/commit/9bd0744ca816a020973f20645aeb2460af76f44c))
59
+
60
+
61
+
62
+ * @applitools/eyes bumped to 1.31.1
63
+
64
+
3
65
  ## [3.49.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes-cypress@3.49.0...js/eyes-cypress@3.49.1) (2025-01-13)
4
66
 
5
67
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-cypress",
3
- "version": "3.49.1",
3
+ "version": "3.49.3",
4
4
  "homepage": "https://applitools.com/docs/api-ref/sdk-api/cypress/",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "main": "./index.js",
@@ -54,8 +54,8 @@
54
54
  "setup": "run --top-level xvfb:setup"
55
55
  },
56
56
  "dependencies": {
57
- "@applitools/core": "4.29.0",
58
- "@applitools/eyes": "1.31.0",
57
+ "@applitools/core": "4.30.0",
58
+ "@applitools/eyes": "1.31.2",
59
59
  "@applitools/functional-commons": "1.6.0",
60
60
  "@applitools/logger": "2.1.0",
61
61
  "@applitools/utils": "1.7.7",