@metamask-previews/assets-controllers 109.1.0-preview-2c09cc947 → 109.2.0-preview-6da9f2b
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 `^68.0.1` to `^68.1.0` ([#9203](https://github.com/MetaMask/core/pull/9203))
|
|
13
|
+
|
|
14
|
+
## [109.2.0]
|
|
15
|
+
|
|
10
16
|
### Added
|
|
11
17
|
|
|
12
18
|
- Add `isDeprecated` option to `TokensController` constructor ([#9186](https://github.com/MetaMask/core/pull/9186))
|
|
@@ -3228,7 +3234,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
3228
3234
|
|
|
3229
3235
|
- Use Ethers for AssetsContractController ([#845](https://github.com/MetaMask/core/pull/845))
|
|
3230
3236
|
|
|
3231
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@109.
|
|
3237
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@109.2.0...HEAD
|
|
3238
|
+
[109.2.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@109.1.0...@metamask/assets-controllers@109.2.0
|
|
3232
3239
|
[109.1.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@109.0.0...@metamask/assets-controllers@109.1.0
|
|
3233
3240
|
[109.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@108.6.0...@metamask/assets-controllers@109.0.0
|
|
3234
3241
|
[108.6.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@108.5.0...@metamask/assets-controllers@108.6.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/assets-controllers",
|
|
3
|
-
"version": "109.
|
|
3
|
+
"version": "109.2.0-preview-6da9f2b",
|
|
4
4
|
"description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"@metamask/snaps-sdk": "^11.0.0",
|
|
86
86
|
"@metamask/snaps-utils": "^12.1.2",
|
|
87
87
|
"@metamask/storage-service": "^1.0.2",
|
|
88
|
-
"@metamask/transaction-controller": "^68.0
|
|
88
|
+
"@metamask/transaction-controller": "^68.1.0",
|
|
89
89
|
"@metamask/utils": "^11.11.0",
|
|
90
90
|
"@tanstack/query-core": "^5.62.16",
|
|
91
91
|
"@types/bn.js": "^5.1.5",
|