@metamask/assets-controller 8.0.1 → 8.0.2
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 +12 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [8.0.2]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/keyring-controller` from `^25.5.0` to `^26.0.0` ([#8912](https://github.com/MetaMask/core/pull/8912))
|
|
15
|
+
- Bump `@metamask/assets-controllers` from `^108.1.0` to `^108.2.0` ([#8911](https://github.com/MetaMask/core/pull/8911))
|
|
16
|
+
- Bump `@metamask/account-tree-controller` from `^7.4.0` to `^7.5.0` ([#8912](https://github.com/MetaMask/core/pull/8912))
|
|
17
|
+
- Bump `@metamask/accounts-controller` from `^38.1.1` to `^38.1.2` ([#8912](https://github.com/MetaMask/core/pull/8912))
|
|
18
|
+
- Bump `@metamask/core-backend` from `^6.3.0` to `^6.3.1` ([#8912](https://github.com/MetaMask/core/pull/8912))
|
|
19
|
+
|
|
10
20
|
## [8.0.1]
|
|
11
21
|
|
|
12
22
|
### Fixed
|
|
@@ -521,7 +531,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
521
531
|
- Refactor `RpcDataSource` to delegate polling to `BalanceFetcher` and `TokenDetector` services ([#7709](https://github.com/MetaMask/core/pull/7709))
|
|
522
532
|
- Refactor `BalanceFetcher` and `TokenDetector` to extend `StaticIntervalPollingControllerOnly` for independent polling management ([#7709](https://github.com/MetaMask/core/pull/7709))
|
|
523
533
|
|
|
524
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@8.0.
|
|
534
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@8.0.2...HEAD
|
|
535
|
+
[8.0.2]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@8.0.1...@metamask/assets-controller@8.0.2
|
|
525
536
|
[8.0.1]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@8.0.0...@metamask/assets-controller@8.0.1
|
|
526
537
|
[8.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@7.1.2...@metamask/assets-controller@8.0.0
|
|
527
538
|
[7.1.2]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@7.1.1...@metamask/assets-controller@7.1.2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/assets-controller",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.2",
|
|
4
4
|
"description": "Tracks assets balances/prices and handles token detection across all digital assets",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -56,15 +56,15 @@
|
|
|
56
56
|
"@ethereumjs/util": "^9.1.0",
|
|
57
57
|
"@ethersproject/abi": "^5.7.0",
|
|
58
58
|
"@ethersproject/providers": "^5.7.0",
|
|
59
|
-
"@metamask/account-tree-controller": "^7.
|
|
60
|
-
"@metamask/accounts-controller": "^38.1.
|
|
61
|
-
"@metamask/assets-controllers": "^108.
|
|
59
|
+
"@metamask/account-tree-controller": "^7.5.0",
|
|
60
|
+
"@metamask/accounts-controller": "^38.1.2",
|
|
61
|
+
"@metamask/assets-controllers": "^108.2.0",
|
|
62
62
|
"@metamask/base-controller": "^9.1.0",
|
|
63
63
|
"@metamask/client-controller": "^1.0.1",
|
|
64
64
|
"@metamask/controller-utils": "^12.1.0",
|
|
65
|
-
"@metamask/core-backend": "^6.3.
|
|
65
|
+
"@metamask/core-backend": "^6.3.1",
|
|
66
66
|
"@metamask/keyring-api": "^23.1.0",
|
|
67
|
-
"@metamask/keyring-controller": "^
|
|
67
|
+
"@metamask/keyring-controller": "^26.0.0",
|
|
68
68
|
"@metamask/keyring-internal-api": "^11.0.1",
|
|
69
69
|
"@metamask/keyring-snap-client": "^9.0.2",
|
|
70
70
|
"@metamask/messenger": "^1.2.0",
|