@metamask/multichain-account-service 10.0.2 → 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 +10 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,14 @@ 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
|
+
|
|
10
18
|
## [10.0.2]
|
|
11
19
|
|
|
12
20
|
### Changed
|
|
@@ -500,7 +508,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
500
508
|
- Add `MultichainAccountService` ([#6141](https://github.com/MetaMask/core/pull/6141), [#6165](https://github.com/MetaMask/core/pull/6165))
|
|
501
509
|
- This service manages multichain accounts/wallets.
|
|
502
510
|
|
|
503
|
-
[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
|
|
504
513
|
[10.0.2]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@10.0.1...@metamask/multichain-account-service@10.0.2
|
|
505
514
|
[10.0.1]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@10.0.0...@metamask/multichain-account-service@10.0.1
|
|
506
515
|
[10.0.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@9.0.0...@metamask/multichain-account-service@10.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": "^39.0.
|
|
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.3.
|
|
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",
|