@sanity/client 6.22.3-canary.1 → 6.22.4

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
@@ -1568,7 +1568,7 @@ function defineDeprecatedCreateClient(createClient2) {
1568
1568
  return printNoDefaultExport(), createClient2(config);
1569
1569
  };
1570
1570
  }
1571
- var name = "@sanity/client", version = "6.22.3-canary.1";
1571
+ var name = "@sanity/client", version = "6.22.4";
1572
1572
  const middleware = [
1573
1573
  middleware$1.debug({ verbose: !0, namespace: "sanity:client" }),
1574
1574
  middleware$1.headers({ "User-Agent": `${name} ${version}` }),