@openid4vc/openid4vp 0.3.0 → 0.3.1-alpha-20251124151046

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
@@ -767,7 +767,7 @@ async function fetchJarRequestObject(options) {
767
767
  wallet_nonce: wallet.nonce
768
768
  } : void 0;
769
769
  if (requestBody?.wallet_metadata?.request_object_signing_alg_values_supported && clientIdPrefix === "redirect_uri") {
770
- const { request_object_signing_alg_values_supported,...rest } = requestBody.wallet_metadata;
770
+ const { request_object_signing_alg_values_supported, ...rest } = requestBody.wallet_metadata;
771
771
  requestBody = {
772
772
  ...requestBody,
773
773
  wallet_metadata: { ...rest }