@metamask-previews/assets-controller 6.2.0-preview-8daaa5a40 → 6.2.1-preview-ae9b6b322
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 +11 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -9,7 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
9
9
|
|
|
10
10
|
### Changed
|
|
11
11
|
|
|
12
|
+
- Bump `@metamask/keyring-internal-api` from `^10.1.1` to `^11.0.0` ([#8584](https://github.com/MetaMask/core/pull/8584))
|
|
13
|
+
- Bump `@metamask/messenger` from `^1.1.1` to `^1.2.0` ([#8632](https://github.com/MetaMask/core/pull/8632))
|
|
14
|
+
- Bump `@metamask/keyring-controller` from `^25.2.0` to `^25.3.0` ([#8634](https://github.com/MetaMask/core/pull/8634))
|
|
15
|
+
|
|
16
|
+
## [6.2.1]
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
|
|
12
20
|
- Bump `@metamask/transaction-controller` from `^64.4.0` to `^65.0.0` ([#8613](https://github.com/MetaMask/core/pull/8613))
|
|
21
|
+
- Bump `@metamask/assets-controllers` from `^104.3.0` to `^105.0.0` ([#8622](https://github.com/MetaMask/core/pull/8622))
|
|
13
22
|
|
|
14
23
|
## [6.2.0]
|
|
15
24
|
|
|
@@ -377,7 +386,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
377
386
|
- Refactor `RpcDataSource` to delegate polling to `BalanceFetcher` and `TokenDetector` services ([#7709](https://github.com/MetaMask/core/pull/7709))
|
|
378
387
|
- Refactor `BalanceFetcher` and `TokenDetector` to extend `StaticIntervalPollingControllerOnly` for independent polling management ([#7709](https://github.com/MetaMask/core/pull/7709))
|
|
379
388
|
|
|
380
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@6.2.
|
|
389
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@6.2.1...HEAD
|
|
390
|
+
[6.2.1]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@6.2.0...@metamask/assets-controller@6.2.1
|
|
381
391
|
[6.2.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@6.1.0...@metamask/assets-controller@6.2.0
|
|
382
392
|
[6.1.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@6.0.0...@metamask/assets-controller@6.1.0
|
|
383
393
|
[6.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@5.0.1...@metamask/assets-controller@6.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/assets-controller",
|
|
3
|
-
"version": "6.2.
|
|
3
|
+
"version": "6.2.1-preview-ae9b6b322",
|
|
4
4
|
"description": "Tracks assets balances/prices and handles token detection across all digital assets",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -58,16 +58,16 @@
|
|
|
58
58
|
"@ethersproject/providers": "^5.7.0",
|
|
59
59
|
"@metamask/account-tree-controller": "^7.1.0",
|
|
60
60
|
"@metamask/accounts-controller": "^37.2.0",
|
|
61
|
-
"@metamask/assets-controllers": "^
|
|
61
|
+
"@metamask/assets-controllers": "^105.0.0",
|
|
62
62
|
"@metamask/base-controller": "^9.1.0",
|
|
63
63
|
"@metamask/client-controller": "^1.0.1",
|
|
64
64
|
"@metamask/controller-utils": "^11.20.0",
|
|
65
65
|
"@metamask/core-backend": "^6.2.1",
|
|
66
66
|
"@metamask/keyring-api": "^23.0.1",
|
|
67
|
-
"@metamask/keyring-controller": "^25.
|
|
68
|
-
"@metamask/keyring-internal-api": "^
|
|
67
|
+
"@metamask/keyring-controller": "^25.3.0",
|
|
68
|
+
"@metamask/keyring-internal-api": "^11.0.0",
|
|
69
69
|
"@metamask/keyring-snap-client": "^9.0.1",
|
|
70
|
-
"@metamask/messenger": "^1.
|
|
70
|
+
"@metamask/messenger": "^1.2.0",
|
|
71
71
|
"@metamask/network-controller": "^30.0.1",
|
|
72
72
|
"@metamask/network-enablement-controller": "^5.0.2",
|
|
73
73
|
"@metamask/permission-controller": "^12.3.0",
|