did-comm-audit
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -81,3 +81,3 @@ import { AbstractMessageHandler } from '@veramo/message-handler'; | ||
console.log("handle 3"); | ||
const answer = await getAnswer(data.contracts); | ||
const answer = await getAnswer(data.contract); | ||
const cred = await createCredential(context, answer, data.contractName, from, to); | ||
@@ -84,0 +84,0 @@ const response = createAuditResponse(to, from, id, threadId, cred); |
{ | ||
"name": "did-comm-audit", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"source": "src/index.ts", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
@@ -97,3 +97,3 @@ import { IAgentContext, ICredentialPlugin, IDIDManager, IKeyManager } from '@veramo/core-types' | ||
console.log("handle 3") | ||
const answer = await getAnswer(data.contracts) | ||
const answer = await getAnswer(data.contract) | ||
const cred = await createCredential(context, answer, data.contractName, from, to) | ||
@@ -100,0 +100,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
28681