@sanity/client 6.22.2 → 6.22.3-canary.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
@@ -1543,7 +1543,7 @@ function defineDeprecatedCreateClient(createClient2) {
1543
1543
  return printNoDefaultExport(), createClient2(config);
1544
1544
  };
1545
1545
  }
1546
- var name = "@sanity/client", version = "6.22.2";
1546
+ var name = "@sanity/client", version = "6.22.3-canary.0";
1547
1547
  const middleware = [
1548
1548
  middleware$1.debug({ verbose: !0, namespace: "sanity:client" }),
1549
1549
  middleware$1.headers({ "User-Agent": `${name} ${version}` }),