@metamask-previews/keyring-controller 23.1.0-preview-6c94ae59 → 23.1.1-preview-05b702c4
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 +6 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [23.1.1]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
|
-
- Bump `@metamask/utils` from `^11.4.2` to `^11.8.
|
|
13
|
-
- Bump `@metamask/base-controller` from `^8.3.0` to `^8.4.
|
|
14
|
+
- Bump `@metamask/utils` from `^11.4.2` to `^11.8.1` ([#6588](https://github.com/MetaMask/core/pull/6588), [#6708](https://github.com/MetaMask/core/pull/6708))
|
|
15
|
+
- Bump `@metamask/base-controller` from `^8.3.0` to `^8.4.1` ([#6632](https://github.com/MetaMask/core/pull/6632), [#6807](https://github.com/MetaMask/core/pull/6807))
|
|
14
16
|
|
|
15
17
|
## [23.1.0]
|
|
16
18
|
|
|
@@ -863,7 +865,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
863
865
|
|
|
864
866
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
865
867
|
|
|
866
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@23.1.
|
|
868
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@23.1.1...HEAD
|
|
869
|
+
[23.1.1]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@23.1.0...@metamask/keyring-controller@23.1.1
|
|
867
870
|
[23.1.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@23.0.0...@metamask/keyring-controller@23.1.0
|
|
868
871
|
[23.0.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@22.1.1...@metamask/keyring-controller@23.0.0
|
|
869
872
|
[22.1.1]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@22.1.0...@metamask/keyring-controller@22.1.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/keyring-controller",
|
|
3
|
-
"version": "23.1.
|
|
3
|
+
"version": "23.1.1-preview-05b702c4",
|
|
4
4
|
"description": "Stores identities seen in the wallet and manages interactions such as signing",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -48,14 +48,14 @@
|
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@ethereumjs/util": "^9.1.0",
|
|
51
|
-
"@metamask/base-controller": "^8.4.
|
|
51
|
+
"@metamask/base-controller": "^8.4.1",
|
|
52
52
|
"@metamask/browser-passworder": "^4.3.0",
|
|
53
53
|
"@metamask/eth-hd-keyring": "^13.0.0",
|
|
54
54
|
"@metamask/eth-sig-util": "^8.2.0",
|
|
55
55
|
"@metamask/eth-simple-keyring": "^11.0.0",
|
|
56
56
|
"@metamask/keyring-api": "^21.0.0",
|
|
57
57
|
"@metamask/keyring-internal-api": "^9.0.0",
|
|
58
|
-
"@metamask/utils": "^11.8.
|
|
58
|
+
"@metamask/utils": "^11.8.1",
|
|
59
59
|
"async-mutex": "^0.5.0",
|
|
60
60
|
"ethereumjs-wallet": "^1.0.1",
|
|
61
61
|
"immer": "^9.0.6",
|