@applitools/eyes-storybook 3.63.9 → 3.63.10
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 +12 -0
- package/package.json +13 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.63.10](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.63.9...js/eyes-storybook@3.63.10) (2026-01-27)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/core bumped to 4.56.1
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* take branch and parent from scm integration and populate in field- fld-4074 ([#3492](https://github.com/Applitools-Dev/sdk/issues/3492)) ([0af3128](https://github.com/Applitools-Dev/sdk/commit/0af31283888c2896604656251df2455d39c93cbf))
|
|
12
|
+
* @applitools/eyes bumped to 1.38.2
|
|
13
|
+
|
|
14
|
+
|
|
3
15
|
## [3.63.9](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.63.8...js/eyes-storybook@3.63.9) (2026-01-21)
|
|
4
16
|
|
|
5
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-storybook",
|
|
3
|
-
"version": "3.63.
|
|
3
|
+
"version": "3.63.10",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"applitools",
|
|
@@ -59,9 +59,9 @@
|
|
|
59
59
|
"up:framework": "cd test/fixtures/storybook-versions/${APPLITOOLS_FRAMEWORK_VERSION} && npm ci"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@applitools/core": "4.56.
|
|
62
|
+
"@applitools/core": "4.56.1",
|
|
63
63
|
"@applitools/driver": "1.25.0",
|
|
64
|
-
"@applitools/eyes": "1.38.
|
|
64
|
+
"@applitools/eyes": "1.38.2",
|
|
65
65
|
"@applitools/functional-commons": "1.6.0",
|
|
66
66
|
"@applitools/logger": "2.2.7",
|
|
67
67
|
"@applitools/monitoring-commons": "1.0.19",
|
|
@@ -106,5 +106,15 @@
|
|
|
106
106
|
},
|
|
107
107
|
"publishConfig": {
|
|
108
108
|
"access": "public"
|
|
109
|
+
},
|
|
110
|
+
"lavamoat": {
|
|
111
|
+
"allowScripts": {
|
|
112
|
+
"@applitools/core>ws>bufferutil": false,
|
|
113
|
+
"@applitools/core>ws>utf-8-validate": false,
|
|
114
|
+
"@storybook/react>@pmmmwh/react-refresh-webpack-plugin>core-js-pure": false,
|
|
115
|
+
"core-js": false,
|
|
116
|
+
"puppeteer": true,
|
|
117
|
+
"@storybook/react>core-js": false
|
|
118
|
+
}
|
|
109
119
|
}
|
|
110
120
|
}
|