@walletconnect/universal-provider
Advanced tools
Comparing version 2.0.0-rc.2 to 2.0.0-rc.2-e0e2497b.0
@@ -923,3 +923,3 @@ 'use strict'; | ||
if (!this.client) { | ||
throw new Error("Client not initialized"); | ||
throw new Error("Sign Client not initialized"); | ||
} | ||
@@ -940,3 +940,3 @@ Object.keys(this.namespaces).forEach((namespace) => { | ||
if (typeof this.client === "undefined") { | ||
throw new Error("WalletConnect is not initialized"); | ||
throw new Error("Sign Client is not initialized"); | ||
} | ||
@@ -943,0 +943,0 @@ this.client.on("session_ping", (args) => { |
@@ -914,3 +914,3 @@ import SignClient from '@walletconnect/sign-client'; | ||
if (!this.client) { | ||
throw new Error("Client not initialized"); | ||
throw new Error("Sign Client not initialized"); | ||
} | ||
@@ -931,3 +931,3 @@ Object.keys(this.namespaces).forEach((namespace) => { | ||
if (typeof this.client === "undefined") { | ||
throw new Error("WalletConnect is not initialized"); | ||
throw new Error("Sign Client is not initialized"); | ||
} | ||
@@ -934,0 +934,0 @@ this.client.on("session_ping", (args) => { |
{ | ||
"name": "@walletconnect/universal-provider", | ||
"description": "Universal Provider for WalletConnect Protocol", | ||
"version": "2.0.0-rc.2", | ||
"version": "2.0.0-rc.2-e0e2497b.0", | ||
"author": "WalletConnect, Inc. <walletconnect.com>", | ||
@@ -39,3 +39,3 @@ "homepage": "https://github.com/walletconnect/walletconnect-monorepo/", | ||
"@walletconnect/jsonrpc-utils": "1.0.3", | ||
"@walletconnect/sign-client": "2.0.0-rc.2", | ||
"@walletconnect/sign-client": "2.0.0-rc.2-e0e2497b.0", | ||
"@walletconnect/types": "2.0.0-rc.2", | ||
@@ -49,5 +49,5 @@ "@walletconnect/utils": "2.0.0-rc.2", | ||
"ethers": "5.7.0", | ||
"web3": "1.7.5", | ||
"uint8arrays": "3.0.0" | ||
"uint8arrays": "3.0.0", | ||
"web3": "1.7.5" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1781985
+ Added@walletconnect/core@2.0.0-rc.2-e0e2497b.0(transitive)
+ Added@walletconnect/sign-client@2.0.0-rc.2-e0e2497b.0(transitive)
- Removed@walletconnect/core@2.0.0-rc.2(transitive)
- Removed@walletconnect/sign-client@2.0.0-rc.2(transitive)