@metamask-previews/assets-controllers 92.0.0-preview-1df1e6fb → 92.0.0-preview-94803db
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 +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
14
14
|
### Changed
|
|
15
15
|
|
|
16
16
|
- Bump `@metamask/network-controller` from `^26.0.0` to `^27.0.0` ([#7258](https://github.com/MetaMask/core/pull/7258))
|
|
17
|
-
- Bump `@metamask/transaction-controller` from `^62.3.0` to `^62.
|
|
17
|
+
- Bump `@metamask/transaction-controller` from `^62.3.0` to `^62.4.0` ([#7257](https://github.com/MetaMask/core/pull/7257), [#7289](https://github.com/MetaMask/core/pull/7289))
|
|
18
18
|
- `AccountTrackerController` now normalizes addresses to lowercase internally before calling balance fetchers to match `TokenBalancesController` and enable HTTP request caching ([#7279](https://github.com/MetaMask/core/pull/7279))
|
|
19
19
|
|
|
20
20
|
### Fixed
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/assets-controllers",
|
|
3
|
-
"version": "92.0.0-preview-
|
|
3
|
+
"version": "92.0.0-preview-94803db",
|
|
4
4
|
"description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"@metamask/snaps-controllers": "^14.0.1",
|
|
79
79
|
"@metamask/snaps-sdk": "^9.0.0",
|
|
80
80
|
"@metamask/snaps-utils": "^11.0.0",
|
|
81
|
-
"@metamask/transaction-controller": "^62.
|
|
81
|
+
"@metamask/transaction-controller": "^62.4.0",
|
|
82
82
|
"@metamask/utils": "^11.8.1",
|
|
83
83
|
"@types/bn.js": "^5.1.5",
|
|
84
84
|
"@types/uuid": "^8.3.0",
|