@digitalbazaar/vc
Advanced tools
Comparing version 6.0.0 to 6.0.1
@@ -293,3 +293,3 @@ /** | ||
const result = await jsigs.verify( | ||
credential, {purpose, documentLoader, ...options}); | ||
credential, {...options, purpose, documentLoader}); | ||
@@ -386,3 +386,3 @@ // if verification has already failed, skip status check | ||
return jsigs.sign(presentation, {purpose, documentLoader, ...options}); | ||
return jsigs.sign(presentation, {...options, purpose, documentLoader}); | ||
} | ||
@@ -446,3 +446,3 @@ | ||
credentialResults = await Promise.all(credentials.map(credential => { | ||
return verifyCredential({credential, documentLoader, ...options}); | ||
return verifyCredential({...options, credential, documentLoader}); | ||
})); | ||
@@ -475,3 +475,3 @@ | ||
const presentationResult = await jsigs.verify( | ||
presentation, {purpose, documentLoader, ...options}); | ||
presentation, {...options, purpose, documentLoader}); | ||
@@ -478,0 +478,0 @@ return { |
{ | ||
"name": "@digitalbazaar/vc", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "Verifiable Credentials JavaScript library.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/digitalbazaar/vc", |
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