@metamask-previews/keyring-controller 22.0.0-preview-2723071f → 22.0.1-preview-39fa8d37
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 +9 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [22.0.1]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/keyring-api` dependency from `^17.4.0` to `^18.0.0` ([#5871](https://github.com/MetaMask/core/pull/5871))
|
|
15
|
+
- Bump `@metamask/keyring-internal-api` dependency from `^6.0.1` to `^6.2.0` ([#5871](https://github.com/MetaMask/core/pull/5871))
|
|
16
|
+
|
|
10
17
|
## [22.0.0]
|
|
11
18
|
|
|
12
19
|
### Changed
|
|
@@ -782,7 +789,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
782
789
|
|
|
783
790
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
784
791
|
|
|
785
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@22.0.
|
|
792
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@22.0.1...HEAD
|
|
793
|
+
[22.0.1]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@22.0.0...@metamask/keyring-controller@22.0.1
|
|
786
794
|
[22.0.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@21.0.6...@metamask/keyring-controller@22.0.0
|
|
787
795
|
[21.0.6]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@21.0.5...@metamask/keyring-controller@21.0.6
|
|
788
796
|
[21.0.5]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@21.0.4...@metamask/keyring-controller@21.0.5
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/keyring-controller",
|
|
3
|
-
"version": "22.0.
|
|
3
|
+
"version": "22.0.1-preview-39fa8d37",
|
|
4
4
|
"description": "Stores identities seen in the wallet and manages interactions such as signing",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -54,8 +54,8 @@
|
|
|
54
54
|
"@metamask/eth-hd-keyring": "^12.0.0",
|
|
55
55
|
"@metamask/eth-sig-util": "^8.2.0",
|
|
56
56
|
"@metamask/eth-simple-keyring": "^10.0.0",
|
|
57
|
-
"@metamask/keyring-api": "^
|
|
58
|
-
"@metamask/keyring-internal-api": "^6.0
|
|
57
|
+
"@metamask/keyring-api": "^18.0.0",
|
|
58
|
+
"@metamask/keyring-internal-api": "^6.2.0",
|
|
59
59
|
"@metamask/utils": "^11.2.0",
|
|
60
60
|
"async-mutex": "^0.5.0",
|
|
61
61
|
"ethereumjs-wallet": "^1.0.1",
|