@web3auth/metamask-adapter
Advanced tools
Comparing version 8.7.0 to 8.8.0
@@ -172,3 +172,3 @@ /******/ (() => { // webpackBootstrap | ||
if (error instanceof base_namespaceObject.Web3AuthError) throw error; | ||
throw base_namespaceObject.WalletLoginError.connectionError("Failed to login with metamask wallet"); | ||
throw base_namespaceObject.WalletLoginError.connectionError("Failed to login with metamask wallet", error); | ||
} | ||
@@ -175,0 +175,0 @@ } |
@@ -105,3 +105,3 @@ import _defineProperty from '@babel/runtime/helpers/defineProperty'; | ||
if (error instanceof Web3AuthError) throw error; | ||
throw WalletLoginError.connectionError("Failed to login with metamask wallet"); | ||
throw WalletLoginError.connectionError("Failed to login with metamask wallet", error); | ||
} | ||
@@ -108,0 +108,0 @@ } |
{ | ||
"name": "@web3auth/metamask-adapter", | ||
"version": "8.7.0", | ||
"version": "8.8.0", | ||
"description": "metamask wallet adapter for web3auth", | ||
@@ -38,4 +38,4 @@ "keywords": [ | ||
"@metamask/detect-provider": "^2.0.0", | ||
"@web3auth/base": "^8.7.0", | ||
"@web3auth/base-evm-adapter": "^8.7.0" | ||
"@web3auth/base": "^8.8.0", | ||
"@web3auth/base-evm-adapter": "^8.8.0" | ||
}, | ||
@@ -62,3 +62,3 @@ "lint-staged": { | ||
}, | ||
"gitHead": "0157f4a5f0834e28873467c6227b8048b11f3af5" | ||
"gitHead": "389c9e0a27379d51ad45ec6ae4f6fdf794e71468" | ||
} |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
486198
Updated@web3auth/base@^8.8.0