@metamask-previews/account-tree-controller 7.1.0-preview-e0eba6dbb → 7.1.0-preview-56dd1249f
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 +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
9
9
|
|
|
10
10
|
### Changed
|
|
11
11
|
|
|
12
|
-
- Bump `@metamask/keyring-api` from `^21.6.0` to `^23.0
|
|
12
|
+
- Bump `@metamask/keyring-api` from `^21.6.0` to `^23.1.0` ([#8464](https://github.com/MetaMask/core/pull/8464), [#8647](https://github.com/MetaMask/core/pull/8647))
|
|
13
13
|
- Add Stellar sort-order support ([#8464](https://github.com/MetaMask/core/pull/8464))
|
|
14
14
|
- Now use `SnapController:getSnap` when applying Snap rule (instead of using `account.metadata.snap.enabled`. ([#8584](https://github.com/MetaMask/core/pull/8584))
|
|
15
15
|
- As a result of this, Snap accounts that reference unavailable Snap (read, not available on the `SnapController`) will now be grouped under the Keyring rule instead (e.g being put in the "Snap Wallet" section).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/account-tree-controller",
|
|
3
|
-
"version": "7.1.0-preview-
|
|
3
|
+
"version": "7.1.0-preview-56dd1249f",
|
|
4
4
|
"description": "Controller to group account together based on some pre-defined rules",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@metamask/accounts-controller": "^37.2.0",
|
|
57
57
|
"@metamask/base-controller": "^9.1.0",
|
|
58
|
-
"@metamask/keyring-api": "^23.0
|
|
58
|
+
"@metamask/keyring-api": "^23.1.0",
|
|
59
59
|
"@metamask/keyring-controller": "^25.3.0",
|
|
60
60
|
"@metamask/messenger": "^1.2.0",
|
|
61
61
|
"@metamask/multichain-account-service": "^8.0.1",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"lodash": "^4.17.21"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@metamask/account-api": "^1.0.
|
|
72
|
+
"@metamask/account-api": "^1.0.4",
|
|
73
73
|
"@metamask/auto-changelog": "^6.1.0",
|
|
74
74
|
"@metamask/providers": "^22.1.0",
|
|
75
75
|
"@ts-bridge/cli": "^0.6.4",
|