@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.cjs CHANGED
@@ -2108,7 +2108,7 @@ var getIssuanceCryptoSuite = /* @__PURE__ */ __name(async (opts) => {
2108
2108
  case "jwt":
2109
2109
  case "jwt_vc_json":
2110
2110
  case "jwt_vc":
2111
- //case 'vc+sd-jwt': // TODO see SSISDK-52 concerning vc+sd-jwt
2111
+ case "vc+sd-jwt":
2112
2112
  case "dc+sd-jwt":
2113
2113
  case "mso_mdoc": {
2114
2114
  const supportedPreferences = jwtCryptographicSuitePreferences.filter((suite) => signing_algs_supported.includes(suite));