@sphereon/ssi-sdk.oid4vci-holder 0.34.1-next.323 → 0.34.1-next.324

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
@@ -2028,7 +2028,7 @@ var getIssuanceCryptoSuite = /* @__PURE__ */ __name(async (opts) => {
2028
2028
  case "jwt":
2029
2029
  case "jwt_vc_json":
2030
2030
  case "jwt_vc":
2031
- //case 'vc+sd-jwt': // TODO see SSISDK-52 concerning vc+sd-jwt
2031
+ case "vc+sd-jwt":
2032
2032
  case "dc+sd-jwt":
2033
2033
  case "mso_mdoc": {
2034
2034
  const supportedPreferences = jwtCryptographicSuitePreferences.filter((suite) => signing_algs_supported.includes(suite));