@metamask-previews/keyring-controller 25.3.0-preview-95a687acf → 25.4.0-preview-53e60e1a5
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 +11 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [25.4.0]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/eth-hd-keyring` from `^14.1.0` to `^14.1.1` ([#8647](https://github.com/MetaMask/core/pull/8647))
|
|
15
|
+
- Bump `@metamask/eth-simple-keyring` from `^12.0.1` to `^12.0.2` ([#8647](https://github.com/MetaMask/core/pull/8647))
|
|
16
|
+
- Bump `@metamask/keyring-api` from `^23.0.1` to `^23.1.0` ([#8647](https://github.com/MetaMask/core/pull/8647))
|
|
17
|
+
- Bump `@metamask/keyring-internal-api` from `^11.0.0` to `^11.0.1` ([#8647](https://github.com/MetaMask/core/pull/8647))
|
|
18
|
+
|
|
10
19
|
## [25.3.0]
|
|
11
20
|
|
|
12
21
|
### Added
|
|
@@ -982,7 +991,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
982
991
|
|
|
983
992
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
984
993
|
|
|
985
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@25.
|
|
994
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@25.4.0...HEAD
|
|
995
|
+
[25.4.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@25.3.0...@metamask/keyring-controller@25.4.0
|
|
986
996
|
[25.3.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@25.2.0...@metamask/keyring-controller@25.3.0
|
|
987
997
|
[25.2.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@25.1.1...@metamask/keyring-controller@25.2.0
|
|
988
998
|
[25.1.1]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@25.1.0...@metamask/keyring-controller@25.1.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/keyring-controller",
|
|
3
|
-
"version": "25.
|
|
3
|
+
"version": "25.4.0-preview-53e60e1a5",
|
|
4
4
|
"description": "Stores identities seen in the wallet and manages interactions such as signing",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -56,11 +56,11 @@
|
|
|
56
56
|
"@ethereumjs/util": "^9.1.0",
|
|
57
57
|
"@metamask/base-controller": "^9.1.0",
|
|
58
58
|
"@metamask/browser-passworder": "^6.0.0",
|
|
59
|
-
"@metamask/eth-hd-keyring": "^14.1.
|
|
59
|
+
"@metamask/eth-hd-keyring": "^14.1.1",
|
|
60
60
|
"@metamask/eth-sig-util": "^8.2.0",
|
|
61
|
-
"@metamask/eth-simple-keyring": "^12.0.
|
|
62
|
-
"@metamask/keyring-api": "^23.0
|
|
63
|
-
"@metamask/keyring-internal-api": "^11.0.
|
|
61
|
+
"@metamask/eth-simple-keyring": "^12.0.2",
|
|
62
|
+
"@metamask/keyring-api": "^23.1.0",
|
|
63
|
+
"@metamask/keyring-internal-api": "^11.0.1",
|
|
64
64
|
"@metamask/messenger": "^1.2.0",
|
|
65
65
|
"@metamask/utils": "^11.9.0",
|
|
66
66
|
"async-mutex": "^0.5.0",
|