@applitools/eyes-storybook 3.43.0 → 3.43.2

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 +51 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,56 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.43.2](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-storybook@3.43.1...js/eyes-storybook@3.43.2) (2023-09-30)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * bump ([756e2d6](https://github.com/applitools/eyes.sdk.javascript1/commit/756e2d6899b58dfa69001d70133230447b4794d3))
9
+
10
+ ## [3.43.1](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-storybook@3.43.0...js/eyes-storybook@3.43.1) (2023-09-29)
11
+
12
+
13
+ ### Dependencies
14
+
15
+ * @applitools/driver bumped to 1.14.3
16
+ #### Bug Fixes
17
+
18
+ * force native on get environment ([#1939](https://github.com/applitools/eyes.sdk.javascript1/issues/1939)) ([f42854e](https://github.com/applitools/eyes.sdk.javascript1/commit/f42854eacc769751447204143cb4d50113edc732))
19
+ * @applitools/screenshoter bumped to 3.8.13
20
+ #### Bug Fixes
21
+
22
+ * force native on get environment ([#1939](https://github.com/applitools/eyes.sdk.javascript1/issues/1939)) ([f42854e](https://github.com/applitools/eyes.sdk.javascript1/commit/f42854eacc769751447204143cb4d50113edc732))
23
+
24
+
25
+
26
+ * @applitools/ec-client bumped to 1.7.12
27
+ #### Bug Fixes
28
+
29
+ * change expiration time of the tunnel ([c019241](https://github.com/applitools/eyes.sdk.javascript1/commit/c0192411410135b23f3ae47dd62fbef67be66f1a))
30
+
31
+
32
+ #### Code Refactoring
33
+
34
+ * refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
35
+ * use Uint8Array instead of Buffer for binary data representation ([#1928](https://github.com/applitools/eyes.sdk.javascript1/issues/1928)) ([d1472ab](https://github.com/applitools/eyes.sdk.javascript1/commit/d1472ab8fd49e9a240e99a44dbf1d180b6c7a54b))
36
+
37
+
38
+
39
+ * @applitools/core-base bumped to 1.7.1
40
+ #### Bug Fixes
41
+
42
+ * send domMapping payload with correct content encoding ([2bc8e39](https://github.com/applitools/eyes.sdk.javascript1/commit/2bc8e390de1d147d84d1de24df337b8652547b6a))
43
+ * @applitools/spec-driver-webdriver bumped to 1.0.47
44
+
45
+ * @applitools/spec-driver-selenium bumped to 1.5.61
46
+
47
+ * @applitools/spec-driver-puppeteer bumped to 1.2.3
48
+
49
+ * @applitools/nml-client bumped to 1.5.13
50
+
51
+ * @applitools/core bumped to 3.11.5
52
+
53
+
3
54
  ## [3.43.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-storybook-v3.42.2...js/eyes-storybook@3.43.0) (2023-09-28)
4
55
 
5
56
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-storybook",
3
- "version": "3.43.0",
3
+ "version": "3.43.2",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "applitools",
@@ -53,12 +53,12 @@
53
53
  "postinstall": "node src/postinstall"
54
54
  },
55
55
  "dependencies": {
56
- "@applitools/core": "3.11.4",
57
- "@applitools/driver": "1.14.2",
56
+ "@applitools/core": "3.11.5",
57
+ "@applitools/driver": "1.14.3",
58
58
  "@applitools/functional-commons": "1.6.0",
59
59
  "@applitools/logger": "2.0.11",
60
60
  "@applitools/monitoring-commons": "1.0.19",
61
- "@applitools/spec-driver-puppeteer": "1.2.2",
61
+ "@applitools/spec-driver-puppeteer": "1.2.3",
62
62
  "@applitools/ufg-client": "1.9.3",
63
63
  "@applitools/utils": "1.6.1",
64
64
  "boxen": "4.2.0",