@walletconnect/core
Advanced tools
Comparing version 2.15.3 to 2.16.0-rc-0
@@ -26,4 +26,8 @@ export declare const RELAYER_DEFAULT_PROTOCOL = "irn"; | ||
}; | ||
export declare const RELAYER_SDK_VERSION = "2.15.3"; | ||
export declare const RELAYER_SDK_VERSION = "2.16.0-rc-0"; | ||
export declare const RELAYER_TRANSPORT_CUTOFF = 10000; | ||
export declare const TRANSPORT_TYPES: { | ||
readonly link_mode: "link_mode"; | ||
readonly relay: "relay"; | ||
}; | ||
//# sourceMappingURL=relayer.d.ts.map |
export declare const STORE_STORAGE_VERSION = "0.3"; | ||
export declare const WALLETCONNECT_CLIENT_ID = "WALLETCONNECT_CLIENT_ID"; | ||
export declare const WALLETCONNECT_LINK_MODE_APPS = "WALLETCONNECT_LINK_MODE_APPS"; | ||
//# sourceMappingURL=store.d.ts.map |
@@ -50,2 +50,5 @@ /// <reference types="node" /> | ||
handleBatchMessageEvents(messages: RelayerTypes.MessageEvent[]): Promise<void>; | ||
onLinkMessageEvent(messageEvent: RelayerTypes.MessageEvent, opts: { | ||
sessionExists: boolean; | ||
}): Promise<void>; | ||
private startPingTimeout; | ||
@@ -52,0 +55,0 @@ private resetPingTimeout; |
@@ -22,2 +22,3 @@ /// <reference types="node" /> | ||
echoClient: ICore["echoClient"]; | ||
linkModeSupportedApps: ICore["linkModeSupportedApps"]; | ||
eventClient: ICore["eventClient"]; | ||
@@ -31,2 +32,3 @@ private initialized; | ||
getLogsBlob(): Promise<Blob | undefined>; | ||
addLinkModeSupportedApp(universalLink: string): Promise<void>; | ||
on: (name: any, listener: any) => EventEmitter; | ||
@@ -36,4 +38,9 @@ once: (name: any, listener: any) => EventEmitter; | ||
removeListener: (name: any, listener: any) => EventEmitter; | ||
dispatchEnvelope: ({ topic, message, sessionExists, }: { | ||
topic: string; | ||
message: string; | ||
sessionExists: boolean; | ||
}) => void; | ||
private initialize; | ||
} | ||
//# sourceMappingURL=core.d.ts.map |
{ | ||
"name": "@walletconnect/core", | ||
"description": "Core for WalletConnect Protocol", | ||
"version": "2.15.3", | ||
"version": "2.16.0-rc-0", | ||
"author": "WalletConnect, Inc. <walletconnect.com>", | ||
@@ -45,4 +45,4 @@ "homepage": "https://github.com/walletconnect/walletconnect-monorepo/", | ||
"@walletconnect/time": "1.0.2", | ||
"@walletconnect/types": "2.15.3", | ||
"@walletconnect/utils": "2.15.3", | ||
"@walletconnect/types": "2.16.0-rc-0", | ||
"@walletconnect/utils": "2.16.0-rc-0", | ||
"events": "3.3.0", | ||
@@ -49,0 +49,0 @@ "lodash.isequal": "4.5.0", |
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 too big to display
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
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 not supported yet
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 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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
3458250
3319
3
+ Added@walletconnect/types@2.16.0-rc-0(transitive)
+ Added@walletconnect/utils@2.16.0-rc-0(transitive)
- Removed@walletconnect/types@2.15.3(transitive)
- Removed@walletconnect/utils@2.15.3(transitive)