You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a prerequisite for upgrading the copy of `AbstractRpcService` in
this repo to match the newest version of `@metamask/network-controller`.
The only version of `@metamask/utils` that could affect this package is
in 11.3.0, where some types were changed so that if they take a type
parameter that `extends Json`, they default to `Json` itself. Because of
our lint rules, that forced some changes in this PR itself. Regardless,
these changes should be backwards-compatible.
Additionally, we are using `object` from `@metamask/utils` and that is
now deprecated, so we do need to adapt to that at some point. But we can
address that in a future PR.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
-**BREAKING:**`createFetchMiddleware` no longer takes `fetch`, `btoa`, `rpcUrl`, and `originHttpHeaderKey` ([#402](https://github.com/MetaMask/eth-json-rpc-middleware/pull/402))
13
13
- The existing signature (`rpcService` and `options`) is now the only way to use this function; please use that instead.
14
+
- Bump `@metamask/utils` to `^11.7.0` ([#404](https://github.com/MetaMask/eth-json-rpc-middleware/pull/404))
0 commit comments