@sphereon/ssi-sdk.oid4vci-holder 0.34.1-next.87 → 0.34.1-next.88

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
@@ -2086,7 +2086,7 @@ var getIssuanceCryptoSuite = /* @__PURE__ */ __name(async (opts) => {
2086
2086
  case "jwt":
2087
2087
  case "jwt_vc_json":
2088
2088
  case "jwt_vc":
2089
- case "dc+sd-jwt":
2089
+ case "vc+sd-jwt":
2090
2090
  case "dc+sd-jwt":
2091
2091
  case "mso_mdoc": {
2092
2092
  const supportedPreferences = jwtCryptographicSuitePreferences.filter((suite) => signing_algs_supported.includes(suite));