@metamask-previews/network-controller 32.0.0-preview-86a6309a0 → 32.0.0-preview-ddb114f71

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 +1 -0
  2. package/package.json +1 -2
package/CHANGELOG.md CHANGED
@@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
24
24
  - The constructor argument `isRpcFailoverEnabled` is no longer available.
25
25
  - `RemoteFeatureFlagController:stateChange` and `RemoteFeatureFlagController:getState` are now required.
26
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-86a6309a0",
3
+ "version": "32.0.0-preview-ddb114f71",
4
4
  "description": "Provides an interface to the currently selected network via a MetaMask-compatible provider object",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -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",