@nexeraid/js-sdk
Advanced tools
Comparing version 2.0.4-dev to 2.0.5-dev
@@ -52,11 +52,10 @@ /** | ||
}) => Promise<{ | ||
blockExpiration?: number | undefined; | ||
} & ({ | ||
isAuthorized: boolean; | ||
signature: string; | ||
payload: string; | ||
blockExpiration: number; | ||
} | { | ||
isAuthorized: boolean; | ||
errorMessage?: any; | ||
})>; | ||
}>; | ||
getTezosTxAuthDataSignature: (params: { | ||
@@ -71,10 +70,9 @@ userAddress: `tz${string}`; | ||
}) => Promise<{ | ||
blockExpiration?: number | undefined; | ||
} & ({ | ||
isAuthorized: boolean; | ||
signature: string; | ||
blockExpiration: number; | ||
} | { | ||
isAuthorized: boolean; | ||
errorMessage?: any; | ||
})>; | ||
}>; | ||
attachUserInformation: (params: { | ||
@@ -81,0 +79,0 @@ externalClientId: string; |
{ | ||
"name": "@nexeraid/js-sdk", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "NexeraID JS SDK", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
{ | ||
"name": "@nexeraid/js-sdk", | ||
"version": "2.0.4-dev", | ||
"version": "2.0.5-dev", | ||
"description": "NexeraID JS SDK", | ||
@@ -31,3 +31,3 @@ "keywords": [], | ||
"@nexeraid/identity-api-client": "1.3.215-dev", | ||
"@nexeraid/identity-schemas": "1.12.9-dev", | ||
"@nexeraid/identity-schemas": "1.12.10-dev", | ||
"@nexeraid/logger": "0.1.2-dev" | ||
@@ -34,0 +34,0 @@ }, |
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
104067
2765
+ Added@nexeraid/identity-schemas@1.12.10-dev(transitive)
- Removed@nexeraid/identity-schemas@1.12.9-dev(transitive)