@walletconnect/types
Advanced tools
Comparing version 1.0.0-beta.94 to 1.0.0-beta.95
@@ -245,3 +245,3 @@ declare module "@walletconnect/types" { | ||
netMonitor?: INetworkMonitor; | ||
disableModal?: boolean; | ||
qrcodeModal?: IQRCodeModal; | ||
} | ||
@@ -252,6 +252,5 @@ | ||
connectorOpts: IWalletConnectOptions; | ||
transport?: ITransportLib | null; | ||
sessionStorage?: ISessionStorage | null; | ||
clientMeta?: IClientMeta | null; | ||
qrcodeModal?: IQRCodeModal | null; | ||
transport?: ITransportLib; | ||
sessionStorage?: ISessionStorage; | ||
clientMeta?: IClientMeta; | ||
pushServerOpts?: IPushServerOptions; | ||
@@ -356,10 +355,2 @@ } | ||
export interface IMobileRegistryEntry { | ||
name: string; | ||
color: string; | ||
universalLink: string; | ||
deepLink: string; | ||
chromeIntent: string; | ||
} | ||
export interface IQRCodeModal { | ||
@@ -366,0 +357,0 @@ open(uri: string, cb: any): void; |
{ | ||
"name": "@walletconnect/types", | ||
"version": "1.0.0-beta.94", | ||
"version": "1.0.0-beta.95", | ||
"description": "Typescript Types for WalletConnect", | ||
@@ -5,0 +5,0 @@ "scripts": {}, |
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
9915
301