@metamask-previews/network-controller 24.0.0-preview-83aa339c → 24.0.0-preview-d9822daf

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 +2 -2
package/CHANGELOG.md CHANGED
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
 
10
10
  ### Changed
11
11
 
12
+ - Bump `@metamask/utils` from `^11.2.0` to `^11.4.2` ([#6054](https://github.com/MetaMask/core/pull/6054))
12
13
  - Requests to an RPC endpoint that returns a 502 response ("bad gateway") will now be retried ([#5923](https://github.com/MetaMask/core/pull/5923))
13
14
  - All JSON-RPC errors that represent 4xx and 5xx responses from RPC endpoints now include the HTTP status code under `data.httpStatus` ([#5923](https://github.com/MetaMask/core/pull/5923))
14
15
  - 3xx responses from RPC endpoints are no longer treated as errors ([#5923](https://github.com/MetaMask/core/pull/5923))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/network-controller",
3
- "version": "24.0.0-preview-83aa339c",
3
+ "version": "24.0.0-preview-d9822daf",
4
4
  "description": "Provides an interface to the currently selected network via a MetaMask-compatible provider object",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -57,7 +57,7 @@
57
57
  "@metamask/json-rpc-engine": "^10.0.3",
58
58
  "@metamask/rpc-errors": "^7.0.2",
59
59
  "@metamask/swappable-obj-proxy": "^2.3.0",
60
- "@metamask/utils": "^11.2.0",
60
+ "@metamask/utils": "^11.4.2",
61
61
  "async-mutex": "^0.5.0",
62
62
  "fast-deep-equal": "^3.1.3",
63
63
  "immer": "^9.0.6",