@metamask-previews/account-tree-controller 0.7.0-preview-79b0b08 → 0.7.0-preview-0fca3de

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
16
 
17
17
  ### Changed
18
18
 
19
- - **BREAKING:** Bump peer dependency `@metamask/account-api` from `^0.3.0` to `^0.6.0` ([#6214](https://github.com/MetaMask/core/pull/6214)), ([#6216](https://github.com/MetaMask/core/pull/6216))
19
+ - **BREAKING:** Bump peer dependency `@metamask/account-api` from `^0.3.0` to `^0.7.0` ([#6214](https://github.com/MetaMask/core/pull/6214)), ([#6216](https://github.com/MetaMask/core/pull/6216)), ([#6222](https://github.com/MetaMask/core/pull/6222))
20
20
  - **BREAKING:** Move `wallet.metadata.type` tag to `wallet` node ([#6214](https://github.com/MetaMask/core/pull/6214))
21
21
  - This `type` can be used as a tag to strongly-type (tagged-union) the `AccountWalletObject`.
22
22
  - Defaults to the EVM account from a group when using `setSelectedAccountGroup` ([#6208](https://github.com/MetaMask/core/pull/6208))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/account-tree-controller",
3
- "version": "0.7.0-preview-79b0b08",
3
+ "version": "0.7.0-preview-0fca3de",
4
4
  "description": "Controller to group account together based on some pre-defined rules",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -53,7 +53,7 @@
53
53
  "lodash": "^4.17.21"
54
54
  },
55
55
  "devDependencies": {
56
- "@metamask/account-api": "^0.6.0",
56
+ "@metamask/account-api": "^0.7.0",
57
57
  "@metamask/accounts-controller": "^32.0.1",
58
58
  "@metamask/auto-changelog": "^3.4.4",
59
59
  "@metamask/keyring-api": "^19.0.0",
@@ -70,7 +70,7 @@
70
70
  "webextension-polyfill": "^0.12.0"
71
71
  },
72
72
  "peerDependencies": {
73
- "@metamask/account-api": "^0.6.0",
73
+ "@metamask/account-api": "^0.7.0",
74
74
  "@metamask/accounts-controller": "^32.0.0",
75
75
  "@metamask/keyring-controller": "^22.0.0",
76
76
  "@metamask/providers": "^22.0.0",