@openid4vc/oauth2 0.3.0-alpha-20250322133827 → 0.3.0-alpha-20250322155633
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 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1094,8 +1094,7 @@ async function resourceRequest(options) {
|
|
|
1094
1094
|
nonce: options.dpop.nonce,
|
|
1095
1095
|
accessToken: options.accessToken
|
|
1096
1096
|
}) : void 0;
|
|
1097
|
-
const
|
|
1098
|
-
const response = await fetch(options.url, {
|
|
1097
|
+
const response = await (0, import_utils16.createFetcher)(options.callbacks.fetch)(options.url, {
|
|
1099
1098
|
...options.requestOptions,
|
|
1100
1099
|
headers: {
|
|
1101
1100
|
...options.requestOptions.headers,
|