@metamask-previews/assets-controllers 99.3.1-preview-0bb0ab8a7 → 99.3.2-preview-8edbf7c9d
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 -4
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -7,12 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [99.3.2]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
14
|
+
- Bump `@metamask/accounts-controller` from `^35.0.2` to `^36.0.0` ([#7897](https://github.com/MetaMask/core/pull/7897))
|
|
12
15
|
- Bump `@metamask/keyring-api` from `^21.0.0` to `^21.5.0` ([#7857](https://github.com/MetaMask/core/pull/7857))
|
|
13
|
-
- Bump `@metamask/account-tree-controller` from `^4.0.0` to `^4.1.
|
|
14
|
-
- Bump `@metamask/multichain-account-service` from `^5.1.0` to `^
|
|
15
|
-
- Bump `@metamask/transaction-controller` from `^62.15.0` to `^62.
|
|
16
|
+
- Bump `@metamask/account-tree-controller` from `^4.0.0` to `^4.1.1` ([#7869](https://github.com/MetaMask/core/pull/7869)), ([#7897](https://github.com/MetaMask/core/pull/7897))
|
|
17
|
+
- Bump `@metamask/multichain-account-service` from `^5.1.0` to `^7.0.0` ([#7869](https://github.com/MetaMask/core/pull/7869)), ([#7897](https://github.com/MetaMask/core/pull/7897))
|
|
18
|
+
- Bump `@metamask/transaction-controller` from `^62.15.0` to `^62.17.0` ([#7872](https://github.com/MetaMask/core/pull/7872)), ([#7897](https://github.com/MetaMask/core/pull/7897))
|
|
16
19
|
- Bump `@metamask/phishing-controller` from `^16.1.0` to `^16.2.0` ([#7883](https://github.com/MetaMask/core/pull/7883))
|
|
17
20
|
- Optimize Price API performance by deduplicating concurrent API calls ([#7811](https://github.com/MetaMask/core/pull/7811))
|
|
18
21
|
- Add in-flight promise caching for `fetchSupportedNetworks()` to prevent duplicate concurrent requests
|
|
@@ -2665,7 +2668,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
2665
2668
|
|
|
2666
2669
|
- Use Ethers for AssetsContractController ([#845](https://github.com/MetaMask/core/pull/845))
|
|
2667
2670
|
|
|
2668
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@99.3.
|
|
2671
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@99.3.2...HEAD
|
|
2672
|
+
[99.3.2]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@99.3.1...@metamask/assets-controllers@99.3.2
|
|
2669
2673
|
[99.3.1]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@99.3.0...@metamask/assets-controllers@99.3.1
|
|
2670
2674
|
[99.3.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@99.2.0...@metamask/assets-controllers@99.3.0
|
|
2671
2675
|
[99.2.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@99.1.0...@metamask/assets-controllers@99.2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/assets-controllers",
|
|
3
|
-
"version": "99.3.
|
|
3
|
+
"version": "99.3.2-preview-8edbf7c9d",
|
|
4
4
|
"description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
"@ethersproject/contracts": "^5.7.0",
|
|
56
56
|
"@ethersproject/providers": "^5.7.0",
|
|
57
57
|
"@metamask/abi-utils": "^2.0.3",
|
|
58
|
-
"@metamask/account-tree-controller": "^4.1.
|
|
59
|
-
"@metamask/accounts-controller": "^
|
|
58
|
+
"@metamask/account-tree-controller": "^4.1.1",
|
|
59
|
+
"@metamask/accounts-controller": "^36.0.0",
|
|
60
60
|
"@metamask/approval-controller": "^8.0.0",
|
|
61
61
|
"@metamask/base-controller": "^9.0.0",
|
|
62
62
|
"@metamask/contract-metadata": "^2.4.0",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"@metamask/keyring-controller": "^25.1.0",
|
|
68
68
|
"@metamask/messenger": "^0.3.0",
|
|
69
69
|
"@metamask/metamask-eth-abis": "^3.1.1",
|
|
70
|
-
"@metamask/multichain-account-service": "^
|
|
70
|
+
"@metamask/multichain-account-service": "^7.0.0",
|
|
71
71
|
"@metamask/network-controller": "^29.0.0",
|
|
72
72
|
"@metamask/network-enablement-controller": "^4.1.0",
|
|
73
73
|
"@metamask/permission-controller": "^12.2.0",
|
|
@@ -80,7 +80,7 @@
|
|
|
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.17.0",
|
|
84
84
|
"@metamask/utils": "^11.9.0",
|
|
85
85
|
"@types/bn.js": "^5.1.5",
|
|
86
86
|
"@types/uuid": "^8.3.0",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"nock": "^13.3.1",
|
|
113
113
|
"sinon": "^9.2.4",
|
|
114
114
|
"ts-jest": "^29.2.5",
|
|
115
|
-
"typedoc": "^0.
|
|
115
|
+
"typedoc": "^0.25.13",
|
|
116
116
|
"typedoc-plugin-missing-exports": "^2.0.0",
|
|
117
117
|
"typescript": "~5.3.3",
|
|
118
118
|
"webextension-polyfill": "^0.12.0"
|