@sanity/client 6.20.2-beta.0 → 6.20.2-beta.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.
package/dist/index.cjs CHANGED
@@ -601,6 +601,7 @@ function requestOptions(config, overrides = {}) {
601
601
  proxy: overrides.proxy || config.proxy,
602
602
  json: !0,
603
603
  withCredentials,
604
+ useDomainSharding: config.useDomainSharding,
604
605
  fetch: typeof overrides.fetch == "object" && typeof config.fetch == "object" ? { ...config.fetch, ...overrides.fetch } : overrides.fetch || config.fetch
605
606
  });
606
607
  }
@@ -1587,7 +1588,6 @@ function defineCreateClientExports(envMiddleware, ClassConstructor) {
1587
1588
  maxRedirects: 0,
1588
1589
  maxRetries: config.maxRetries,
1589
1590
  retryDelay: config.retryDelay,
1590
- useDomainSharding: config.useDomainSharding,
1591
1591
  ...options
1592
1592
  }),
1593
1593
  config
@@ -1598,7 +1598,7 @@ function defineDeprecatedCreateClient(createClient2) {
1598
1598
  return printNoDefaultExport(), createClient2(config);
1599
1599
  };
1600
1600
  }
1601
- var name = "@sanity/client", version = "6.20.2-beta.0";
1601
+ var name = "@sanity/client", version = "6.20.2-beta.1";
1602
1602
  const middleware = [
1603
1603
  domainSharder.middleware,
1604
1604
  middleware$1.debug({ verbose: !0, namespace: "sanity:client" }),