@applitools/eyes-storybook 3.53.2 → 3.53.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,72 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.53.4](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.53.3...js/eyes-storybook@3.53.4) (2025-01-22)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * increase number of retries to get stories ([8fb7d2a](https://github.com/Applitools-Dev/sdk/commit/8fb7d2acafdc75fec72fbe161cda5e9e839942eb))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/core bumped to 4.30.0
14
+ #### Features
15
+
16
+ * 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))
17
+ * @applitools/eyes bumped to 1.31.2
18
+
19
+
20
+ ## [3.53.3](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.53.2...js/eyes-storybook@3.53.3) (2025-01-19)
21
+
22
+
23
+ ### Dependencies
24
+
25
+ * @applitools/socket bumped to 1.2.1
26
+ #### Bug Fixes
27
+
28
+ * mask from config property ([#2739](https://github.com/Applitools-Dev/sdk/issues/2739)) ([6840624](https://github.com/Applitools-Dev/sdk/commit/6840624f5f3f56512dce96547815904adec94704))
29
+ * @applitools/req bumped to 1.7.7
30
+ #### Bug Fixes
31
+
32
+ * 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))
33
+ * @applitools/spec-driver-webdriver bumped to 1.1.24
34
+ #### Bug Fixes
35
+
36
+ * universal core on windows ([#2736](https://github.com/Applitools-Dev/sdk/issues/2736)) ([9bd0744](https://github.com/Applitools-Dev/sdk/commit/9bd0744ca816a020973f20645aeb2460af76f44c))
37
+ * @applitools/tunnel-client bumped to 1.6.1
38
+ #### Bug Fixes
39
+
40
+ * 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))
41
+
42
+
43
+
44
+ * @applitools/screenshoter bumped to 3.10.4
45
+
46
+ * @applitools/nml-client bumped to 1.8.23
47
+
48
+ * @applitools/ufg-client bumped to 1.16.1
49
+ #### Bug Fixes
50
+
51
+ * 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))
52
+
53
+
54
+
55
+ * @applitools/core-base bumped to 1.22.1
56
+
57
+ * @applitools/ec-client bumped to 1.10.2
58
+
59
+ * @applitools/core bumped to 4.29.1
60
+ #### Bug Fixes
61
+
62
+ * mask from config property ([#2739](https://github.com/Applitools-Dev/sdk/issues/2739)) ([6840624](https://github.com/Applitools-Dev/sdk/commit/6840624f5f3f56512dce96547815904adec94704))
63
+ * universal core on windows ([#2736](https://github.com/Applitools-Dev/sdk/issues/2736)) ([9bd0744](https://github.com/Applitools-Dev/sdk/commit/9bd0744ca816a020973f20645aeb2460af76f44c))
64
+
65
+
66
+
67
+ * @applitools/eyes bumped to 1.31.1
68
+
69
+
3
70
  ## [3.53.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.53.1...js/eyes-storybook@3.53.2) (2025-01-13)
4
71
 
5
72
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-storybook",
3
- "version": "3.53.2",
3
+ "version": "3.53.4",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "applitools",
@@ -54,14 +54,14 @@
54
54
  "up:framework": "cd test/fixtures/storybook-versions/${APPLITOOLS_FRAMEWORK_VERSION} && npm ci"
55
55
  },
56
56
  "dependencies": {
57
- "@applitools/core": "4.29.0",
57
+ "@applitools/core": "4.30.0",
58
58
  "@applitools/driver": "1.20.3",
59
- "@applitools/eyes": "1.31.0",
59
+ "@applitools/eyes": "1.31.2",
60
60
  "@applitools/functional-commons": "1.6.0",
61
61
  "@applitools/logger": "2.1.0",
62
62
  "@applitools/monitoring-commons": "1.0.19",
63
63
  "@applitools/spec-driver-puppeteer": "1.4.23",
64
- "@applitools/ufg-client": "1.16.0",
64
+ "@applitools/ufg-client": "1.16.1",
65
65
  "@applitools/utils": "1.7.7",
66
66
  "boxen": "4.2.0",
67
67
  "chalk": "3.0.0",
@@ -23,7 +23,7 @@ const {extractEnvironment} = require('./extractEnvironment');
23
23
  const {makeCore} = require('@applitools/core');
24
24
  const makeGetStoriesWithConfig = require('./getStoriesWithConfig');
25
25
 
26
- const MAX_RETRIES = 10;
26
+ const MAX_RETRIES = 50;
27
27
  const RETRY_INTERVAL = 1000;
28
28
 
29
29
  async function eyesStorybook({