did-jwt-vc
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -5,2 +5,6 @@ import { Signer } from 'did-jwt'; | ||
} | ||
export interface CredentialStatus { | ||
id: string; | ||
type: string; | ||
} | ||
export interface VC { | ||
@@ -10,2 +14,3 @@ '@context': string[]; | ||
credentialSubject: CredentialSubject; | ||
credentialStatus?: CredentialStatus; | ||
} | ||
@@ -12,0 +17,0 @@ export interface VerifiableCredentialPayload { |
{ | ||
"name": "did-jwt-vc", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Create and verify W3C Verifiable Credentials and Presentations in JWT format", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -7,2 +7,7 @@ import { Signer } from 'did-jwt' | ||
export interface CredentialStatus { | ||
id: string | ||
type: string | ||
} | ||
export interface VC { | ||
@@ -12,2 +17,3 @@ '@context': string[] | ||
credentialSubject: CredentialSubject | ||
credentialStatus?: CredentialStatus | ||
} | ||
@@ -14,0 +20,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
81461
523