@metamask/assets-controllers 103.1.0 → 103.1.1
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 +10 -1
- package/package.json +5 -7
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [103.1.1]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/network-enablement-controller` from `^5.0.1` to `^5.0.2` ([#8359](https://github.com/MetaMask/core/pull/8359))
|
|
15
|
+
- Bump `@metamask/phishing-controller` from `^17.1.0` to `^17.1.1` ([#8359](https://github.com/MetaMask/core/pull/8359))
|
|
16
|
+
- Bump `@metamask/transaction-controller` from `^63.3.1` to `^64.0.0` ([#8359](https://github.com/MetaMask/core/pull/8359))
|
|
17
|
+
|
|
10
18
|
## [103.1.0]
|
|
11
19
|
|
|
12
20
|
### Changed
|
|
@@ -2907,7 +2915,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
2907
2915
|
|
|
2908
2916
|
- Use Ethers for AssetsContractController ([#845](https://github.com/MetaMask/core/pull/845))
|
|
2909
2917
|
|
|
2910
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@103.1.
|
|
2918
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@103.1.1...HEAD
|
|
2919
|
+
[103.1.1]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@103.1.0...@metamask/assets-controllers@103.1.1
|
|
2911
2920
|
[103.1.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@103.0.0...@metamask/assets-controllers@103.1.0
|
|
2912
2921
|
[103.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@102.0.0...@metamask/assets-controllers@103.0.0
|
|
2913
2922
|
[102.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@101.0.1...@metamask/assets-controllers@102.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/assets-controllers",
|
|
3
|
-
"version": "103.1.
|
|
3
|
+
"version": "103.1.1",
|
|
4
4
|
"description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -40,9 +40,7 @@
|
|
|
40
40
|
"build:docs": "typedoc",
|
|
41
41
|
"changelog:update": "../../scripts/update-changelog.sh @metamask/assets-controllers",
|
|
42
42
|
"changelog:validate": "../../scripts/validate-changelog.sh @metamask/assets-controllers",
|
|
43
|
-
"generate-method-action-types": "tsx ../../
|
|
44
|
-
"generate-method-action-types:multichain-assets-controller": "tsx ../../scripts/generate-method-action-types.ts src/MultichainAssetsController",
|
|
45
|
-
"generate-method-action-types:multichain-assets-rates-controller": "tsx ../../scripts/generate-method-action-types.ts src/MultichainAssetsRatesController",
|
|
43
|
+
"generate-method-action-types": "tsx ../../packages/messenger/src/generate-action-types/cli.ts",
|
|
46
44
|
"since-latest-release": "../../scripts/since-latest-release.sh",
|
|
47
45
|
"test": "NODE_OPTIONS=--experimental-vm-modules jest --reporters=jest-silent-reporter",
|
|
48
46
|
"test:clean": "NODE_OPTIONS=--experimental-vm-modules jest --clearCache",
|
|
@@ -71,9 +69,9 @@
|
|
|
71
69
|
"@metamask/metamask-eth-abis": "^3.1.1",
|
|
72
70
|
"@metamask/multichain-account-service": "^8.0.1",
|
|
73
71
|
"@metamask/network-controller": "^30.0.1",
|
|
74
|
-
"@metamask/network-enablement-controller": "^5.0.
|
|
72
|
+
"@metamask/network-enablement-controller": "^5.0.2",
|
|
75
73
|
"@metamask/permission-controller": "^12.3.0",
|
|
76
|
-
"@metamask/phishing-controller": "^17.1.
|
|
74
|
+
"@metamask/phishing-controller": "^17.1.1",
|
|
77
75
|
"@metamask/polling-controller": "^16.0.4",
|
|
78
76
|
"@metamask/preferences-controller": "^23.1.0",
|
|
79
77
|
"@metamask/profile-sync-controller": "^28.0.2",
|
|
@@ -82,7 +80,7 @@
|
|
|
82
80
|
"@metamask/snaps-sdk": "^11.0.0",
|
|
83
81
|
"@metamask/snaps-utils": "^12.1.2",
|
|
84
82
|
"@metamask/storage-service": "^1.0.1",
|
|
85
|
-
"@metamask/transaction-controller": "^
|
|
83
|
+
"@metamask/transaction-controller": "^64.0.0",
|
|
86
84
|
"@metamask/utils": "^11.9.0",
|
|
87
85
|
"@types/bn.js": "^5.1.5",
|
|
88
86
|
"@types/uuid": "^8.3.0",
|