@metamask-previews/bridge-status-controller 38.1.0-preview-ac84ff41 → 38.1.0-preview-7b6467c
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 +5 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
7
7
|
|
8
8
|
## [Unreleased]
|
9
9
|
|
10
|
+
### Changed
|
11
|
+
|
12
|
+
- Bump accounts related packages ([#6309](https://github.com/MetaMask/core/pull/6309))
|
13
|
+
- Bump `@metamask/keyring-api` from `^20.0.0` to `^20.1.0`
|
14
|
+
|
10
15
|
## [38.1.0]
|
11
16
|
|
12
17
|
### Changed
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@metamask-previews/bridge-status-controller",
|
3
|
-
"version": "38.1.0-preview-
|
3
|
+
"version": "38.1.0-preview-7b6467c",
|
4
4
|
"description": "Manages bridge-related status fetching functionality for MetaMask",
|
5
5
|
"keywords": [
|
6
6
|
"MetaMask",
|
@@ -49,7 +49,7 @@
|
|
49
49
|
"dependencies": {
|
50
50
|
"@metamask/base-controller": "^8.1.0",
|
51
51
|
"@metamask/controller-utils": "^11.12.0",
|
52
|
-
"@metamask/keyring-api": "^20.
|
52
|
+
"@metamask/keyring-api": "^20.1.0",
|
53
53
|
"@metamask/polling-controller": "^14.0.0",
|
54
54
|
"@metamask/superstruct": "^3.1.0",
|
55
55
|
"@metamask/utils": "^11.4.2",
|