@trinsic/trinsic
Advanced tools
Comparing version 1.11.3-pre.3 to 1.11.3-pre.5
export declare class ConnectClient { | ||
static requestVerifableCredential(request: IVerifiableCredentialRequest): Promise<any>; | ||
static requestVerifiableCredential(request: IVerifiableCredentialRequest): Promise<any>; | ||
static identityVerification(): Promise<any>; | ||
@@ -4,0 +4,0 @@ } |
@@ -6,3 +6,3 @@ "use strict"; | ||
class ConnectClient { | ||
static async requestVerifableCredential(request) { | ||
static async requestVerifiableCredential(request) { | ||
if (!request || !request.ecosystem || !request.schema) { | ||
@@ -9,0 +9,0 @@ throw new Error("ecosystem and schema are required"); |
{ | ||
"name": "@trinsic/trinsic", | ||
"version": "1.11.3-pre.3", | ||
"version": "1.11.3-pre.5", | ||
"description": "Node and Browser wrapper for the Trinsic services", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
5741046