@sphereon/ssi-sdk.credential-vcdm-jsonld-provider 0.34.1-feature.merge.crypto.extensions.modules.39 → 0.34.1-fix.78
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 +16 -16
package/dist/index.cjs
CHANGED
|
@@ -962,21 +962,21 @@ var ProofPurpose = import_jsonld_signatures2.default.purposes.ProofPurpose;
|
|
|
962
962
|
var ControllerProofPurpose = import_jsonld_signatures2.default.purposes.ControllerProofPurpose;
|
|
963
963
|
var AssertionProofPurpose = import_jsonld_signatures2.default.purposes.AssertionProofPurpose;
|
|
964
964
|
var AuthenticationProofPurpose = import_jsonld_signatures2.default.purposes.AuthenticationProofPurpose;
|
|
965
|
-
var MethodNames = /* @__PURE__ */
|
|
965
|
+
var MethodNames = /* @__PURE__ */ function(MethodNames2) {
|
|
966
966
|
MethodNames2["createVerifiableCredential"] = "createVerifiableCredential";
|
|
967
967
|
MethodNames2["createVerifiablePresentation"] = "createVerifiablePresentation";
|
|
968
968
|
MethodNames2["verifyCredential"] = "verifyCredential";
|
|
969
969
|
MethodNames2["verifyPresentation"] = "verifyPresentation";
|
|
970
970
|
return MethodNames2;
|
|
971
|
-
}
|
|
972
|
-
var events = /* @__PURE__ */
|
|
971
|
+
}({});
|
|
972
|
+
var events = /* @__PURE__ */ function(events2) {
|
|
973
973
|
events2["CREDENTIAL_ISSUED"] = "credentialIssued";
|
|
974
974
|
events2["CREDENTIAL_VERIFIED"] = "credentialVerified";
|
|
975
975
|
events2["PRESENTATION_VERIFIED"] = "presentationVerified";
|
|
976
976
|
events2["PRESENTATION_VERIFY_FAILED"] = "presentationVerificationFailed";
|
|
977
977
|
events2["CREDENTIAL_VERIFY_FAILED"] = "credentialVerificationFailed";
|
|
978
978
|
return events2;
|
|
979
|
-
}
|
|
979
|
+
}({});
|
|
980
980
|
|
|
981
981
|
// src/ld-credential-module.ts
|
|
982
982
|
var { purposes } = import_jsonld_signatures3.default;
|