@applitools/eyes-storybook 3.52.1 → 3.52.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 +45 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,50 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.52.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.52.1...js/eyes-storybook@3.52.2) (2024-11-27)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-shared bumped to 1.0.16
9
+ #### Bug Fixes
10
+
11
+ * enhance error logging in takeScreenshots and pollify functions ([#2644](https://github.com/Applitools-Dev/sdk/issues/2644)) ([2428fa5](https://github.com/Applitools-Dev/sdk/commit/2428fa500a9fd47a803aa5aca9f79e5c5b3584f9))
12
+ * @applitools/req bumped to 1.7.4
13
+ #### Bug Fixes
14
+
15
+ * set heartbeat request timeout as the request interval ([#2587](https://github.com/Applitools-Dev/sdk/issues/2587)) ([0251d27](https://github.com/Applitools-Dev/sdk/commit/0251d27d9ed44ec247732f66904ae3d4fa4123f1))
16
+ * @applitools/core-base bumped to 1.19.3
17
+ #### Bug Fixes
18
+
19
+ * set heartbeat request timeout as the request interval ([#2587](https://github.com/Applitools-Dev/sdk/issues/2587)) ([0251d27](https://github.com/Applitools-Dev/sdk/commit/0251d27d9ed44ec247732f66904ae3d4fa4123f1))
20
+
21
+
22
+
23
+ * @applitools/snaptdout bumped to 1.0.0
24
+ #### Bug Fixes
25
+
26
+ * tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
27
+ * @applitools/dom-snapshot bumped to 4.11.11
28
+
29
+ * @applitools/dom-capture bumped to 11.5.2
30
+
31
+ * @applitools/nml-client bumped to 1.8.19
32
+
33
+ * @applitools/tunnel-client bumped to 1.5.10
34
+
35
+ * @applitools/ufg-client bumped to 1.14.1
36
+
37
+ * @applitools/ec-client bumped to 1.9.15
38
+
39
+ * @applitools/core bumped to 4.24.2
40
+ #### Bug Fixes
41
+
42
+ * don't populate branchName and parentBranchName when scm integration exists ([#2634](https://github.com/Applitools-Dev/sdk/issues/2634)) ([e45d671](https://github.com/Applitools-Dev/sdk/commit/e45d671e11ed40a82de1bd5ab22e757aff00b63f))
43
+ * enhance error logging in takeScreenshots and pollify functions ([#2644](https://github.com/Applitools-Dev/sdk/issues/2644)) ([2428fa5](https://github.com/Applitools-Dev/sdk/commit/2428fa500a9fd47a803aa5aca9f79e5c5b3584f9))
44
+
45
+
46
+
47
+
3
48
  ## [3.52.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.52.0...js/eyes-storybook@3.52.1) (2024-11-09)
4
49
 
5
50
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-storybook",
3
- "version": "3.52.1",
3
+ "version": "3.52.2",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "applitools",
@@ -54,13 +54,13 @@
54
54
  "up:framework": "cd test/fixtures/storybook-versions/${APPLITOOLS_FRAMEWORK_VERSION} && npm ci"
55
55
  },
56
56
  "dependencies": {
57
- "@applitools/core": "4.23.1",
58
- "@applitools/driver": "1.19.7",
57
+ "@applitools/core": "4.24.2",
58
+ "@applitools/driver": "1.20.0",
59
59
  "@applitools/functional-commons": "1.6.0",
60
60
  "@applitools/logger": "2.0.19",
61
61
  "@applitools/monitoring-commons": "1.0.19",
62
- "@applitools/spec-driver-puppeteer": "1.4.19",
63
- "@applitools/ufg-client": "1.14.0",
62
+ "@applitools/spec-driver-puppeteer": "1.4.20",
63
+ "@applitools/ufg-client": "1.14.1",
64
64
  "@applitools/utils": "1.7.5",
65
65
  "boxen": "4.2.0",
66
66
  "chalk": "3.0.0",
@@ -75,7 +75,7 @@
75
75
  },
76
76
  "devDependencies": {
77
77
  "@applitools/bongo": "^5.10.0",
78
- "@applitools/snaptdout": "^1.0.1",
78
+ "@applitools/snaptdout": "^1.0.0",
79
79
  "@applitools/test-server": "^1.2.2",
80
80
  "@applitools/test-utils": "^1.5.17",
81
81
  "@storybook/addon-interactions": "^6.4.18",