@metamask-previews/assets-controller 10.2.0-preview-1f6071cd8 → 10.2.1-preview-a511f243f
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/LICENSE +1 -0
- 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
|
+
## [10.2.1]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
|
-
- Bump `@metamask/transaction-controller` from `^68.3.0` to `^
|
|
14
|
+
- Bump `@metamask/transaction-controller` from `^68.3.0` to `^69.0.0` ([#9456](https://github.com/MetaMask/core/pull/9456), [#9470](https://github.com/MetaMask/core/pull/9470))
|
|
15
|
+
- Bump `@metamask/accounts-controller` from `^39.0.4` to `^39.0.5` ([#9470](https://github.com/MetaMask/core/pull/9470))
|
|
16
|
+
- Bump `@metamask/account-tree-controller` from `^7.5.4` to `^7.5.5` ([#9470](https://github.com/MetaMask/core/pull/9470))
|
|
17
|
+
- Bump `@metamask/assets-controllers` from `^109.4.0` to `^109.4.1` ([#9470](https://github.com/MetaMask/core/pull/9470))
|
|
18
|
+
- Bump `@metamask/network-enablement-controller` from `^5.4.1` to `^5.5.0` ([#9470](https://github.com/MetaMask/core/pull/9470))
|
|
19
|
+
- Bump `@metamask/phishing-controller` from `^17.2.0` to `^17.2.1` ([#9470](https://github.com/MetaMask/core/pull/9470))
|
|
13
20
|
|
|
14
21
|
## [10.2.0]
|
|
15
22
|
|
|
@@ -716,7 +723,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
716
723
|
- Refactor `RpcDataSource` to delegate polling to `BalanceFetcher` and `TokenDetector` services ([#7709](https://github.com/MetaMask/core/pull/7709))
|
|
717
724
|
- Refactor `BalanceFetcher` and `TokenDetector` to extend `StaticIntervalPollingControllerOnly` for independent polling management ([#7709](https://github.com/MetaMask/core/pull/7709))
|
|
718
725
|
|
|
719
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@10.2.
|
|
726
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@10.2.1...HEAD
|
|
727
|
+
[10.2.1]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@10.2.0...@metamask/assets-controller@10.2.1
|
|
720
728
|
[10.2.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@10.1.0...@metamask/assets-controller@10.2.0
|
|
721
729
|
[10.1.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@10.0.1...@metamask/assets-controller@10.1.0
|
|
722
730
|
[10.0.1]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@10.0.0...@metamask/assets-controller@10.0.1
|
package/LICENSE
CHANGED
|
@@ -18,3 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
|
18
18
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
19
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
20
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/assets-controller",
|
|
3
|
-
"version": "10.2.
|
|
3
|
+
"version": "10.2.1-preview-a511f243f",
|
|
4
4
|
"description": "Tracks assets balances/prices and handles token detection across all digital assets",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -56,9 +56,9 @@
|
|
|
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.5.
|
|
60
|
-
"@metamask/accounts-controller": "^39.0.
|
|
61
|
-
"@metamask/assets-controllers": "^109.4.
|
|
59
|
+
"@metamask/account-tree-controller": "^7.5.5",
|
|
60
|
+
"@metamask/accounts-controller": "^39.0.5",
|
|
61
|
+
"@metamask/assets-controllers": "^109.4.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,14 +69,14 @@
|
|
|
69
69
|
"@metamask/keyring-snap-client": "^9.2.0",
|
|
70
70
|
"@metamask/messenger": "^2.0.0",
|
|
71
71
|
"@metamask/network-controller": "^34.0.0",
|
|
72
|
-
"@metamask/network-enablement-controller": "^5.
|
|
72
|
+
"@metamask/network-enablement-controller": "^5.5.0",
|
|
73
73
|
"@metamask/permission-controller": "^13.1.1",
|
|
74
|
-
"@metamask/phishing-controller": "^17.2.
|
|
74
|
+
"@metamask/phishing-controller": "^17.2.1",
|
|
75
75
|
"@metamask/polling-controller": "^16.0.8",
|
|
76
76
|
"@metamask/preferences-controller": "^23.1.0",
|
|
77
77
|
"@metamask/snaps-controllers": "^19.0.0",
|
|
78
78
|
"@metamask/snaps-utils": "^12.1.2",
|
|
79
|
-
"@metamask/transaction-controller": "^
|
|
79
|
+
"@metamask/transaction-controller": "^69.0.0",
|
|
80
80
|
"@metamask/utils": "^11.11.0",
|
|
81
81
|
"async-mutex": "^0.5.0",
|
|
82
82
|
"bignumber.js": "^9.1.2",
|