@metamask/keyring-controller
Advanced tools
+11
-1
@@ -10,2 +10,11 @@ # Changelog | ||
| ## [25.4.0] | ||
| ### Changed | ||
| - Bump `@metamask/eth-hd-keyring` from `^14.1.0` to `^14.1.1` ([#8647](https://github.com/MetaMask/core/pull/8647)) | ||
| - Bump `@metamask/eth-simple-keyring` from `^12.0.1` to `^12.0.2` ([#8647](https://github.com/MetaMask/core/pull/8647)) | ||
| - Bump `@metamask/keyring-api` from `^23.0.1` to `^23.1.0` ([#8647](https://github.com/MetaMask/core/pull/8647)) | ||
| - Bump `@metamask/keyring-internal-api` from `^11.0.0` to `^11.0.1` ([#8647](https://github.com/MetaMask/core/pull/8647)) | ||
| ## [25.3.0] | ||
@@ -986,3 +995,4 @@ | ||
| [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@25.3.0...HEAD | ||
| [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@25.4.0...HEAD | ||
| [25.4.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@25.3.0...@metamask/keyring-controller@25.4.0 | ||
| [25.3.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@25.2.0...@metamask/keyring-controller@25.3.0 | ||
@@ -989,0 +999,0 @@ [25.2.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@25.1.1...@metamask/keyring-controller@25.2.0 |
+5
-5
| { | ||
| "name": "@metamask/keyring-controller", | ||
| "version": "25.3.0", | ||
| "version": "25.4.0", | ||
| "description": "Stores identities seen in the wallet and manages interactions such as signing", | ||
@@ -59,7 +59,7 @@ "keywords": [ | ||
| "@metamask/browser-passworder": "^6.0.0", | ||
| "@metamask/eth-hd-keyring": "^14.1.0", | ||
| "@metamask/eth-hd-keyring": "^14.1.1", | ||
| "@metamask/eth-sig-util": "^8.2.0", | ||
| "@metamask/eth-simple-keyring": "^12.0.1", | ||
| "@metamask/keyring-api": "^23.0.1", | ||
| "@metamask/keyring-internal-api": "^11.0.0", | ||
| "@metamask/eth-simple-keyring": "^12.0.2", | ||
| "@metamask/keyring-api": "^23.1.0", | ||
| "@metamask/keyring-internal-api": "^11.0.1", | ||
| "@metamask/messenger": "^1.2.0", | ||
@@ -66,0 +66,0 @@ "@metamask/utils": "^11.9.0", |
813221
0.08%