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
The only change that affects 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. There should be no backward-incompatible
changes, however.
`object` is 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