@walletconnect/core
Advanced tools
Comparing version 2.15.0 to 2.15.1
@@ -26,4 +26,4 @@ export declare const RELAYER_DEFAULT_PROTOCOL = "irn"; | ||
}; | ||
export declare const RELAYER_SDK_VERSION = "2.15.0"; | ||
export declare const RELAYER_SDK_VERSION = "2.15.1"; | ||
export declare const RELAYER_TRANSPORT_CUTOFF = 10000; | ||
//# sourceMappingURL=relayer.d.ts.map |
export declare const VERIFY_CONTEXT = "verify-api"; | ||
export declare const VERIFY_SERVER = "https://verify.walletconnect.org"; | ||
export declare const VERIFY_SERVER_V2: string; | ||
export declare const TRUSTED_VERIFY_URLS: string[]; | ||
//# sourceMappingURL=verify.d.ts.map |
import { Logger } from "@walletconnect/logger"; | ||
import { ICore, IVerify } from "@walletconnect/types"; | ||
import { IKeyValueStorage } from "@walletconnect/keyvaluestorage"; | ||
import { IVerify } from "@walletconnect/types"; | ||
export declare class Verify extends IVerify { | ||
core: ICore; | ||
projectId: string; | ||
logger: Logger; | ||
store: IKeyValueStorage; | ||
name: string; | ||
private verifyUrl; | ||
private iframe?; | ||
private initialized; | ||
private abortController; | ||
private isDevEnv; | ||
private verifyUrlV2; | ||
private storagePrefix; | ||
private version; | ||
private publicKey?; | ||
private fetchPromise?; | ||
constructor(core: ICore, logger: Logger, store: IKeyValueStorage); | ||
get storeKey(): string; | ||
init: () => Promise<void>; | ||
private queue; | ||
private verifyDisabled; | ||
constructor(projectId: string, logger: Logger); | ||
init: IVerify["init"]; | ||
register: IVerify["register"]; | ||
@@ -23,12 +20,11 @@ resolve: IVerify["resolve"]; | ||
private fetchAttestation; | ||
private addToQueue; | ||
private processQueue; | ||
private sendPost; | ||
private createIframe; | ||
private onInit; | ||
private startAbortTimer; | ||
private removeIframe; | ||
private getVerifyUrl; | ||
private fetchPublicKey; | ||
private persistPublicKey; | ||
private removePublicKey; | ||
private isValidJwtAttestation; | ||
private getPublicKey; | ||
private fetchAndPersistPublicKey; | ||
private validateAttestation; | ||
} | ||
//# sourceMappingURL=verify.d.ts.map |
{ | ||
"name": "@walletconnect/core", | ||
"description": "Core for WalletConnect Protocol", | ||
"version": "2.15.0", | ||
"version": "2.15.1", | ||
"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.0", | ||
"@walletconnect/utils": "2.15.0", | ||
"@walletconnect/types": "2.15.1", | ||
"@walletconnect/utils": "2.15.1", | ||
"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
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
7
2585101
2534
+ Added@walletconnect/types@2.15.1(transitive)
+ Added@walletconnect/utils@2.15.1(transitive)
- Removed@walletconnect/types@2.15.0(transitive)
- Removed@walletconnect/utils@2.15.0(transitive)
- Removedbn.js@4.12.0(transitive)
- Removedbrorand@1.1.0(transitive)
- Removedelliptic@6.6.0(transitive)
- Removedhash.js@1.1.7(transitive)
- Removedhmac-drbg@1.0.1(transitive)
- Removedinherits@2.0.4(transitive)
- Removedminimalistic-assert@1.0.1(transitive)
- Removedminimalistic-crypto-utils@1.0.1(transitive)
Updated@walletconnect/types@2.15.1
Updated@walletconnect/utils@2.15.1