@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.js CHANGED
@@ -2007,7 +2007,7 @@ var getIssuanceCryptoSuite = /* @__PURE__ */ __name(async (opts) => {
2007
2007
  case "jwt":
2008
2008
  case "jwt_vc_json":
2009
2009
  case "jwt_vc":
2010
- case "dc+sd-jwt":
2010
+ case "vc+sd-jwt":
2011
2011
  case "dc+sd-jwt":
2012
2012
  case "mso_mdoc": {
2013
2013
  const supportedPreferences = jwtCryptographicSuitePreferences.filter((suite) => signing_algs_supported.includes(suite));