@metamask-previews/assets-controllers 99.1.0-preview-85f1a30c → 99.2.0-preview-57408350
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 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [99.2.0]
|
|
11
|
+
|
|
10
12
|
### Added
|
|
11
13
|
|
|
12
14
|
- Add `HYPEREVM` support ([#7790](https://github.com/MetaMask/core/pull/7790))
|
|
@@ -15,8 +17,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
15
17
|
|
|
16
18
|
### Changed
|
|
17
19
|
|
|
20
|
+
- Simplify TokenListController initialization ([#7740](https://github.com/MetaMask/core/pull/7740))
|
|
18
21
|
- Bump `@metamask/storage-service` from `^0.0.1` to `^1.0.0` ([#7797](https://github.com/MetaMask/core/pull/7797))
|
|
19
|
-
- Bump `@metamask/transaction-controller` from `^62.11.0` to `^62.
|
|
22
|
+
- Bump `@metamask/transaction-controller` from `^62.11.0` to `^62.13.0` ([#7775](https://github.com/MetaMask/core/pull/7775), [#7802](https://github.com/MetaMask/core/pull/7802))
|
|
23
|
+
- Bump `@metamask/preferences-controller` from `^22.0.0` to `^22.1.0` ([#7802](https://github.com/MetaMask/core/pull/7802))
|
|
24
|
+
|
|
25
|
+
### Removed
|
|
26
|
+
|
|
27
|
+
- Removed token-search-discovery-controller package ([#7789](https://github.com/MetaMask/core/pull/7789))
|
|
20
28
|
|
|
21
29
|
## [99.1.0]
|
|
22
30
|
|
|
@@ -2622,7 +2630,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
2622
2630
|
|
|
2623
2631
|
- Use Ethers for AssetsContractController ([#845](https://github.com/MetaMask/core/pull/845))
|
|
2624
2632
|
|
|
2625
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@99.
|
|
2633
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@99.2.0...HEAD
|
|
2634
|
+
[99.2.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@99.1.0...@metamask/assets-controllers@99.2.0
|
|
2626
2635
|
[99.1.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@99.0.0...@metamask/assets-controllers@99.1.0
|
|
2627
2636
|
[99.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@98.0.0...@metamask/assets-controllers@99.0.0
|
|
2628
2637
|
[98.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@97.0.0...@metamask/assets-controllers@98.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/assets-controllers",
|
|
3
|
-
"version": "99.
|
|
3
|
+
"version": "99.2.0-preview-57408350",
|
|
4
4
|
"description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -73,14 +73,14 @@
|
|
|
73
73
|
"@metamask/permission-controller": "^12.2.0",
|
|
74
74
|
"@metamask/phishing-controller": "^16.1.0",
|
|
75
75
|
"@metamask/polling-controller": "^16.0.2",
|
|
76
|
-
"@metamask/preferences-controller": "^22.
|
|
76
|
+
"@metamask/preferences-controller": "^22.1.0",
|
|
77
77
|
"@metamask/profile-sync-controller": "^27.0.0",
|
|
78
78
|
"@metamask/rpc-errors": "^7.0.2",
|
|
79
79
|
"@metamask/snaps-controllers": "^17.2.0",
|
|
80
80
|
"@metamask/snaps-sdk": "^10.3.0",
|
|
81
81
|
"@metamask/snaps-utils": "^11.7.0",
|
|
82
82
|
"@metamask/storage-service": "^1.0.0",
|
|
83
|
-
"@metamask/transaction-controller": "^62.
|
|
83
|
+
"@metamask/transaction-controller": "^62.13.0",
|
|
84
84
|
"@metamask/utils": "^11.9.0",
|
|
85
85
|
"@types/bn.js": "^5.1.5",
|
|
86
86
|
"@types/uuid": "^8.3.0",
|