@metamask-previews/network-enablement-controller 4.2.0-preview-a12b37cc3 → 5.0.0-preview-3685bfb
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 +5 -2
- package/package.json +2 -2
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
|
+
## [5.0.0]
|
|
11
|
+
|
|
10
12
|
### Added
|
|
11
13
|
|
|
12
14
|
- Expose missing public `NetworkEnablementController` methods through its messenger ([#8164](https://github.com/MetaMask/core/pull/8164))
|
|
@@ -24,7 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
24
26
|
- The `NetworkEnablementController` action `NetworkEnablementControllerSetEnabledNetworksAction` has been renamed to `NetworkEnablementControllerEnableNetworkAction` so it matches the method name.
|
|
25
27
|
- 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
28
|
- 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 `^
|
|
29
|
+
- Bump `@metamask/transaction-controller` from `^62.20.0` to `^63.0.0` ([#8140](https://github.com/MetaMask/core/pull/8140), [#8217](https://github.com/MetaMask/core/pull/8217), [#8225](https://github.com/MetaMask/core/pull/8225))
|
|
28
30
|
|
|
29
31
|
## [4.2.0]
|
|
30
32
|
|
|
@@ -244,7 +246,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
244
246
|
|
|
245
247
|
- Initial release ([#6028](https://github.com/MetaMask/core/pull/6028))
|
|
246
248
|
|
|
247
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-enablement-controller@
|
|
249
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-enablement-controller@5.0.0...HEAD
|
|
250
|
+
[5.0.0]: https://github.com/MetaMask/core/compare/@metamask/network-enablement-controller@4.2.0...@metamask/network-enablement-controller@5.0.0
|
|
248
251
|
[4.2.0]: https://github.com/MetaMask/core/compare/@metamask/network-enablement-controller@4.1.2...@metamask/network-enablement-controller@4.2.0
|
|
249
252
|
[4.1.2]: https://github.com/MetaMask/core/compare/@metamask/network-enablement-controller@4.1.1...@metamask/network-enablement-controller@4.1.2
|
|
250
253
|
[4.1.1]: https://github.com/MetaMask/core/compare/@metamask/network-enablement-controller@4.1.0...@metamask/network-enablement-controller@4.1.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/network-enablement-controller",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0-preview-3685bfb",
|
|
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": "^
|
|
58
|
+
"@metamask/transaction-controller": "^63.0.0",
|
|
59
59
|
"@metamask/utils": "^11.9.0",
|
|
60
60
|
"reselect": "^5.1.1"
|
|
61
61
|
},
|