@openid4vc/openid4vci 0.3.0-alpha-20250322161816 → 0.3.0-alpha-20250322171044

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
@@ -1765,7 +1765,10 @@ var Openid4vciClient = class {
1765
1765
  * @throws ValidationError - if validating the nonce response failed
1766
1766
  */
1767
1767
  async requestNonce(options) {
1768
- return requestNonce(options);
1768
+ return requestNonce({
1769
+ ...options,
1770
+ fetch: this.options.callbacks.fetch
1771
+ });
1769
1772
  }
1770
1773
  /**
1771
1774
  * Creates the jwt proof payload and header to be included in a credential request.