@sphereon/ssi-sdk.credential-vcdm-jsonld-provider 0.34.1-next.3 → 0.34.1-next.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +15 -15
package/dist/index.js
CHANGED
|
@@ -914,21 +914,21 @@ var ProofPurpose = sigpkg2.purposes.ProofPurpose;
|
|
|
914
914
|
var ControllerProofPurpose = sigpkg2.purposes.ControllerProofPurpose;
|
|
915
915
|
var AssertionProofPurpose = sigpkg2.purposes.AssertionProofPurpose;
|
|
916
916
|
var AuthenticationProofPurpose = sigpkg2.purposes.AuthenticationProofPurpose;
|
|
917
|
-
var MethodNames = /* @__PURE__ */ function(MethodNames2) {
|
|
917
|
+
var MethodNames = /* @__PURE__ */ (function(MethodNames2) {
|
|
918
918
|
MethodNames2["createVerifiableCredential"] = "createVerifiableCredential";
|
|
919
919
|
MethodNames2["createVerifiablePresentation"] = "createVerifiablePresentation";
|
|
920
920
|
MethodNames2["verifyCredential"] = "verifyCredential";
|
|
921
921
|
MethodNames2["verifyPresentation"] = "verifyPresentation";
|
|
922
922
|
return MethodNames2;
|
|
923
|
-
}({});
|
|
924
|
-
var events = /* @__PURE__ */ function(events2) {
|
|
923
|
+
})({});
|
|
924
|
+
var events = /* @__PURE__ */ (function(events2) {
|
|
925
925
|
events2["CREDENTIAL_ISSUED"] = "credentialIssued";
|
|
926
926
|
events2["CREDENTIAL_VERIFIED"] = "credentialVerified";
|
|
927
927
|
events2["PRESENTATION_VERIFIED"] = "presentationVerified";
|
|
928
928
|
events2["PRESENTATION_VERIFY_FAILED"] = "presentationVerificationFailed";
|
|
929
929
|
events2["CREDENTIAL_VERIFY_FAILED"] = "credentialVerificationFailed";
|
|
930
930
|
return events2;
|
|
931
|
-
}({});
|
|
931
|
+
})({});
|
|
932
932
|
|
|
933
933
|
// src/ld-credential-module.ts
|
|
934
934
|
var { purposes } = sigpkg3;
|