@sanity/client 6.2.0-fetch.0 → 6.2.0-fetch.1

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.
@@ -156,7 +156,8 @@ function requestOptions(config) {
156
156
  timeout: typeof timeout === "undefined" ? 5 * 60 * 1e3 : timeout,
157
157
  proxy: overrides.proxy || config.proxy,
158
158
  json: true,
159
- withCredentials
159
+ withCredentials,
160
+ fetch: overrides.fetch || config.fetch
160
161
  });
161
162
  }
162
163
  function getSelection(sel) {