@metamask-previews/network-controller 32.0.0-preview-55c113b0b → 32.0.0-preview-69c25f142

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -1
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -19,11 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
19
 
20
20
  ### Changed
21
21
 
22
+ - 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))
22
23
  - **BREAKING:** Automatically populate `isRpcFailoverEnabled` using `RemoteFeatureFlagController` ([#9013](https://github.com/MetaMask/core/pull/9013))
23
24
  - `NetworkController.init` must now be called to fully initialize the controller.
24
25
  - The constructor argument `isRpcFailoverEnabled` is no longer available.
25
26
  - `RemoteFeatureFlagController:stateChange` and `RemoteFeatureFlagController:getState` are now required.
26
- - Bump `@metamask/controller-utils` from `^12.1.0` to `^12.1.1` ([#9058](https://github.com/MetaMask/core/pull/9058))
27
+ - Drop `async-mutex` dependency, which was no longer used in source ([#9064](https://github.com/MetaMask/core/pull/9064))
27
28
 
28
29
  ### Removed
29
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/network-controller",
3
- "version": "32.0.0-preview-55c113b0b",
3
+ "version": "32.0.0-preview-69c25f142",
4
4
  "description": "Provides an interface to the currently selected network via a MetaMask-compatible provider object",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -55,7 +55,7 @@
55
55
  "dependencies": {
56
56
  "@metamask/base-controller": "^9.1.0",
57
57
  "@metamask/connectivity-controller": "^0.2.0",
58
- "@metamask/controller-utils": "^12.1.1",
58
+ "@metamask/controller-utils": "^12.2.0",
59
59
  "@metamask/eth-block-tracker": "^15.0.1",
60
60
  "@metamask/eth-json-rpc-infura": "^10.3.0",
61
61
  "@metamask/eth-json-rpc-middleware": "^23.1.3",
@@ -67,7 +67,6 @@
67
67
  "@metamask/rpc-errors": "^7.0.2",
68
68
  "@metamask/swappable-obj-proxy": "^2.3.0",
69
69
  "@metamask/utils": "^11.9.0",
70
- "async-mutex": "^0.5.0",
71
70
  "fast-deep-equal": "^3.1.3",
72
71
  "immer": "^9.0.6",
73
72
  "loglevel": "^1.8.1",