@metamask-previews/keyring-controller 7.4.0-preview.f0f357a → 7.5.0-preview.56ca173
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 +12 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [7.5.0]
|
|
10
|
+
### Added
|
|
11
|
+
- Add `KeyringController` messenger actions ([#1691](https://github.com/MetaMask/core/pull/1691))
|
|
12
|
+
- `KeyringController:getAccounts`
|
|
13
|
+
- `KeyringController:getKeyringsByType`
|
|
14
|
+
- `KeyringController:getKeyringForAccount`
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
- Bump `@metamask/eth-sig-util` from 6.0.0 to 7.0.0 ([#1669](https://github.com/MetaMask/core/pull/1669))
|
|
18
|
+
|
|
9
19
|
## [7.4.0]
|
|
10
20
|
### Added
|
|
11
21
|
- Add `KeyringController` messenger actions ([#1654](https://github.com/MetaMask/core/pull/1654))
|
|
@@ -171,7 +181,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
171
181
|
|
|
172
182
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
173
183
|
|
|
174
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@7.
|
|
184
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@7.5.0...HEAD
|
|
185
|
+
[7.5.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@7.4.0...@metamask/keyring-controller@7.5.0
|
|
175
186
|
[7.4.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@7.3.0...@metamask/keyring-controller@7.4.0
|
|
176
187
|
[7.3.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@7.2.0...@metamask/keyring-controller@7.3.0
|
|
177
188
|
[7.2.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@7.1.0...@metamask/keyring-controller@7.2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/keyring-controller",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.5.0-preview.56ca173",
|
|
4
4
|
"description": "Stores identities seen in the wallet and manages interactions such as signing",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@keystonehq/metamask-airgapped-keyring": "^0.13.1",
|
|
32
32
|
"@metamask/base-controller": "^3.2.1",
|
|
33
33
|
"@metamask/eth-keyring-controller": "^13.0.1",
|
|
34
|
-
"@metamask/message-manager": "^7.3.
|
|
34
|
+
"@metamask/message-manager": "^7.3.2",
|
|
35
35
|
"@metamask/preferences-controller": "^4.4.0",
|
|
36
36
|
"@metamask/utils": "^6.2.0",
|
|
37
37
|
"async-mutex": "^0.2.6",
|