@metamask-previews/assets-controller 2.3.0-preview-a12b37cc3 → 2.4.0-preview-152e02d
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 +8 -3
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -7,13 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [2.4.0]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
14
|
+
- Bump `@metamask/network-enablement-controller` from `^4.2.0` to `^5.0.0` ([#8225](https://github.com/MetaMask/core/pull/8225))
|
|
15
|
+
- Bump `@metamask/permission-controller` from `^12.2.0` to `^12.2.1` ([#8225](https://github.com/MetaMask/core/pull/8225))
|
|
12
16
|
- `BridgeExchangeRatesFormat` type now uses canonical `@metamask/assets-controllers` state types instead of locally-defined bridge rate entry types ([#8175](https://github.com/MetaMask/core/pull/8175))
|
|
13
17
|
- Bump `@metamask/account-tree-controller` from `^5.0.0` to `^5.0.1` ([#8162](https://github.com/MetaMask/core/pull/8162))
|
|
14
|
-
- Bump `@metamask/assets-controllers` from `^100.2.0` to `^
|
|
18
|
+
- Bump `@metamask/assets-controllers` from `^100.2.0` to `^101.0.0` ([#8162](https://github.com/MetaMask/core/pull/8162), [#8225](https://github.com/MetaMask/core/pull/8225))
|
|
15
19
|
- Bump `@metamask/core-backend` from `^6.1.0` to `^6.1.1` ([#8162](https://github.com/MetaMask/core/pull/8162))
|
|
16
|
-
- Bump `@metamask/transaction-controller` from `^62.21.0` to `^
|
|
20
|
+
- Bump `@metamask/transaction-controller` from `^62.21.0` to `^63.0.0` ([#8217](https://github.com/MetaMask/core/pull/8217), [#8225](https://github.com/MetaMask/core/pull/8225))
|
|
17
21
|
|
|
18
22
|
### Fixed
|
|
19
23
|
|
|
@@ -171,7 +175,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
171
175
|
- Refactor `RpcDataSource` to delegate polling to `BalanceFetcher` and `TokenDetector` services ([#7709](https://github.com/MetaMask/core/pull/7709))
|
|
172
176
|
- Refactor `BalanceFetcher` and `TokenDetector` to extend `StaticIntervalPollingControllerOnly` for independent polling management ([#7709](https://github.com/MetaMask/core/pull/7709))
|
|
173
177
|
|
|
174
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@2.
|
|
178
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@2.4.0...HEAD
|
|
179
|
+
[2.4.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@2.3.0...@metamask/assets-controller@2.4.0
|
|
175
180
|
[2.3.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@2.2.0...@metamask/assets-controller@2.3.0
|
|
176
181
|
[2.2.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@2.1.0...@metamask/assets-controller@2.2.0
|
|
177
182
|
[2.1.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@2.0.2...@metamask/assets-controller@2.1.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/assets-controller",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.4.0-preview-152e02d",
|
|
4
4
|
"description": "Tracks assets balances/prices and handles token detection across all digital assets",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@ethersproject/abi": "^5.7.0",
|
|
53
53
|
"@ethersproject/providers": "^5.7.0",
|
|
54
54
|
"@metamask/account-tree-controller": "^5.0.1",
|
|
55
|
-
"@metamask/assets-controllers": "^
|
|
55
|
+
"@metamask/assets-controllers": "^101.0.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",
|
|
@@ -63,13 +63,13 @@
|
|
|
63
63
|
"@metamask/keyring-snap-client": "^8.2.0",
|
|
64
64
|
"@metamask/messenger": "^0.3.0",
|
|
65
65
|
"@metamask/network-controller": "^30.0.0",
|
|
66
|
-
"@metamask/network-enablement-controller": "^
|
|
67
|
-
"@metamask/permission-controller": "^12.2.
|
|
66
|
+
"@metamask/network-enablement-controller": "^5.0.0",
|
|
67
|
+
"@metamask/permission-controller": "^12.2.1",
|
|
68
68
|
"@metamask/polling-controller": "^16.0.3",
|
|
69
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": "^
|
|
72
|
+
"@metamask/transaction-controller": "^63.0.0",
|
|
73
73
|
"@metamask/utils": "^11.9.0",
|
|
74
74
|
"async-mutex": "^0.5.0",
|
|
75
75
|
"bignumber.js": "^9.1.2",
|