@metamask-previews/assets-controllers 108.5.0-preview-cf351fcd3 → 108.6.0-preview-2bb03d4
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 +12 -1
- package/package.json +9 -9
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
|
+
## [108.6.0]
|
|
11
|
+
|
|
10
12
|
### Added
|
|
11
13
|
|
|
12
14
|
- Add `isDeprecated` option to `TokenRatesController` constructor ([#9033](https://github.com/MetaMask/core/pull/9033))
|
|
@@ -23,6 +25,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
23
25
|
|
|
24
26
|
- Bump `@metamask/network-enablement-controller` from `^5.2.0` to `^5.3.0` ([#9003](https://github.com/MetaMask/core/pull/9003))
|
|
25
27
|
- Bump `@metamask/transaction-controller` from `^66.0.1` to `^67.0.0` ([#9021](https://github.com/MetaMask/core/pull/9021))
|
|
28
|
+
- Bump `@metamask/account-tree-controller` from `^7.5.1` to `^7.5.2` ([#9058](https://github.com/MetaMask/core/pull/9058))
|
|
29
|
+
- Bump `@metamask/accounts-controller` from `^39.0.0` to `^39.0.1` ([#9058](https://github.com/MetaMask/core/pull/9058))
|
|
30
|
+
- Bump `@metamask/approval-controller` from `^9.0.1` to `^9.0.2` ([#9058](https://github.com/MetaMask/core/pull/9058))
|
|
31
|
+
- Bump `@metamask/controller-utils` from `^12.1.0` to `^12.1.1` ([#9058](https://github.com/MetaMask/core/pull/9058))
|
|
32
|
+
- Bump `@metamask/core-backend` from `^6.3.2` to `^6.3.3` ([#9058](https://github.com/MetaMask/core/pull/9058))
|
|
33
|
+
- Bump `@metamask/keyring-controller` from `^26.0.0` to `^27.0.0` ([#9058](https://github.com/MetaMask/core/pull/9058))
|
|
34
|
+
- Bump `@metamask/multichain-account-service` from `^10.0.2` to `^10.0.3` ([#9058](https://github.com/MetaMask/core/pull/9058))
|
|
35
|
+
- Bump `@metamask/storage-service` from `^1.0.1` to `^1.0.2` ([#9058](https://github.com/MetaMask/core/pull/9058))
|
|
26
36
|
|
|
27
37
|
## [108.5.0]
|
|
28
38
|
|
|
@@ -3169,7 +3179,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
3169
3179
|
|
|
3170
3180
|
- Use Ethers for AssetsContractController ([#845](https://github.com/MetaMask/core/pull/845))
|
|
3171
3181
|
|
|
3172
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@108.
|
|
3182
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@108.6.0...HEAD
|
|
3183
|
+
[108.6.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@108.5.0...@metamask/assets-controllers@108.6.0
|
|
3173
3184
|
[108.5.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@108.4.0...@metamask/assets-controllers@108.5.0
|
|
3174
3185
|
[108.4.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@108.3.0...@metamask/assets-controllers@108.4.0
|
|
3175
3186
|
[108.3.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@108.2.0...@metamask/assets-controllers@108.3.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/assets-controllers",
|
|
3
|
-
"version": "108.
|
|
3
|
+
"version": "108.6.0-preview-2bb03d4",
|
|
4
4
|
"description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -60,19 +60,19 @@
|
|
|
60
60
|
"@ethersproject/contracts": "^5.7.0",
|
|
61
61
|
"@ethersproject/providers": "^5.7.0",
|
|
62
62
|
"@metamask/abi-utils": "^2.0.3",
|
|
63
|
-
"@metamask/account-tree-controller": "^7.5.
|
|
64
|
-
"@metamask/accounts-controller": "^39.0.
|
|
65
|
-
"@metamask/approval-controller": "^9.0.
|
|
63
|
+
"@metamask/account-tree-controller": "^7.5.2",
|
|
64
|
+
"@metamask/accounts-controller": "^39.0.1",
|
|
65
|
+
"@metamask/approval-controller": "^9.0.2",
|
|
66
66
|
"@metamask/base-controller": "^9.1.0",
|
|
67
67
|
"@metamask/contract-metadata": "^2.4.0",
|
|
68
|
-
"@metamask/controller-utils": "^12.1.
|
|
69
|
-
"@metamask/core-backend": "^6.3.
|
|
68
|
+
"@metamask/controller-utils": "^12.1.1",
|
|
69
|
+
"@metamask/core-backend": "^6.3.3",
|
|
70
70
|
"@metamask/eth-query": "^4.0.0",
|
|
71
71
|
"@metamask/keyring-api": "^23.1.0",
|
|
72
|
-
"@metamask/keyring-controller": "^
|
|
72
|
+
"@metamask/keyring-controller": "^27.0.0",
|
|
73
73
|
"@metamask/messenger": "^1.2.0",
|
|
74
74
|
"@metamask/metamask-eth-abis": "^3.1.1",
|
|
75
|
-
"@metamask/multichain-account-service": "^10.0.
|
|
75
|
+
"@metamask/multichain-account-service": "^10.0.3",
|
|
76
76
|
"@metamask/network-controller": "^32.0.0",
|
|
77
77
|
"@metamask/network-enablement-controller": "^5.3.0",
|
|
78
78
|
"@metamask/permission-controller": "^13.1.1",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"@metamask/snaps-controllers": "^19.0.0",
|
|
85
85
|
"@metamask/snaps-sdk": "^11.0.0",
|
|
86
86
|
"@metamask/snaps-utils": "^12.1.2",
|
|
87
|
-
"@metamask/storage-service": "^1.0.
|
|
87
|
+
"@metamask/storage-service": "^1.0.2",
|
|
88
88
|
"@metamask/transaction-controller": "^67.0.0",
|
|
89
89
|
"@metamask/utils": "^11.9.0",
|
|
90
90
|
"@tanstack/query-core": "^5.62.16",
|