@applitools/core 4.30.0 → 4.30.1
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 +10 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.30.1](https://github.com/Applitools-Dev/sdk/compare/js/core@4.30.0...js/core@4.30.1) (2025-01-23)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/ufg-client bumped to 1.16.2
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* stabilize page in storybook ([#2751](https://github.com/Applitools-Dev/sdk/issues/2751)) ([2a3b85e](https://github.com/Applitools-Dev/sdk/commit/2a3b85e2b052cd44260c11622b91b8a5c94736a8))
|
|
12
|
+
|
|
3
13
|
## [4.30.0](https://github.com/Applitools-Dev/sdk/compare/js/core@4.29.1...js/core@4.30.0) (2025-01-22)
|
|
4
14
|
|
|
5
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/core",
|
|
3
|
-
"version": "4.30.
|
|
3
|
+
"version": "4.30.1",
|
|
4
4
|
"homepage": "https://applitools.com",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"@applitools/snippets": "2.6.4",
|
|
88
88
|
"@applitools/socket": "1.2.1",
|
|
89
89
|
"@applitools/spec-driver-webdriver": "1.1.24",
|
|
90
|
-
"@applitools/ufg-client": "1.16.
|
|
90
|
+
"@applitools/ufg-client": "1.16.2",
|
|
91
91
|
"@applitools/utils": "1.7.7",
|
|
92
92
|
"@types/ws": "8.5.5",
|
|
93
93
|
"abort-controller": "3.0.0",
|