@metamask-previews/assets-controller 10.0.1-preview-734dfcf → 10.0.2-preview-4c12f04
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 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [10.0.2]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/network-enablement-controller` from `^5.4.1` to `^5.4.2` ([#9383](https://github.com/MetaMask/core/pull/9383))
|
|
15
|
+
- Bump `@metamask/assets-controllers` from `^109.3.0` to `^109.3.1` ([#9383](https://github.com/MetaMask/core/pull/9383))
|
|
16
|
+
|
|
10
17
|
## [10.0.1]
|
|
11
18
|
|
|
12
19
|
### Changed
|
|
@@ -683,7 +690,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
683
690
|
- Refactor `RpcDataSource` to delegate polling to `BalanceFetcher` and `TokenDetector` services ([#7709](https://github.com/MetaMask/core/pull/7709))
|
|
684
691
|
- Refactor `BalanceFetcher` and `TokenDetector` to extend `StaticIntervalPollingControllerOnly` for independent polling management ([#7709](https://github.com/MetaMask/core/pull/7709))
|
|
685
692
|
|
|
686
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@10.0.
|
|
693
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@10.0.2...HEAD
|
|
694
|
+
[10.0.2]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@10.0.1...@metamask/assets-controller@10.0.2
|
|
687
695
|
[10.0.1]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@10.0.0...@metamask/assets-controller@10.0.1
|
|
688
696
|
[10.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@9.1.0...@metamask/assets-controller@10.0.0
|
|
689
697
|
[9.1.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@9.0.2...@metamask/assets-controller@9.1.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/assets-controller",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.2-preview-4c12f04",
|
|
4
4
|
"description": "Tracks assets balances/prices and handles token detection across all digital assets",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"@ethersproject/providers": "^5.7.0",
|
|
59
59
|
"@metamask/account-tree-controller": "^7.5.3",
|
|
60
60
|
"@metamask/accounts-controller": "^39.0.4",
|
|
61
|
-
"@metamask/assets-controllers": "^109.3.
|
|
61
|
+
"@metamask/assets-controllers": "^109.3.1",
|
|
62
62
|
"@metamask/base-controller": "^9.1.0",
|
|
63
63
|
"@metamask/client-controller": "^1.0.1",
|
|
64
64
|
"@metamask/controller-utils": "^12.3.0",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"@metamask/keyring-snap-client": "^9.0.2",
|
|
70
70
|
"@metamask/messenger": "^1.2.0",
|
|
71
71
|
"@metamask/network-controller": "^34.0.0",
|
|
72
|
-
"@metamask/network-enablement-controller": "^5.4.
|
|
72
|
+
"@metamask/network-enablement-controller": "^5.4.2",
|
|
73
73
|
"@metamask/permission-controller": "^13.1.1",
|
|
74
74
|
"@metamask/phishing-controller": "^17.2.0",
|
|
75
75
|
"@metamask/polling-controller": "^16.0.8",
|