@evervault/sdk
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -9,4 +9,4 @@ declare module "@evervault/sdk" { | ||
enableOutboundRelay: (options: { decryptionDomains: string[], debugRequests: boolean }) => Promise<void>; | ||
enableCagesBeta: (cageAttestationData: Record<string, { pcr0?: string, pcr1?: string, pcr2?: string, pcr8?: string }>) => Promise<void>; | ||
enableCagesBeta: (cageAttestationData: Record<string, { pcr0?: string, pcr1?: string, pcr2?: string, pcr8?: string } | {pcr0?: string, pcr1?: string, pcr2?: string, pcr8?: string }[]>) => Promise<void>; | ||
} | ||
} |
{ | ||
"name": "@evervault/sdk", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Node.js SDK for Evervault", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
65940