@metamask-previews/account-api 1.0.0-fd40efd → 1.0.1-8ff7ba2
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
|
+
## [1.0.1]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/keyring-api` from `^21.6.0` to `^22.0.0` ([#482](https://github.com/MetaMask/accounts/pull/482))
|
|
15
|
+
|
|
10
16
|
## [1.0.0]
|
|
11
17
|
|
|
12
18
|
### Changed
|
|
@@ -139,7 +145,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
139
145
|
|
|
140
146
|
- Add `AccountGroup` and `AccountWallet` ([#307](https://github.com/MetaMask/accounts/pull/307))
|
|
141
147
|
|
|
142
|
-
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/account-api@1.0.
|
|
148
|
+
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/account-api@1.0.1...HEAD
|
|
149
|
+
[1.0.1]: https://github.com/MetaMask/accounts/compare/@metamask/account-api@1.0.0...@metamask/account-api@1.0.1
|
|
143
150
|
[1.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/account-api@0.12.0...@metamask/account-api@1.0.0
|
|
144
151
|
[0.12.0]: https://github.com/MetaMask/accounts/compare/@metamask/account-api@0.11.0...@metamask/account-api@0.12.0
|
|
145
152
|
[0.11.0]: https://github.com/MetaMask/accounts/compare/@metamask/account-api@0.10.0...@metamask/account-api@0.11.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/account-api",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1-8ff7ba2",
|
|
4
4
|
"description": "MetaMask Account API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"metamask",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"test:watch": "jest --watch"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@metamask/keyring-api": "
|
|
59
|
+
"@metamask/keyring-api": "22.0.0",
|
|
60
60
|
"@metamask/keyring-utils": "3.2.0",
|
|
61
61
|
"uuid": "^9.0.1"
|
|
62
62
|
},
|