@applitools/eyes-storybook 3.44.3 → 3.45.0

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,81 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.45.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-storybook@3.44.3...js/eyes-storybook@3.45.0) (2023-11-21)
4
+
5
+
6
+ ### Features
7
+
8
+ * added notification about outdated sdk version ([#2012](https://github.com/applitools/eyes.sdk.javascript1/issues/2012)) ([0f0a646](https://github.com/applitools/eyes.sdk.javascript1/commit/0f0a6462a56e7c97f9a22173c3b63af91e220adb))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/utils bumped to 1.6.3
14
+ #### Bug Fixes
15
+
16
+ * don't throw error for missing configuration file ([#2034](https://github.com/applitools/eyes.sdk.javascript1/issues/2034)) ([d084e7b](https://github.com/applitools/eyes.sdk.javascript1/commit/d084e7bf6e1727e3969622b4e597881f18241eb3))
17
+ * @applitools/logger bumped to 2.0.13
18
+
19
+ * @applitools/req bumped to 1.6.3
20
+
21
+ * @applitools/image bumped to 1.1.8
22
+
23
+ * @applitools/dom-snapshot bumped to 4.7.14
24
+ #### Bug Fixes
25
+
26
+ * preserve css declarations order in dom-snapshot ([#2037](https://github.com/applitools/eyes.sdk.javascript1/issues/2037)) ([1381851](https://github.com/applitools/eyes.sdk.javascript1/commit/1381851d46f28ea7e7724025c4eab33c81c4e144))
27
+ * @applitools/spec-driver-webdriver bumped to 1.0.50
28
+ #### Bug Fixes
29
+
30
+ * send devtool commands in chromium ([#2039](https://github.com/applitools/eyes.sdk.javascript1/issues/2039)) ([ff42043](https://github.com/applitools/eyes.sdk.javascript1/commit/ff42043c3d9f110eb7b22ab1a8448d77859923b4))
31
+
32
+
33
+
34
+ * @applitools/spec-driver-puppeteer bumped to 1.3.0
35
+ #### Features
36
+
37
+ * added notification about outdated sdk version ([#2012](https://github.com/applitools/eyes.sdk.javascript1/issues/2012)) ([0f0a646](https://github.com/applitools/eyes.sdk.javascript1/commit/0f0a6462a56e7c97f9a22173c3b63af91e220adb))
38
+
39
+
40
+
41
+ * @applitools/core-base bumped to 1.7.3
42
+ #### Bug Fixes
43
+
44
+ * remove connection timeout in case of a long running tasks ([#2006](https://github.com/applitools/eyes.sdk.javascript1/issues/2006)) ([49a596a](https://github.com/applitools/eyes.sdk.javascript1/commit/49a596ac1b022a66b5c07ecfee458cc061891ce0))
45
+ * return result when error in the ufg ([#2020](https://github.com/applitools/eyes.sdk.javascript1/issues/2020)) ([28cdcc5](https://github.com/applitools/eyes.sdk.javascript1/commit/28cdcc5a859641d0edde032165c5068fcc580c8d))
46
+
47
+
48
+
49
+ * @applitools/socket bumped to 1.1.13
50
+
51
+ * @applitools/spec-driver-selenium bumped to 1.5.64
52
+
53
+ * @applitools/driver bumped to 1.15.1
54
+
55
+ * @applitools/screenshoter bumped to 3.8.16
56
+
57
+ * @applitools/nml-client bumped to 1.5.16
58
+
59
+ * @applitools/tunnel-client bumped to 1.3.1
60
+
61
+ * @applitools/ufg-client bumped to 1.9.8
62
+
63
+ * @applitools/ec-client bumped to 1.7.16
64
+
65
+ * @applitools/core bumped to 4.2.0
66
+ #### Features
67
+
68
+ * added notification about outdated sdk version ([#2012](https://github.com/applitools/eyes.sdk.javascript1/issues/2012)) ([0f0a646](https://github.com/applitools/eyes.sdk.javascript1/commit/0f0a6462a56e7c97f9a22173c3b63af91e220adb))
69
+ * log driver environment info to splank ([#2023](https://github.com/applitools/eyes.sdk.javascript1/issues/2023)) ([11d0546](https://github.com/applitools/eyes.sdk.javascript1/commit/11d0546e76962b4c231e140b0229b8402da27f69))
70
+
71
+
72
+ #### Bug Fixes
73
+
74
+ * return result when error in the ufg ([#2020](https://github.com/applitools/eyes.sdk.javascript1/issues/2020)) ([28cdcc5](https://github.com/applitools/eyes.sdk.javascript1/commit/28cdcc5a859641d0edde032165c5068fcc580c8d))
75
+
76
+
77
+
78
+
3
79
  ## [3.44.3](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-storybook@3.44.2...js/eyes-storybook@3.44.3) (2023-11-07)
4
80
 
5
81
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-storybook",
3
- "version": "3.44.3",
3
+ "version": "3.45.0",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "applitools",
@@ -55,14 +55,14 @@
55
55
  "up:framework": "yarn add --dev --caret @storybook/react${APPLITOOLS_FRAMEWORK_VERSION:+@$APPLITOOLS_FRAMEWORK_VERSION}"
56
56
  },
57
57
  "dependencies": {
58
- "@applitools/core": "4.1.0",
59
- "@applitools/driver": "1.15.0",
58
+ "@applitools/core": "4.2.0",
59
+ "@applitools/driver": "1.15.1",
60
60
  "@applitools/functional-commons": "1.6.0",
61
- "@applitools/logger": "2.0.12",
61
+ "@applitools/logger": "2.0.13",
62
62
  "@applitools/monitoring-commons": "1.0.19",
63
- "@applitools/spec-driver-puppeteer": "1.2.5",
64
- "@applitools/ufg-client": "1.9.7",
65
- "@applitools/utils": "1.6.2",
63
+ "@applitools/spec-driver-puppeteer": "1.3.0",
64
+ "@applitools/ufg-client": "1.9.8",
65
+ "@applitools/utils": "1.6.3",
66
66
  "boxen": "4.2.0",
67
67
  "chalk": "3.0.0",
68
68
  "detect-port": "1.3.0",
@@ -75,7 +75,7 @@
75
75
  "yargs": "17.7.2"
76
76
  },
77
77
  "devDependencies": {
78
- "@applitools/bongo": "^5.7.4",
78
+ "@applitools/bongo": "^5.7.6",
79
79
  "@applitools/sdk-shared": "0.9.15",
80
80
  "@applitools/snaptdout": "^1.0.1",
81
81
  "@applitools/test-server": "^1.2.2",
@@ -6,7 +6,14 @@ function extractEnvironment() {
6
6
  } catch {
7
7
  // NOTE: ignore error
8
8
  }
9
- return {versions};
9
+ let sdk;
10
+ try {
11
+ const {name, version} = require('../package.json');
12
+ sdk = {lang: 'js', name, currentVersion: version};
13
+ } catch {
14
+ // NOTE: ignore error
15
+ }
16
+ return {versions, sdk};
10
17
  }
11
18
 
12
19
  module.exports = {extractEnvironment};