@metamask/multichain-account-service 10.0.0 → 10.0.2
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 +18 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [10.0.2]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/accounts-controller` from `^38.1.2` to `^39.0.0` ([#8999](https://github.com/MetaMask/core/pull/8999))
|
|
15
|
+
- Bump `@metamask/snap-account-service` from `^0.2.1` to `^0.3.0` ([#8999](https://github.com/MetaMask/core/pull/8999))
|
|
16
|
+
|
|
17
|
+
## [10.0.1]
|
|
18
|
+
|
|
19
|
+
### Changed
|
|
20
|
+
|
|
21
|
+
- Bump `@metamask/snap-account-service` from `^0.1.0` to `^0.2.1` ([#8844](https://github.com/MetaMask/core/pull/8844), [#8912](https://github.com/MetaMask/core/pull/8912))
|
|
22
|
+
- Bump `@metamask/keyring-controller` from `^25.5.0` to `^26.0.0` ([#8912](https://github.com/MetaMask/core/pull/8912))
|
|
23
|
+
- Bump `@metamask/accounts-controller` from `^38.1.1` to `^38.1.2` ([#8912](https://github.com/MetaMask/core/pull/8912))
|
|
24
|
+
|
|
10
25
|
## [10.0.0]
|
|
11
26
|
|
|
12
27
|
### Changed
|
|
@@ -485,7 +500,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
485
500
|
- Add `MultichainAccountService` ([#6141](https://github.com/MetaMask/core/pull/6141), [#6165](https://github.com/MetaMask/core/pull/6165))
|
|
486
501
|
- This service manages multichain accounts/wallets.
|
|
487
502
|
|
|
488
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@10.0.
|
|
503
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@10.0.2...HEAD
|
|
504
|
+
[10.0.2]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@10.0.1...@metamask/multichain-account-service@10.0.2
|
|
505
|
+
[10.0.1]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@10.0.0...@metamask/multichain-account-service@10.0.1
|
|
489
506
|
[10.0.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@9.0.0...@metamask/multichain-account-service@10.0.0
|
|
490
507
|
[9.0.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@8.0.1...@metamask/multichain-account-service@9.0.0
|
|
491
508
|
[8.0.1]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@8.0.0...@metamask/multichain-account-service@8.0.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/multichain-account-service",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.2",
|
|
4
4
|
"description": "Service to manage multichain accounts",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -54,17 +54,17 @@
|
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@ethereumjs/util": "^9.1.0",
|
|
57
|
-
"@metamask/accounts-controller": "^
|
|
57
|
+
"@metamask/accounts-controller": "^39.0.0",
|
|
58
58
|
"@metamask/base-controller": "^9.1.0",
|
|
59
59
|
"@metamask/eth-snap-keyring": "^22.0.1",
|
|
60
60
|
"@metamask/key-tree": "^10.1.1",
|
|
61
61
|
"@metamask/keyring-api": "^23.1.0",
|
|
62
|
-
"@metamask/keyring-controller": "^
|
|
62
|
+
"@metamask/keyring-controller": "^26.0.0",
|
|
63
63
|
"@metamask/keyring-internal-api": "^11.0.1",
|
|
64
64
|
"@metamask/keyring-snap-client": "^9.0.2",
|
|
65
65
|
"@metamask/keyring-utils": "^3.2.1",
|
|
66
66
|
"@metamask/messenger": "^1.2.0",
|
|
67
|
-
"@metamask/snap-account-service": "^0.
|
|
67
|
+
"@metamask/snap-account-service": "^0.3.0",
|
|
68
68
|
"@metamask/snaps-controllers": "^19.0.0",
|
|
69
69
|
"@metamask/snaps-sdk": "^11.0.0",
|
|
70
70
|
"@metamask/snaps-utils": "^12.1.2",
|