@metamask-previews/multichain-account-service 1.6.1-preview-ab0ad568 → 1.6.2-preview-0458fe94
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 +7 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
11
11
|
|
|
12
12
|
- **BREAKING:** Use new `Messenger` from `@metamask/messenger` ([#6544](https://github.com/MetaMask/core/pull/6544))
|
|
13
13
|
- Previously, `MultichainAccountService` accepted a `RestrictedMessenger` instance from `@metamask/base-controller`.
|
|
14
|
+
|
|
15
|
+
## [1.6.2]
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
|
|
14
19
|
- Bump `@metamask/base-controller` from `^8.4.1` to `^8.4.2` ([#6917](https://github.com/MetaMask/core/pull/6917))
|
|
15
20
|
|
|
16
21
|
## [1.6.1]
|
|
@@ -233,7 +238,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
233
238
|
- Add `MultichainAccountService` ([#6141](https://github.com/MetaMask/core/pull/6141)), ([#6165](https://github.com/MetaMask/core/pull/6165))
|
|
234
239
|
- This service manages multichain accounts/wallets.
|
|
235
240
|
|
|
236
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@1.6.
|
|
241
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@1.6.2...HEAD
|
|
242
|
+
[1.6.2]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@1.6.1...@metamask/multichain-account-service@1.6.2
|
|
237
243
|
[1.6.1]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@1.6.0...@metamask/multichain-account-service@1.6.1
|
|
238
244
|
[1.6.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@1.5.0...@metamask/multichain-account-service@1.6.0
|
|
239
245
|
[1.5.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@1.4.0...@metamask/multichain-account-service@1.5.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/multichain-account-service",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.2-preview-0458fe94",
|
|
4
4
|
"description": "Service to manage multichain accounts",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -64,10 +64,10 @@
|
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@metamask/account-api": "^0.12.0",
|
|
67
|
-
"@metamask/accounts-controller": "^33.
|
|
67
|
+
"@metamask/accounts-controller": "^33.2.0",
|
|
68
68
|
"@metamask/auto-changelog": "^3.4.4",
|
|
69
69
|
"@metamask/eth-hd-keyring": "^13.0.0",
|
|
70
|
-
"@metamask/keyring-controller": "^23.
|
|
70
|
+
"@metamask/keyring-controller": "^23.2.0",
|
|
71
71
|
"@metamask/providers": "^22.1.0",
|
|
72
72
|
"@metamask/snaps-controllers": "^14.0.1",
|
|
73
73
|
"@types/jest": "^27.4.1",
|