@sphereon/ssi-sdk.data-store 0.34.1-feature.SSISDK.13.47 → 0.34.1-feature.SSISDK.13.51

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 CHANGED
@@ -243,7 +243,7 @@ var CredentialDocumentFormat = /* @__PURE__ */ function(CredentialDocumentFormat
243
243
  function toSpecValue(documentFormat, documentType) {
244
244
  switch (documentFormat) {
245
245
  case "SD_JWT":
246
- return "vc+sd-jwt";
246
+ return "dc+sd-jwt";
247
247
  case "MSO_MDOC":
248
248
  return "mso_mdoc";
249
249
  case "JSON_LD":