@metamask-previews/keyring-controller 19.2.0-preview-1cc9329c → 19.2.1-preview-95a6811
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 +10 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,9 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [19.2.1]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
|
-
- Bump `@metamask/keyring-
|
|
14
|
+
- Bump `@metamask/keyring-api"` from `^17.0.0` to `^17.2.0` ([#5366](https://github.com/MetaMask/core/pull/5366))
|
|
15
|
+
- Bump `@metamask/keyring-internal-api` from `^4.0.1` to `^4.0.3` ([#5356](https://github.com/MetaMask/core/pull/5356)), ([#5366](https://github.com/MetaMask/core/pull/5366))
|
|
16
|
+
|
|
17
|
+
### Fixed
|
|
18
|
+
|
|
19
|
+
- Ensure authorization contract address is provided ([#5353](https://github.com/MetaMask/core/pull/5353))
|
|
13
20
|
|
|
14
21
|
## [19.2.0]
|
|
15
22
|
|
|
@@ -683,7 +690,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
683
690
|
|
|
684
691
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
685
692
|
|
|
686
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@19.2.
|
|
693
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@19.2.1...HEAD
|
|
694
|
+
[19.2.1]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@19.2.0...@metamask/keyring-controller@19.2.1
|
|
687
695
|
[19.2.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@19.1.0...@metamask/keyring-controller@19.2.0
|
|
688
696
|
[19.1.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@19.0.7...@metamask/keyring-controller@19.1.0
|
|
689
697
|
[19.0.7]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@19.0.6...@metamask/keyring-controller@19.0.7
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/keyring-controller",
|
|
3
|
-
"version": "19.2.
|
|
3
|
+
"version": "19.2.1-preview-95a6811",
|
|
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": "^10.0.0",
|
|
55
55
|
"@metamask/eth-sig-util": "^8.2.0",
|
|
56
56
|
"@metamask/eth-simple-keyring": "^8.1.0",
|
|
57
|
-
"@metamask/keyring-api": "^17.
|
|
58
|
-
"@metamask/keyring-internal-api": "^4.0.
|
|
57
|
+
"@metamask/keyring-api": "^17.2.0",
|
|
58
|
+
"@metamask/keyring-internal-api": "^4.0.3",
|
|
59
59
|
"@metamask/utils": "^11.2.0",
|
|
60
60
|
"async-mutex": "^0.5.0",
|
|
61
61
|
"ethereumjs-wallet": "^1.0.1",
|