@sphereon/ssi-sdk.ebsi-support 0.34.1-feature.SSISDK.50.101 → 0.34.1-feature.SSISDK.50.117

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
@@ -2353,7 +2353,7 @@ var ebsiCreateAttestationAuthRequestURL = /* @__PURE__ */ __name(async ({ client
2353
2353
  createAuthorizationRequestURL: false,
2354
2354
  retrieveServerMetadata: true
2355
2355
  });
2356
- const allMatches = vciClient.getCredentialsSupported(false);
2356
+ const allMatches = {};
2357
2357
  let arrayMatches;
2358
2358
  if (Array.isArray(allMatches)) {
2359
2359
  arrayMatches = allMatches;