@metamask-previews/assets-controller 5.0.0-preview-5f5149c21 → 5.0.1-preview-548bdd1d9
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 -2
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -7,9 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [5.0.1]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
|
-
- Bump `@metamask/transaction-controller` from `^64.0.0` to `^64.
|
|
14
|
+
- Bump `@metamask/transaction-controller` from `^64.0.0` to `^64.2.0` ([#8432](https://github.com/MetaMask/core/pull/8432), [#8447](https://github.com/MetaMask/core/pull/8447))
|
|
15
|
+
- Bump `@metamask/base-controller` from `^9.0.1` to `^9.1.0` ([#8457](https://github.com/MetaMask/core/pull/8457))
|
|
16
|
+
- Bump `@metamask/keyring-api` from `^21.6.0` to `^23.0.0` ([#8464](https://github.com/MetaMask/core/pull/8464))
|
|
17
|
+
- Bump `@metamask/keyring-internal-api` from `^10.0.0` to `^10.1.0` ([#8464](https://github.com/MetaMask/core/pull/8464))
|
|
18
|
+
- Bump `@metamask/keyring-snap-client` from `^8.2.0` to `^9.0.0` ([#8464](https://github.com/MetaMask/core/pull/8464))
|
|
19
|
+
- Bump `@metamask/assets-controllers` from `^103.1.1` to `^104.0.0` ([#8466](https://github.com/MetaMask/core/pull/8466))
|
|
13
20
|
|
|
14
21
|
### Fixed
|
|
15
22
|
|
|
@@ -298,7 +305,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
298
305
|
- Refactor `RpcDataSource` to delegate polling to `BalanceFetcher` and `TokenDetector` services ([#7709](https://github.com/MetaMask/core/pull/7709))
|
|
299
306
|
- Refactor `BalanceFetcher` and `TokenDetector` to extend `StaticIntervalPollingControllerOnly` for independent polling management ([#7709](https://github.com/MetaMask/core/pull/7709))
|
|
300
307
|
|
|
301
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@5.0.
|
|
308
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@5.0.1...HEAD
|
|
309
|
+
[5.0.1]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@5.0.0...@metamask/assets-controller@5.0.1
|
|
302
310
|
[5.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@4.0.0...@metamask/assets-controller@5.0.0
|
|
303
311
|
[4.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@3.3.0...@metamask/assets-controller@4.0.0
|
|
304
312
|
[3.3.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@3.2.1...@metamask/assets-controller@3.3.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/assets-controller",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.1-preview-548bdd1d9",
|
|
4
4
|
"description": "Tracks assets balances/prices and handles token detection across all digital assets",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -57,15 +57,15 @@
|
|
|
57
57
|
"@ethersproject/abi": "^5.7.0",
|
|
58
58
|
"@ethersproject/providers": "^5.7.0",
|
|
59
59
|
"@metamask/account-tree-controller": "^7.0.0",
|
|
60
|
-
"@metamask/assets-controllers": "^
|
|
61
|
-
"@metamask/base-controller": "^9.0
|
|
60
|
+
"@metamask/assets-controllers": "^104.0.0",
|
|
61
|
+
"@metamask/base-controller": "^9.1.0",
|
|
62
62
|
"@metamask/client-controller": "^1.0.1",
|
|
63
63
|
"@metamask/controller-utils": "^11.20.0",
|
|
64
64
|
"@metamask/core-backend": "^6.2.1",
|
|
65
|
-
"@metamask/keyring-api": "^
|
|
65
|
+
"@metamask/keyring-api": "^23.0.0",
|
|
66
66
|
"@metamask/keyring-controller": "^25.2.0",
|
|
67
|
-
"@metamask/keyring-internal-api": "^10.
|
|
68
|
-
"@metamask/keyring-snap-client": "^
|
|
67
|
+
"@metamask/keyring-internal-api": "^10.1.0",
|
|
68
|
+
"@metamask/keyring-snap-client": "^9.0.0",
|
|
69
69
|
"@metamask/messenger": "^1.1.1",
|
|
70
70
|
"@metamask/network-controller": "^30.0.1",
|
|
71
71
|
"@metamask/network-enablement-controller": "^5.0.2",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"@metamask/preferences-controller": "^23.1.0",
|
|
76
76
|
"@metamask/snaps-controllers": "^19.0.0",
|
|
77
77
|
"@metamask/snaps-utils": "^12.1.2",
|
|
78
|
-
"@metamask/transaction-controller": "^64.
|
|
78
|
+
"@metamask/transaction-controller": "^64.2.0",
|
|
79
79
|
"@metamask/utils": "^11.9.0",
|
|
80
80
|
"async-mutex": "^0.5.0",
|
|
81
81
|
"bignumber.js": "^9.1.2",
|