Convert module to class, bind class methods to instance
- Converts
MetamaskInpageProvider
to an ES2015 Class.- Minor version bump as this is breaking in legacy browsers.
- Bind class methods to the instance in constructor function, preventing them from being called in an unbound state.
- Fixes
[email protected]
compatibility issues
- Fixes