@openid4vc/openid4vci 0.3.0-alpha-20250820113635 → 0.3.0-alpha-20250821080409
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1621,7 +1621,7 @@ async function retrieveDeferredCredentials(options) {
|
|
|
1621
1621
|
deferredCredentialErrorResponseResult
|
|
1622
1622
|
};
|
|
1623
1623
|
}
|
|
1624
|
-
const deferredCredentialResponseResult = (0, import_utils12.isResponseContentType)(import_utils12.ContentType.Json, resourceResponse.response) ?
|
|
1624
|
+
const deferredCredentialResponseResult = (0, import_utils12.isResponseContentType)(import_utils12.ContentType.Json, resourceResponse.response) ? zDeferredCredentialResponse.safeParse(await resourceResponse.response.clone().json()) : void 0;
|
|
1625
1625
|
if (!deferredCredentialResponseResult?.success) {
|
|
1626
1626
|
return {
|
|
1627
1627
|
...resourceResponse,
|