@applitools/eyes-storybook 3.52.1 → 3.52.3
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 +55 -0
- package/package.json +7 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,60 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.52.3](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.52.2...js/eyes-storybook@3.52.3) (2024-11-29)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/core bumped to 4.25.0
|
|
9
|
+
#### Features
|
|
10
|
+
|
|
11
|
+
* offline cli with config ([#2646](https://github.com/Applitools-Dev/sdk/issues/2646)) ([0589dc4](https://github.com/Applitools-Dev/sdk/commit/0589dc429a0c94451e957932106f258dadfd88cc))
|
|
12
|
+
|
|
13
|
+
## [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)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Dependencies
|
|
17
|
+
|
|
18
|
+
* @applitools/dom-shared bumped to 1.0.16
|
|
19
|
+
#### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* 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))
|
|
22
|
+
* @applitools/req bumped to 1.7.4
|
|
23
|
+
#### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* 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))
|
|
26
|
+
* @applitools/core-base bumped to 1.19.3
|
|
27
|
+
#### Bug Fixes
|
|
28
|
+
|
|
29
|
+
* 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))
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
* @applitools/snaptdout bumped to 1.0.0
|
|
34
|
+
#### Bug Fixes
|
|
35
|
+
|
|
36
|
+
* tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
|
|
37
|
+
* @applitools/dom-snapshot bumped to 4.11.11
|
|
38
|
+
|
|
39
|
+
* @applitools/dom-capture bumped to 11.5.2
|
|
40
|
+
|
|
41
|
+
* @applitools/nml-client bumped to 1.8.19
|
|
42
|
+
|
|
43
|
+
* @applitools/tunnel-client bumped to 1.5.10
|
|
44
|
+
|
|
45
|
+
* @applitools/ufg-client bumped to 1.14.1
|
|
46
|
+
|
|
47
|
+
* @applitools/ec-client bumped to 1.9.15
|
|
48
|
+
|
|
49
|
+
* @applitools/core bumped to 4.24.2
|
|
50
|
+
#### Bug Fixes
|
|
51
|
+
|
|
52
|
+
* 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))
|
|
53
|
+
* 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))
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
3
58
|
## [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
59
|
|
|
5
60
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-storybook",
|
|
3
|
-
"version": "3.52.
|
|
3
|
+
"version": "3.52.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"applitools",
|
|
@@ -54,13 +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.
|
|
58
|
-
"@applitools/
|
|
57
|
+
"@applitools/core": "4.25.0",
|
|
58
|
+
"@applitools/eyes": "workdpace:*",
|
|
59
|
+
"@applitools/driver": "1.20.0",
|
|
59
60
|
"@applitools/functional-commons": "1.6.0",
|
|
60
61
|
"@applitools/logger": "2.0.19",
|
|
61
62
|
"@applitools/monitoring-commons": "1.0.19",
|
|
62
|
-
"@applitools/spec-driver-puppeteer": "1.4.
|
|
63
|
-
"@applitools/ufg-client": "1.14.
|
|
63
|
+
"@applitools/spec-driver-puppeteer": "1.4.20",
|
|
64
|
+
"@applitools/ufg-client": "1.14.1",
|
|
64
65
|
"@applitools/utils": "1.7.5",
|
|
65
66
|
"boxen": "4.2.0",
|
|
66
67
|
"chalk": "3.0.0",
|
|
@@ -75,7 +76,7 @@
|
|
|
75
76
|
},
|
|
76
77
|
"devDependencies": {
|
|
77
78
|
"@applitools/bongo": "^5.10.0",
|
|
78
|
-
"@applitools/snaptdout": "^1.0.
|
|
79
|
+
"@applitools/snaptdout": "^1.0.0",
|
|
79
80
|
"@applitools/test-server": "^1.2.2",
|
|
80
81
|
"@applitools/test-utils": "^1.5.17",
|
|
81
82
|
"@storybook/addon-interactions": "^6.4.18",
|