@sanity/client 7.11.1 → 7.11.2

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
@@ -2683,7 +2683,7 @@ function defineDeprecatedCreateClient(createClient2) {
2683
2683
  return config.printNoDefaultExport(), createClient2(config$1);
2684
2684
  };
2685
2685
  }
2686
- var name = "@sanity/client", version = "7.11.1";
2686
+ var name = "@sanity/client", version = "7.11.2";
2687
2687
  const middleware = [
2688
2688
  middleware$1.debug({ verbose: !0, namespace: "sanity:client" }),
2689
2689
  middleware$1.headers({ "User-Agent": `${name} ${version}` }),