@metamask-previews/network-enablement-controller 4.2.0-preview-efc1fb7 → 4.2.0-preview-a12b37cc3
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 +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -24,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
24
24
|
- The `NetworkEnablementController` action `NetworkEnablementControllerSetEnabledNetworksAction` has been renamed to `NetworkEnablementControllerEnableNetworkAction` so it matches the method name.
|
|
25
25
|
- These changes only affect the types. The action type strings themselves have not changed, so you do not need to update the list of actions you pass when initializing `NetworkEnablementController` messengers.
|
|
26
26
|
- Bump `@metamask/multichain-network-controller` from `^3.0.4` to `^3.0.5` ([#8140](https://github.com/MetaMask/core/pull/8140))
|
|
27
|
-
- Bump `@metamask/transaction-controller` from `^62.20.0` to `^62.
|
|
27
|
+
- Bump `@metamask/transaction-controller` from `^62.20.0` to `^62.22.0` ([#8140](https://github.com/MetaMask/core/pull/8140), [#8217](https://github.com/MetaMask/core/pull/8217))
|
|
28
28
|
|
|
29
29
|
## [4.2.0]
|
|
30
30
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/network-enablement-controller",
|
|
3
|
-
"version": "4.2.0-preview-
|
|
3
|
+
"version": "4.2.0-preview-a12b37cc3",
|
|
4
4
|
"description": "Provides an interface to the currently enabled network using a MetaMask-compatible provider object",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@metamask/multichain-network-controller": "^3.0.5",
|
|
56
56
|
"@metamask/network-controller": "^30.0.0",
|
|
57
57
|
"@metamask/slip44": "^4.3.0",
|
|
58
|
-
"@metamask/transaction-controller": "^62.
|
|
58
|
+
"@metamask/transaction-controller": "^62.22.0",
|
|
59
59
|
"@metamask/utils": "^11.9.0",
|
|
60
60
|
"reselect": "^5.1.1"
|
|
61
61
|
},
|