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