Skip to content

Releases: MetaMask/detect-provider

2.0.0

03 Oct 16:36
10f504e
Compare
Choose a tag to compare

Changed

  • BREAKING: Bump minimum required Node version to 14 (#137)
  • Shore up MetaMaskEthereumProvider type with EventEmitter methods (#41)
  • Remove global type augmentation for window.ethereum so that it can be assigned its own type outside of detectEthereumProvider (#30)

Fixed

  • Include source code in source maps to prevent build errors (#46)

Add TypeScript types

26 Oct 15:18
d1f8640
Compare
Choose a tag to compare

Added

  • TypeScript types
    • Internally, the project was converted to TypeScript.

Add silent mode

26 Oct 15:15
2d64e4e
Compare
Choose a tag to compare

Added

  • Silent mode to suppress console.error calls

Initial stable release

26 Oct 15:16
6665991
Compare
Choose a tag to compare
v1.0.1

1.0.1 (#3)