@metamask/providers
Advanced tools
Changelog
[19.0.0]
StreamProvider
no longer accepts a jsonRpcStreamName
parameter (#400)
MetaMaskInpageProvider
no longer accepts a jsonRpcStreamName
parameter (#400)
initializeInpageProvider
now handles stream multiplexing internally (#400)
jsonRpcStreamName
initializeInpageProvider
createExternalExtensionProvider
now handles stream multiplexing internally (#400)
createExternalExtensionProvider
Changelog
[18.2.0]
initializeInpageProvider
with legacy build system support (#391)
/dist/initializeInpageProvider
, but this only worked with build systems that support the exports
field (e.g. browserify).initializeInpageProvider
export has a JavaScript redirect for older build systems, so it should work correctly in all cases.