@metamask-previews/keyring-controller 25.0.0-preview-42084fe4 → 25.0.0-preview-7bc2d97e
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 +4 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
13
13
|
- Added an action to call `removeAccount` ([#7241](https://github.com/MetaMask/core/pull/7241))
|
|
14
14
|
- This action is meant to be consumed by the `MultichainAccountService` to encapsulate the act of removing a wallet when seed phrase backup fails in the clients.
|
|
15
15
|
|
|
16
|
+
### Changed
|
|
17
|
+
|
|
18
|
+
- Upgrade `@metamask/utils` from `^11.8.1` to `^11.9.0` ([#7511](https://github.com/MetaMask/core/pull/7511))
|
|
19
|
+
|
|
16
20
|
## [25.0.0]
|
|
17
21
|
|
|
18
22
|
### Added
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/keyring-controller",
|
|
3
|
-
"version": "25.0.0-preview-
|
|
3
|
+
"version": "25.0.0-preview-7bc2d97e",
|
|
4
4
|
"description": "Stores identities seen in the wallet and manages interactions such as signing",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@metamask/keyring-api": "^21.0.0",
|
|
58
58
|
"@metamask/keyring-internal-api": "^9.0.0",
|
|
59
59
|
"@metamask/messenger": "^0.3.0",
|
|
60
|
-
"@metamask/utils": "^11.
|
|
60
|
+
"@metamask/utils": "^11.9.0",
|
|
61
61
|
"async-mutex": "^0.5.0",
|
|
62
62
|
"ethereumjs-wallet": "^1.0.1",
|
|
63
63
|
"immer": "^9.0.6",
|