@sanity/client 7.17.0 → 7.19.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
@@ -2749,7 +2749,7 @@ function defineDeprecatedCreateClient(createClient2) {
2749
2749
  return config.printNoDefaultExport(), createClient2(config$1);
2750
2750
  };
2751
2751
  }
2752
- var name = "@sanity/client", version = "7.17.0";
2752
+ var name = "@sanity/client", version = "7.19.0";
2753
2753
  const middleware = [
2754
2754
  middleware$1.debug({ verbose: !0, namespace: "sanity:client" }),
2755
2755
  middleware$1.headers({ "User-Agent": `${name} ${version}` }),