@metamask-previews/network-enablement-controller 5.6.0-preview-fdc7f3780 → 5.6.0-preview-ff22b464a
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 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
19
19
|
- **BREAKING:** Popular-network classification is now augmented by `ConfigRegistryController` ([#9611](https://github.com/MetaMask/core/pull/9611))
|
|
20
20
|
- `NetworkEnablementControllerMessenger` now requires the `ConfigRegistryController:getState` action to be available.
|
|
21
21
|
- Bump `@metamask/transaction-controller` from `^69.0.0` to `^69.2.1` ([#9568](https://github.com/MetaMask/core/pull/9568), [#9589](https://github.com/MetaMask/core/pull/9589), [#9593](https://github.com/MetaMask/core/pull/9593))
|
|
22
|
+
- Bump `@metamask/keyring-api` from `^23.5.0` to `^23.7.0` ([#9676](https://github.com/MetaMask/core/pull/9676))
|
|
22
23
|
|
|
23
24
|
## [5.6.0]
|
|
24
25
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/network-enablement-controller",
|
|
3
|
-
"version": "5.6.0-preview-
|
|
3
|
+
"version": "5.6.0-preview-ff22b464a",
|
|
4
4
|
"description": "Provides an interface to the currently enabled network using a MetaMask-compatible provider object",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"@metamask/base-controller": "^9.1.0",
|
|
59
59
|
"@metamask/config-registry-controller": "^0.4.1",
|
|
60
60
|
"@metamask/controller-utils": "^12.3.0",
|
|
61
|
-
"@metamask/keyring-api": "^23.
|
|
61
|
+
"@metamask/keyring-api": "^23.7.0",
|
|
62
62
|
"@metamask/messenger": "^2.0.0",
|
|
63
63
|
"@metamask/multichain-network-controller": "^3.2.1",
|
|
64
64
|
"@metamask/network-controller": "^34.0.0",
|