@applitools/eyes-storybook 3.37.6 → 3.37.7

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 +57 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -4,6 +4,63 @@
4
4
 
5
5
 
6
6
 
7
+ ## [3.37.7](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-storybook@3.37.6...js/eyes-storybook@3.37.7) (2023-08-03)
8
+
9
+
10
+ ### Dependencies
11
+
12
+ * @applitools/core bumped to 3.6.6
13
+ #### Bug Fixes
14
+
15
+ * populate log event settings with env vars ([#1840](https://github.com/applitools/eyes.sdk.javascript1/issues/1840)) ([0a6af60](https://github.com/applitools/eyes.sdk.javascript1/commit/0a6af60b5b988f59b7adb03f6606b3417fbeb537))
16
+
17
+
18
+
19
+ * @applitools/core-base bumped to 1.5.0
20
+ #### Features
21
+
22
+ * add stuck request retries to all requests to UFG and Eyes ([#1826](https://github.com/applitools/eyes.sdk.javascript1/issues/1826)) ([5884d42](https://github.com/applitools/eyes.sdk.javascript1/commit/5884d428b230e3a832a2110a388ebe63a94006fc))
23
+ * mark session as component ([#1841](https://github.com/applitools/eyes.sdk.javascript1/issues/1841)) ([c579bb6](https://github.com/applitools/eyes.sdk.javascript1/commit/c579bb69de8f3bffc64e73ac8bd4fa646e96eb01))
24
+
25
+
26
+ #### Bug Fixes
27
+
28
+ * populate log event settings with env vars ([#1840](https://github.com/applitools/eyes.sdk.javascript1/issues/1840)) ([0a6af60](https://github.com/applitools/eyes.sdk.javascript1/commit/0a6af60b5b988f59b7adb03f6606b3417fbeb537))
29
+ * @applitools/driver bumped to 1.13.4
30
+ #### Bug Fixes
31
+
32
+ * extract device orientation from a browser for web executions ([d8d4e91](https://github.com/applitools/eyes.sdk.javascript1/commit/d8d4e919965fb9105915e762c397ec2cc57a8a71))
33
+
34
+
35
+
36
+ * @applitools/snippets bumped to 2.4.22
37
+ #### Bug Fixes
38
+
39
+ * improve orientation extraction for ios devices ([378d989](https://github.com/applitools/eyes.sdk.javascript1/commit/378d9894e4fbc7247087ccb8c46266dc4737e2e5))
40
+ * @applitools/ufg-client bumped to 1.6.0
41
+ #### Features
42
+
43
+ * add stuck request retries to all requests to UFG and Eyes ([#1826](https://github.com/applitools/eyes.sdk.javascript1/issues/1826)) ([5884d42](https://github.com/applitools/eyes.sdk.javascript1/commit/5884d428b230e3a832a2110a388ebe63a94006fc))
44
+
45
+
46
+ #### Bug Fixes
47
+
48
+ * improve fetch error experience when fetching from tunnel ([e7d8b49](https://github.com/applitools/eyes.sdk.javascript1/commit/e7d8b49947c07beb27f110cb4952e8c3206469af))
49
+ * @applitools/ec-client bumped to 1.7.4
50
+
51
+ * @applitools/spec-driver-webdriver bumped to 1.0.41
52
+
53
+ * @applitools/nml-client bumped to 1.5.6
54
+
55
+ * @applitools/spec-driver-webdriverio bumped to 1.5.10
56
+
57
+ * @applitools/screenshoter bumped to 3.8.7
58
+
59
+ * @applitools/spec-driver-puppeteer bumped to 1.1.72
60
+
61
+ * @applitools/spec-driver-selenium bumped to 1.5.55
62
+
63
+
7
64
  ## [3.37.6](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-storybook@3.37.5...js/eyes-storybook@3.37.6) (2023-07-27)
8
65
 
9
66
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-storybook",
3
- "version": "3.37.6",
3
+ "version": "3.37.7",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "applitools",
@@ -57,13 +57,13 @@
57
57
  "postinstall": "node src/postinstall"
58
58
  },
59
59
  "dependencies": {
60
- "@applitools/core": "3.6.5",
61
- "@applitools/driver": "1.13.3",
60
+ "@applitools/core": "3.6.6",
61
+ "@applitools/driver": "1.13.4",
62
62
  "@applitools/functional-commons": "1.6.0",
63
63
  "@applitools/logger": "2.0.7",
64
64
  "@applitools/monitoring-commons": "1.0.19",
65
- "@applitools/spec-driver-puppeteer": "1.1.71",
66
- "@applitools/ufg-client": "1.5.3",
65
+ "@applitools/spec-driver-puppeteer": "1.1.72",
66
+ "@applitools/ufg-client": "1.6.0",
67
67
  "@applitools/utils": "1.5.0",
68
68
  "boxen": "4.2.0",
69
69
  "chalk": "3.0.0",
@@ -77,7 +77,7 @@
77
77
  "yargs": "17.7.2"
78
78
  },
79
79
  "devDependencies": {
80
- "@applitools/bongo": "^5.3.0",
80
+ "@applitools/bongo": "^5.4.2",
81
81
  "@applitools/sdk-shared": "0.9.15",
82
82
  "@applitools/snaptdout": "^1.0.1",
83
83
  "@applitools/test-server": "^1.2.2",