@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.mjs CHANGED
@@ -1598,7 +1598,7 @@ async function retrieveDeferredCredentials(options) {
1598
1598
  deferredCredentialErrorResponseResult
1599
1599
  };
1600
1600
  }
1601
- const deferredCredentialResponseResult = isResponseContentType(ContentType2.Json, resourceResponse.response) ? zCredentialResponse.safeParse(await resourceResponse.response.clone().json()) : void 0;
1601
+ const deferredCredentialResponseResult = isResponseContentType(ContentType2.Json, resourceResponse.response) ? zDeferredCredentialResponse.safeParse(await resourceResponse.response.clone().json()) : void 0;
1602
1602
  if (!deferredCredentialResponseResult?.success) {
1603
1603
  return {
1604
1604
  ...resourceResponse,