@metamask-previews/keyring-utils 3.1.0-feb98c5 → 3.2.0-018fb62
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 +8 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- Bump `@metamask/utils` from `^11.1.0` to `^11.10.0` ([#489](https://github.com/MetaMask/accounts/pull/489))
|
|
13
|
+
|
|
14
|
+
## [3.2.0]
|
|
15
|
+
|
|
10
16
|
### Added
|
|
11
17
|
|
|
12
18
|
- Add `EthKeyring` alias export for the legacy `Keyring` type ([#404](https://github.com/MetaMask/accounts/pull/404))
|
|
@@ -113,7 +119,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
113
119
|
- This new version fixes a bug with CJS re-exports.
|
|
114
120
|
- Initial release ([#24](https://github.com/MetaMask/accounts/pull/24))
|
|
115
121
|
|
|
116
|
-
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@3.
|
|
122
|
+
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@3.2.0...HEAD
|
|
123
|
+
[3.2.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@3.1.0...@metamask/keyring-utils@3.2.0
|
|
117
124
|
[3.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@3.0.0...@metamask/keyring-utils@3.1.0
|
|
118
125
|
[3.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@2.3.1...@metamask/keyring-utils@3.0.0
|
|
119
126
|
[2.3.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@2.3.0...@metamask/keyring-utils@2.3.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/keyring-utils",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.2.0-018fb62",
|
|
4
4
|
"description": "MetaMask Keyring utils",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"metamask",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@ethereumjs/tx": "^5.4.0",
|
|
49
49
|
"@metamask/superstruct": "^3.1.0",
|
|
50
|
-
"@metamask/utils": "^11.
|
|
50
|
+
"@metamask/utils": "^11.10.0",
|
|
51
51
|
"bitcoin-address-validation": "^2.2.3"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|