@sanity/client 6.20.2 → 6.21.0

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
@@ -1547,7 +1547,7 @@ function defineDeprecatedCreateClient(createClient2) {
1547
1547
  return printNoDefaultExport(), createClient2(config);
1548
1548
  };
1549
1549
  }
1550
- var name = "@sanity/client", version = "6.20.2";
1550
+ var name = "@sanity/client", version = "6.21.0";
1551
1551
  const middleware = [
1552
1552
  middleware$1.debug({ verbose: !0, namespace: "sanity:client" }),
1553
1553
  middleware$1.headers({ "User-Agent": `${name} ${version}` }),