@applitools/eyes-storybook 3.55.0 → 3.55.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.
- package/CHANGELOG.md +56 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,61 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.55.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.55.0...js/eyes-storybook@3.55.1) (2025-04-13)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Performance Improvements
|
|
7
|
+
|
|
8
|
+
* cachify http agent ([#2466](https://github.com/Applitools-Dev/sdk/issues/2466)) ([bc2f4a1](https://github.com/Applitools-Dev/sdk/commit/bc2f4a1fae3c379f061c9199edf4c5257769fb44))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* @applitools/req bumped to 1.7.10
|
|
14
|
+
#### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* req dummy ([23ddce8](https://github.com/Applitools-Dev/sdk/commit/23ddce8e3accd4b58838ec9cd722836c10310548))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
#### Performance Improvements
|
|
20
|
+
|
|
21
|
+
* cachify http agent ([#2466](https://github.com/Applitools-Dev/sdk/issues/2466)) ([bc2f4a1](https://github.com/Applitools-Dev/sdk/commit/bc2f4a1fae3c379f061c9199edf4c5257769fb44))
|
|
22
|
+
* @applitools/core-base bumped to 1.24.0
|
|
23
|
+
#### Features
|
|
24
|
+
|
|
25
|
+
* add EYES_NETWORK_RETRY_LIMIT and EYES_NETWORK_RETRY_TIMEOUT environment variables ([#2911](https://github.com/Applitools-Dev/sdk/issues/2911)) ([7a1cca7](https://github.com/Applitools-Dev/sdk/commit/7a1cca73e7b6e5a377aea2d46171fdaab024c3c4))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
#### Bug Fixes
|
|
29
|
+
|
|
30
|
+
* core base dummy ([d445665](https://github.com/Applitools-Dev/sdk/commit/d445665e1c32e62022646c4bbdb5190fef8f4bfe))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
#### Performance Improvements
|
|
34
|
+
|
|
35
|
+
* cachify http agent ([#2466](https://github.com/Applitools-Dev/sdk/issues/2466)) ([bc2f4a1](https://github.com/Applitools-Dev/sdk/commit/bc2f4a1fae3c379f061c9199edf4c5257769fb44))
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
* @applitools/core bumped to 4.36.0
|
|
40
|
+
#### Features
|
|
41
|
+
|
|
42
|
+
* add EYES_NETWORK_RETRY_LIMIT and EYES_NETWORK_RETRY_TIMEOUT environment variables ([#2911](https://github.com/Applitools-Dev/sdk/issues/2911)) ([7a1cca7](https://github.com/Applitools-Dev/sdk/commit/7a1cca73e7b6e5a377aea2d46171fdaab024c3c4))
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
#### Bug Fixes
|
|
46
|
+
|
|
47
|
+
* basic auth protected resources | FLD-2761 | FMRI-120 ([#2444](https://github.com/Applitools-Dev/sdk/issues/2444)) ([b48cf49](https://github.com/Applitools-Dev/sdk/commit/b48cf49dec50bbf1ed2ba111608a48cf09962565))
|
|
48
|
+
* simplify sandbox creation and ensure cleanup after execution ([#2869](https://github.com/Applitools-Dev/sdk/issues/2869)) ([72c5e01](https://github.com/Applitools-Dev/sdk/commit/72c5e01307f6abd83fab365a7e235124caae0694))
|
|
49
|
+
* yarn4 pnp problem ([#2871](https://github.com/Applitools-Dev/sdk/issues/2871)) ([29b6935](https://github.com/Applitools-Dev/sdk/commit/29b69358b7ce734c495b3d2e159331c12b36a117))
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
#### Performance Improvements
|
|
53
|
+
|
|
54
|
+
* cachify http agent ([#2466](https://github.com/Applitools-Dev/sdk/issues/2466)) ([bc2f4a1](https://github.com/Applitools-Dev/sdk/commit/bc2f4a1fae3c379f061c9199edf4c5257769fb44))
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
3
59
|
## [3.55.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.54.0...js/eyes-storybook@3.55.0) (2025-04-03)
|
|
4
60
|
|
|
5
61
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-storybook",
|
|
3
|
-
"version": "3.55.
|
|
3
|
+
"version": "3.55.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"applitools",
|
|
@@ -53,9 +53,9 @@
|
|
|
53
53
|
"up:framework": "cd test/fixtures/storybook-versions/${APPLITOOLS_FRAMEWORK_VERSION} && npm ci"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@applitools/core": "4.
|
|
56
|
+
"@applitools/core": "4.36.0",
|
|
57
57
|
"@applitools/driver": "1.21.0",
|
|
58
|
-
"@applitools/eyes": "1.33.
|
|
58
|
+
"@applitools/eyes": "1.33.3",
|
|
59
59
|
"@applitools/functional-commons": "1.6.0",
|
|
60
60
|
"@applitools/logger": "2.1.2",
|
|
61
61
|
"@applitools/monitoring-commons": "1.0.19",
|