@metamask-previews/network-controller 24.1.0-preview-5a701133 → 24.2.0-preview-8ccfcb37

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 +6 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [24.2.0]
11
+
10
12
  ### Added
11
13
 
12
14
  - Add two new controller state metadata properties: `includeInStateLogs` and `usedInUi` ([#6525](https://github.com/MetaMask/core/pull/6525))
@@ -20,6 +22,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
22
  - Rephrase "circuit broken" errors so they are more user-friendly ([#6423](https://github.com/MetaMask/core/pull/6423))
21
23
  - These are errors produced when a request is made to an RPC endpoint after it returns too many consecutive 5xx responses and the underlying circuit is open.
22
24
  - Bump `@metamask/utils` from `^11.4.2` to `^11.8.0` ([#6588](https://github.com/MetaMask/core/pull/6588))
25
+ - Bump `@metamask/json-rpc-engine` from `^10.0.3` to `^10.1.0` ([#6678](https://github.com/MetaMask/core/pull/6678))
26
+ - Bump `@metamask/eth-json-rpc-provider` from `^4.1.8` to `^5.0.0` ([#6678](https://github.com/MetaMask/core/pull/6678))
23
27
 
24
28
  ### Deprecated
25
29
 
@@ -938,7 +942,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
938
942
 
939
943
  All changes listed after this point were applied to this package following the monorepo conversion.
940
944
 
941
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@24.1.0...HEAD
945
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@24.2.0...HEAD
946
+ [24.2.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@24.1.0...@metamask/network-controller@24.2.0
942
947
  [24.1.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@24.0.1...@metamask/network-controller@24.1.0
943
948
  [24.0.1]: https://github.com/MetaMask/core/compare/@metamask/network-controller@24.0.0...@metamask/network-controller@24.0.1
944
949
  [24.0.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@23.6.0...@metamask/network-controller@24.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/network-controller",
3
- "version": "24.1.0-preview-5a701133",
3
+ "version": "24.2.0-preview-8ccfcb37",
4
4
  "description": "Provides an interface to the currently selected network via a MetaMask-compatible provider object",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -52,9 +52,9 @@
52
52
  "@metamask/eth-block-tracker": "^12.0.1",
53
53
  "@metamask/eth-json-rpc-infura": "^10.2.0",
54
54
  "@metamask/eth-json-rpc-middleware": "^17.0.1",
55
- "@metamask/eth-json-rpc-provider": "^4.1.8",
55
+ "@metamask/eth-json-rpc-provider": "^5.0.0",
56
56
  "@metamask/eth-query": "^4.0.0",
57
- "@metamask/json-rpc-engine": "^10.0.3",
57
+ "@metamask/json-rpc-engine": "^10.1.0",
58
58
  "@metamask/rpc-errors": "^7.0.2",
59
59
  "@metamask/swappable-obj-proxy": "^2.3.0",
60
60
  "@metamask/utils": "^11.8.0",
@@ -69,7 +69,7 @@
69
69
  "devDependencies": {
70
70
  "@json-rpc-specification/meta-schema": "^1.0.6",
71
71
  "@metamask/auto-changelog": "^3.4.4",
72
- "@metamask/error-reporting-service": "^2.0.0",
72
+ "@metamask/error-reporting-service": "^2.1.0",
73
73
  "@types/jest": "^27.4.1",
74
74
  "@types/jest-when": "^2.7.3",
75
75
  "@types/lodash": "^4.14.191",