@metamask-previews/keyring-controller 25.2.0-preview-debd7ebcd → 25.2.0-preview-9c8c0a0
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 +1 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
26
26
|
### Changed
|
|
27
27
|
|
|
28
28
|
- Bump `@metamask/messenger` from `^1.0.0` to `^1.1.1` ([#8364](https://github.com/MetaMask/core/pull/8364), [#8373](https://github.com/MetaMask/core/pull/8373))
|
|
29
|
+
- Bump `@metamask/base-controller` from `^9.0.1` to `^9.1.0` ([#8457](https://github.com/MetaMask/core/pull/8457))
|
|
29
30
|
|
|
30
31
|
## [25.2.0]
|
|
31
32
|
|
|
@@ -965,9 +966,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
965
966
|
### Added
|
|
966
967
|
|
|
967
968
|
- Initial release
|
|
968
|
-
|
|
969
969
|
- As a result of converting our shared controllers repo into a monorepo ([#831](https://github.com/MetaMask/core/pull/831)), we've created this package from select parts of [`@metamask/controllers` v33.0.0](https://github.com/MetaMask/core/tree/v33.0.0), namely:
|
|
970
|
-
|
|
971
970
|
- Everything in `src/keyring`
|
|
972
971
|
|
|
973
972
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/keyring-controller",
|
|
3
|
-
"version": "25.2.0-preview-
|
|
3
|
+
"version": "25.2.0-preview-9c8c0a0",
|
|
4
4
|
"description": "Stores identities seen in the wallet and manages interactions such as signing",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@ethereumjs/util": "^9.1.0",
|
|
57
|
-
"@metamask/base-controller": "^9.0
|
|
57
|
+
"@metamask/base-controller": "^9.1.0",
|
|
58
58
|
"@metamask/browser-passworder": "^6.0.0",
|
|
59
59
|
"@metamask/eth-hd-keyring": "^13.1.1",
|
|
60
60
|
"@metamask/eth-sig-util": "^8.2.0",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"@ethereumjs/tx": "^5.4.0",
|
|
75
75
|
"@lavamoat/allow-scripts": "^3.0.4",
|
|
76
76
|
"@lavamoat/preinstall-always-fail": "^2.1.0",
|
|
77
|
-
"@metamask/auto-changelog": "^6.
|
|
77
|
+
"@metamask/auto-changelog": "^6.1.0",
|
|
78
78
|
"@metamask/keyring-utils": "^3.1.0",
|
|
79
79
|
"@metamask/scure-bip39": "^2.1.1",
|
|
80
80
|
"@ts-bridge/cli": "^0.6.4",
|