@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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +23 -23
- package/src/functions/Attestation.ts +2 -1
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 =
|
|
2320
|
+
const allMatches = {};
|
|
2321
2321
|
let arrayMatches;
|
|
2322
2322
|
if (Array.isArray(allMatches)) {
|
|
2323
2323
|
arrayMatches = allMatches;
|