@metamask-previews/assets-controllers 95.0.0-preview-8a4f4ea3 → 95.1.0-preview-f5ec6061
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 +8 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- Bump `@metamask/transaction-controller` from `^62.8.0` to `^62.9.0` ([#7602](https://github.com/MetaMask/core/pull/7602))
|
|
13
|
+
|
|
14
|
+
## [95.1.0]
|
|
15
|
+
|
|
10
16
|
### Added
|
|
11
17
|
|
|
12
18
|
- Add RWA (Real World Assets) data support for token metadata endpoint ([#7595](https://github.com/MetaMask/core/pull/7595))
|
|
@@ -2490,7 +2496,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
2490
2496
|
|
|
2491
2497
|
- Use Ethers for AssetsContractController ([#845](https://github.com/MetaMask/core/pull/845))
|
|
2492
2498
|
|
|
2493
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@95.
|
|
2499
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@95.1.0...HEAD
|
|
2500
|
+
[95.1.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@95.0.0...@metamask/assets-controllers@95.1.0
|
|
2494
2501
|
[95.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@94.1.0...@metamask/assets-controllers@95.0.0
|
|
2495
2502
|
[94.1.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@94.0.0...@metamask/assets-controllers@94.1.0
|
|
2496
2503
|
[94.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@93.1.0...@metamask/assets-controllers@94.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/assets-controllers",
|
|
3
|
-
"version": "95.
|
|
3
|
+
"version": "95.1.0-preview-f5ec6061",
|
|
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": "^17.2.0",
|
|
79
79
|
"@metamask/snaps-sdk": "^10.3.0",
|
|
80
80
|
"@metamask/snaps-utils": "^11.7.0",
|
|
81
|
-
"@metamask/transaction-controller": "^62.
|
|
81
|
+
"@metamask/transaction-controller": "^62.9.0",
|
|
82
82
|
"@metamask/utils": "^11.9.0",
|
|
83
83
|
"@types/bn.js": "^5.1.5",
|
|
84
84
|
"@types/uuid": "^8.3.0",
|