This repository has been archived by the owner on Nov 9, 2023. It is now read-only.
7.0.0
Added
Changed
- BREAKING: Require a minimum Node version of 16 (#139)
- BREAKING: Use
@metamask/utils
types (#105)- The JSON-RPC engine and all middleware now use
@metamask/utils
JSON-RPC types
- The JSON-RPC engine and all middleware now use
- (BREAKING) Return a
null
instead ofundefined
responseid
for malformed request objects (#91)- This is very unlikely to be breaking in practice, but the behavior could have been relied on.
- Change package name to
@metamask/json-rpc-engine
(#139) - Use
@metamask/rpc-errors
(#138)