Convert module to class, bind class methods to instance
- Converts
MetamaskInpageProviderto 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
web3@1.xcompatibility issues
- Fixes