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