@metamask-previews/keyring-controller 25.4.0-preview-938a7fe → 25.5.0-preview-d3f1b8bd9
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 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [25.5.0]
|
|
11
|
+
|
|
10
12
|
### Added
|
|
11
13
|
|
|
12
14
|
- Expose missing public `KeyringController` methods through its messenger ([#8674](https://github.com/MetaMask/core/pull/8674))
|
|
@@ -1006,7 +1008,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1006
1008
|
|
|
1007
1009
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
1008
1010
|
|
|
1009
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@25.
|
|
1011
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@25.5.0...HEAD
|
|
1012
|
+
[25.5.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@25.4.0...@metamask/keyring-controller@25.5.0
|
|
1010
1013
|
[25.4.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@25.3.0...@metamask/keyring-controller@25.4.0
|
|
1011
1014
|
[25.3.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@25.2.0...@metamask/keyring-controller@25.3.0
|
|
1012
1015
|
[25.2.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@25.1.1...@metamask/keyring-controller@25.2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/keyring-controller",
|
|
3
|
-
"version": "25.
|
|
3
|
+
"version": "25.5.0-preview-d3f1b8bd9",
|
|
4
4
|
"description": "Stores identities seen in the wallet and manages interactions such as signing",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"@lavamoat/allow-scripts": "^3.0.4",
|
|
76
76
|
"@lavamoat/preinstall-always-fail": "^2.1.0",
|
|
77
77
|
"@metamask/auto-changelog": "^6.1.0",
|
|
78
|
-
"@metamask/keyring-utils": "^3.1
|
|
78
|
+
"@metamask/keyring-utils": "^3.2.1",
|
|
79
79
|
"@metamask/scure-bip39": "^2.1.1",
|
|
80
80
|
"@ts-bridge/cli": "^0.6.4",
|
|
81
81
|
"@types/jest": "^29.5.14",
|