Added
- Add new export for
initializeInpageProvider
with legacy build system support (#391)- Previously this module could be imported from
/dist/initializeInpageProvider
, but this only worked with build systems that support theexports
field (e.g. browserify). - This new
initializeInpageProvider
export has a JavaScript redirect for older build systems, so it should work correctly in all cases.
- Previously this module could be imported from