@depay/web3-wallets-evm 15.2.2 → 15.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -59675,7 +59675,7 @@ class WindowEthereum {
59675
59675
  static __initStatic2() {this.isAvailable = async()=>{
59676
59676
  return (
59677
59677
  _optionalChain$c([window, 'optionalAccess', _15 => _15.ethereum]) &&
59678
- Object.keys(window.ethereum).filter((key)=>key.match(/^is(?!Connected)(?!PocketUniverse)/)).length != 1 && // MetaMask
59678
+ Object.keys(window.ethereum).filter((key)=>key.match(/^is(?!Connected)(?!PocketUniverse)(?!RevokeCash)/)).length != 1 && // MetaMask
59679
59679
  !_optionalChain$c([window, 'optionalAccess', _16 => _16.coin98]) && // Coin98
59680
59680
  !(_optionalChain$c([window, 'optionalAccess', _17 => _17.ethereum, 'optionalAccess', _18 => _18.isTrust]) || _optionalChain$c([window, 'optionalAccess', _19 => _19.ethereum, 'optionalAccess', _20 => _20.isTrustWallet])) && // Trust Wallet
59681
59681
  !_optionalChain$c([window, 'optionalAccess', _21 => _21.ethereum, 'optionalAccess', _22 => _22.isDeficonnectProvider]) && // crypto.com
@@ -59881,7 +59881,7 @@ class MetaMask extends WindowEthereum {
59881
59881
  static __initStatic2() {this.isAvailable = async()=>{
59882
59882
  return(
59883
59883
  _optionalChain$5([window, 'optionalAccess', _3 => _3.ethereum, 'optionalAccess', _4 => _4.isMetaMask]) &&
59884
- Object.keys(window.ethereum).filter((key)=>key.match(/^is(?!Connected)(?!PocketUniverse)/)).length == 1
59884
+ Object.keys(window.ethereum).filter((key)=>key.match(/^is(?!Connected)(?!PocketUniverse)(?!RevokeCash)/)).length == 1
59885
59885
  )
59886
59886
  };}
59887
59887
  } MetaMask.__initStatic(); MetaMask.__initStatic2();
package/dist/esm/index.js CHANGED
@@ -578,7 +578,7 @@ class WindowEthereum {
578
578
  static __initStatic2() {this.isAvailable = async()=>{
579
579
  return (
580
580
  _optionalChain$d([window, 'optionalAccess', _15 => _15.ethereum]) &&
581
- Object.keys(window.ethereum).filter((key)=>key.match(/^is(?!Connected)(?!PocketUniverse)/)).length != 1 && // MetaMask
581
+ Object.keys(window.ethereum).filter((key)=>key.match(/^is(?!Connected)(?!PocketUniverse)(?!RevokeCash)/)).length != 1 && // MetaMask
582
582
  !_optionalChain$d([window, 'optionalAccess', _16 => _16.coin98]) && // Coin98
583
583
  !(_optionalChain$d([window, 'optionalAccess', _17 => _17.ethereum, 'optionalAccess', _18 => _18.isTrust]) || _optionalChain$d([window, 'optionalAccess', _19 => _19.ethereum, 'optionalAccess', _20 => _20.isTrustWallet])) && // Trust Wallet
584
584
  !_optionalChain$d([window, 'optionalAccess', _21 => _21.ethereum, 'optionalAccess', _22 => _22.isDeficonnectProvider]) && // crypto.com
@@ -784,7 +784,7 @@ class MetaMask extends WindowEthereum {
784
784
  static __initStatic2() {this.isAvailable = async()=>{
785
785
  return(
786
786
  _optionalChain$6([window, 'optionalAccess', _3 => _3.ethereum, 'optionalAccess', _4 => _4.isMetaMask]) &&
787
- Object.keys(window.ethereum).filter((key)=>key.match(/^is(?!Connected)(?!PocketUniverse)/)).length == 1
787
+ Object.keys(window.ethereum).filter((key)=>key.match(/^is(?!Connected)(?!PocketUniverse)(?!RevokeCash)/)).length == 1
788
788
  )
789
789
  };}
790
790
  } MetaMask.__initStatic(); MetaMask.__initStatic2();
@@ -59674,7 +59674,7 @@
59674
59674
  static __initStatic2() {this.isAvailable = async()=>{
59675
59675
  return (
59676
59676
  _optionalChain$c([window, 'optionalAccess', _15 => _15.ethereum]) &&
59677
- Object.keys(window.ethereum).filter((key)=>key.match(/^is(?!Connected)(?!PocketUniverse)/)).length != 1 && // MetaMask
59677
+ Object.keys(window.ethereum).filter((key)=>key.match(/^is(?!Connected)(?!PocketUniverse)(?!RevokeCash)/)).length != 1 && // MetaMask
59678
59678
  !_optionalChain$c([window, 'optionalAccess', _16 => _16.coin98]) && // Coin98
59679
59679
  !(_optionalChain$c([window, 'optionalAccess', _17 => _17.ethereum, 'optionalAccess', _18 => _18.isTrust]) || _optionalChain$c([window, 'optionalAccess', _19 => _19.ethereum, 'optionalAccess', _20 => _20.isTrustWallet])) && // Trust Wallet
59680
59680
  !_optionalChain$c([window, 'optionalAccess', _21 => _21.ethereum, 'optionalAccess', _22 => _22.isDeficonnectProvider]) && // crypto.com
@@ -59880,7 +59880,7 @@
59880
59880
  static __initStatic2() {this.isAvailable = async()=>{
59881
59881
  return(
59882
59882
  _optionalChain$5([window, 'optionalAccess', _3 => _3.ethereum, 'optionalAccess', _4 => _4.isMetaMask]) &&
59883
- Object.keys(window.ethereum).filter((key)=>key.match(/^is(?!Connected)(?!PocketUniverse)/)).length == 1
59883
+ Object.keys(window.ethereum).filter((key)=>key.match(/^is(?!Connected)(?!PocketUniverse)(?!RevokeCash)/)).length == 1
59884
59884
  )
59885
59885
  };}
59886
59886
  } MetaMask.__initStatic(); MetaMask.__initStatic2();
package/dist/umd/index.js CHANGED
@@ -576,7 +576,7 @@
576
576
  static __initStatic2() {this.isAvailable = async()=>{
577
577
  return (
578
578
  _optionalChain$d([window, 'optionalAccess', _15 => _15.ethereum]) &&
579
- Object.keys(window.ethereum).filter((key)=>key.match(/^is(?!Connected)(?!PocketUniverse)/)).length != 1 && // MetaMask
579
+ Object.keys(window.ethereum).filter((key)=>key.match(/^is(?!Connected)(?!PocketUniverse)(?!RevokeCash)/)).length != 1 && // MetaMask
580
580
  !_optionalChain$d([window, 'optionalAccess', _16 => _16.coin98]) && // Coin98
581
581
  !(_optionalChain$d([window, 'optionalAccess', _17 => _17.ethereum, 'optionalAccess', _18 => _18.isTrust]) || _optionalChain$d([window, 'optionalAccess', _19 => _19.ethereum, 'optionalAccess', _20 => _20.isTrustWallet])) && // Trust Wallet
582
582
  !_optionalChain$d([window, 'optionalAccess', _21 => _21.ethereum, 'optionalAccess', _22 => _22.isDeficonnectProvider]) && // crypto.com
@@ -782,7 +782,7 @@
782
782
  static __initStatic2() {this.isAvailable = async()=>{
783
783
  return(
784
784
  _optionalChain$6([window, 'optionalAccess', _3 => _3.ethereum, 'optionalAccess', _4 => _4.isMetaMask]) &&
785
- Object.keys(window.ethereum).filter((key)=>key.match(/^is(?!Connected)(?!PocketUniverse)/)).length == 1
785
+ Object.keys(window.ethereum).filter((key)=>key.match(/^is(?!Connected)(?!PocketUniverse)(?!RevokeCash)/)).length == 1
786
786
  )
787
787
  };}
788
788
  } MetaMask.__initStatic(); MetaMask.__initStatic2();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@depay/web3-wallets-evm",
3
3
  "moduleName": "Web3Wallets",
4
- "version": "15.2.2",
4
+ "version": "15.2.3",
5
5
  "description": "One-Stop-Shop JavaScript library to integrate various web3 crypto wallets and multiple blockchains at once with a single interface.",
6
6
  "main": "dist/umd/index.evm.js",
7
7
  "module": "dist/esm/index.evm.js",