@metamask-previews/assets-controller 2.2.0-preview-384cfdfef → 2.3.0-preview-00245ea
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 +9 -3
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [2.3.0]
|
|
11
|
+
|
|
10
12
|
### Added
|
|
11
13
|
|
|
12
14
|
- `usdPrice` is not included in asset price data ([#8123](https://github.com/MetaMask/core/pull/8123))
|
|
@@ -14,9 +16,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
14
16
|
|
|
15
17
|
### Changed
|
|
16
18
|
|
|
17
|
-
- Bump `@metamask/assets-controllers` from `^100.0.3` to `^100.
|
|
19
|
+
- Bump `@metamask/assets-controllers` from `^100.0.3` to `^100.2.0` ([#8107](https://github.com/MetaMask/core/pull/8107)), ([#8140](https://github.com/MetaMask/core/pull/8140))
|
|
18
20
|
- Bump `@metamask/network-enablement-controller` from `^4.1.2` to `^4.2.0` ([#8107](https://github.com/MetaMask/core/pull/8107))
|
|
19
|
-
- Bump `@metamask/transaction-controller` from `^62.19.0` to `^62.
|
|
21
|
+
- Bump `@metamask/transaction-controller` from `^62.19.0` to `^62.21.0` ([#8104](https://github.com/MetaMask/core/pull/8104)), ([#8140](https://github.com/MetaMask/core/pull/8140))
|
|
22
|
+
- Bump `@metamask/account-tree-controller` from `^4.1.1` to `^5.0.0` ([#8140](https://github.com/MetaMask/core/pull/8140))
|
|
23
|
+
- Bump `@metamask/core-backend` from `^6.0.0` to `^6.1.0` ([#8140](https://github.com/MetaMask/core/pull/8140))
|
|
24
|
+
- Bump `@metamask/preferences-controller` from `^22.1.0` to `^23.0.0` ([#8140](https://github.com/MetaMask/core/pull/8140))
|
|
20
25
|
|
|
21
26
|
### Fixed
|
|
22
27
|
|
|
@@ -153,7 +158,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
153
158
|
- Refactor `RpcDataSource` to delegate polling to `BalanceFetcher` and `TokenDetector` services ([#7709](https://github.com/MetaMask/core/pull/7709))
|
|
154
159
|
- Refactor `BalanceFetcher` and `TokenDetector` to extend `StaticIntervalPollingControllerOnly` for independent polling management ([#7709](https://github.com/MetaMask/core/pull/7709))
|
|
155
160
|
|
|
156
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@2.
|
|
161
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@2.3.0...HEAD
|
|
162
|
+
[2.3.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@2.2.0...@metamask/assets-controller@2.3.0
|
|
157
163
|
[2.2.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@2.1.0...@metamask/assets-controller@2.2.0
|
|
158
164
|
[2.1.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@2.0.2...@metamask/assets-controller@2.1.0
|
|
159
165
|
[2.0.2]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@2.0.1...@metamask/assets-controller@2.0.2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/assets-controller",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.0-preview-00245ea",
|
|
4
4
|
"description": "Tracks assets balances/prices and handles token detection across all digital assets",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -51,12 +51,12 @@
|
|
|
51
51
|
"@ethereumjs/util": "^9.1.0",
|
|
52
52
|
"@ethersproject/abi": "^5.7.0",
|
|
53
53
|
"@ethersproject/providers": "^5.7.0",
|
|
54
|
-
"@metamask/account-tree-controller": "^
|
|
55
|
-
"@metamask/assets-controllers": "^100.
|
|
54
|
+
"@metamask/account-tree-controller": "^5.0.0",
|
|
55
|
+
"@metamask/assets-controllers": "^100.2.0",
|
|
56
56
|
"@metamask/base-controller": "^9.0.0",
|
|
57
57
|
"@metamask/client-controller": "^1.0.0",
|
|
58
58
|
"@metamask/controller-utils": "^11.19.0",
|
|
59
|
-
"@metamask/core-backend": "^6.
|
|
59
|
+
"@metamask/core-backend": "^6.1.0",
|
|
60
60
|
"@metamask/keyring-api": "^21.5.0",
|
|
61
61
|
"@metamask/keyring-controller": "^25.1.0",
|
|
62
62
|
"@metamask/keyring-internal-api": "^10.0.0",
|
|
@@ -66,10 +66,10 @@
|
|
|
66
66
|
"@metamask/network-enablement-controller": "^4.2.0",
|
|
67
67
|
"@metamask/permission-controller": "^12.2.0",
|
|
68
68
|
"@metamask/polling-controller": "^16.0.3",
|
|
69
|
-
"@metamask/preferences-controller": "^
|
|
69
|
+
"@metamask/preferences-controller": "^23.0.0",
|
|
70
70
|
"@metamask/snaps-controllers": "^17.2.0",
|
|
71
71
|
"@metamask/snaps-utils": "^11.7.0",
|
|
72
|
-
"@metamask/transaction-controller": "^62.
|
|
72
|
+
"@metamask/transaction-controller": "^62.21.0",
|
|
73
73
|
"@metamask/utils": "^11.9.0",
|
|
74
74
|
"async-mutex": "^0.5.0",
|
|
75
75
|
"bignumber.js": "^9.1.2",
|