@sphereon/ssi-sdk.ebsi-support 0.34.1-feature.SSISDK.50.100 → 0.34.1-feature.SSISDK.50.116

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
@@ -2317,7 +2317,7 @@ var ebsiCreateAttestationAuthRequestURL = /* @__PURE__ */ __name(async ({ client
2317
2317
  createAuthorizationRequestURL: false,
2318
2318
  retrieveServerMetadata: true
2319
2319
  });
2320
- const allMatches = vciClient.getCredentialsSupported(false);
2320
+ const allMatches = {};
2321
2321
  let arrayMatches;
2322
2322
  if (Array.isArray(allMatches)) {
2323
2323
  arrayMatches = allMatches;