@sanity/client 7.8.0 → 7.8.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
@@ -2574,7 +2574,7 @@ function defineDeprecatedCreateClient(createClient2) {
2574
2574
  return config.printNoDefaultExport(), createClient2(config$1);
2575
2575
  };
2576
2576
  }
2577
- var name = "@sanity/client", version = "7.8.0";
2577
+ var name = "@sanity/client", version = "7.8.1";
2578
2578
  const middleware = [
2579
2579
  middleware$1.debug({ verbose: !0, namespace: "sanity:client" }),
2580
2580
  middleware$1.headers({ "User-Agent": `${name} ${version}` }),