@metamask-previews/network-controller 32.0.0-preview-2fc626b → 32.0.0-preview-3af52b79c
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
|
|
|
20
20
|
### Changed
|
|
21
21
|
|
|
22
|
+
- Bump `@metamask/utils` from `^11.9.0` to `^11.11.0` ([#9074](https://github.com/MetaMask/core/pull/9074))
|
|
22
23
|
- Bump `@metamask/controller-utils` from `^12.1.0` to `^12.2.0` ([#9058](https://github.com/MetaMask/core/pull/9058), [#9083](https://github.com/MetaMask/core/pull/9083))
|
|
23
24
|
- **BREAKING:** Automatically populate `isRpcFailoverEnabled` using `RemoteFeatureFlagController` ([#9013](https://github.com/MetaMask/core/pull/9013))
|
|
24
25
|
- `NetworkController.init` must now be called to fully initialize the controller.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/network-controller",
|
|
3
|
-
"version": "32.0.0-preview-
|
|
3
|
+
"version": "32.0.0-preview-3af52b79c",
|
|
4
4
|
"description": "Provides an interface to the currently selected network via a MetaMask-compatible provider object",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"@metamask/remote-feature-flag-controller": "^4.2.2",
|
|
67
67
|
"@metamask/rpc-errors": "^7.0.2",
|
|
68
68
|
"@metamask/swappable-obj-proxy": "^2.3.0",
|
|
69
|
-
"@metamask/utils": "^11.
|
|
69
|
+
"@metamask/utils": "^11.11.0",
|
|
70
70
|
"fast-deep-equal": "^3.1.3",
|
|
71
71
|
"immer": "^9.0.6",
|
|
72
72
|
"loglevel": "^1.8.1",
|