@metamask/multichain-account-service 10.0.1 → 10.0.3
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 +5 -5
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.3]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/accounts-controller` from `^39.0.0` to `^39.0.1` ([#9058](https://github.com/MetaMask/core/pull/9058))
|
|
15
|
+
- Bump `@metamask/keyring-controller` from `^26.0.0` to `^27.0.0` ([#9058](https://github.com/MetaMask/core/pull/9058))
|
|
16
|
+
- Bump `@metamask/snap-account-service` from `^0.3.0` to `^0.3.1` ([#9058](https://github.com/MetaMask/core/pull/9058))
|
|
17
|
+
|
|
18
|
+
## [10.0.2]
|
|
19
|
+
|
|
20
|
+
### Changed
|
|
21
|
+
|
|
22
|
+
- Bump `@metamask/accounts-controller` from `^38.1.2` to `^39.0.0` ([#8999](https://github.com/MetaMask/core/pull/8999))
|
|
23
|
+
- Bump `@metamask/snap-account-service` from `^0.2.1` to `^0.3.0` ([#8999](https://github.com/MetaMask/core/pull/8999))
|
|
24
|
+
|
|
10
25
|
## [10.0.1]
|
|
11
26
|
|
|
12
27
|
### Changed
|
|
@@ -493,7 +508,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
493
508
|
- Add `MultichainAccountService` ([#6141](https://github.com/MetaMask/core/pull/6141), [#6165](https://github.com/MetaMask/core/pull/6165))
|
|
494
509
|
- This service manages multichain accounts/wallets.
|
|
495
510
|
|
|
496
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@10.0.
|
|
511
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@10.0.3...HEAD
|
|
512
|
+
[10.0.3]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@10.0.2...@metamask/multichain-account-service@10.0.3
|
|
513
|
+
[10.0.2]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@10.0.1...@metamask/multichain-account-service@10.0.2
|
|
497
514
|
[10.0.1]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@10.0.0...@metamask/multichain-account-service@10.0.1
|
|
498
515
|
[10.0.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@9.0.0...@metamask/multichain-account-service@10.0.0
|
|
499
516
|
[9.0.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@8.0.1...@metamask/multichain-account-service@9.0.0
|
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.3",
|
|
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.1",
|
|
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": "^27.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.1",
|
|
68
68
|
"@metamask/snaps-controllers": "^19.0.0",
|
|
69
69
|
"@metamask/snaps-sdk": "^11.0.0",
|
|
70
70
|
"@metamask/snaps-utils": "^12.1.2",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"devDependencies": {
|
|
77
77
|
"@metamask/account-api": "^1.0.4",
|
|
78
78
|
"@metamask/auto-changelog": "^6.1.0",
|
|
79
|
-
"@metamask/controller-utils": "^12.1.
|
|
79
|
+
"@metamask/controller-utils": "^12.1.1",
|
|
80
80
|
"@metamask/eth-hd-keyring": "^14.1.1",
|
|
81
81
|
"@metamask/providers": "^22.1.0",
|
|
82
82
|
"@ts-bridge/cli": "^0.6.4",
|