@sanity/client 7.4.1 → 7.5.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
@@ -2524,7 +2524,7 @@ function defineDeprecatedCreateClient(createClient2) {
2524
2524
  return config.printNoDefaultExport(), createClient2(config$1);
2525
2525
  };
2526
2526
  }
2527
- var name = "@sanity/client", version = "7.4.1";
2527
+ var name = "@sanity/client", version = "7.5.0";
2528
2528
  const middleware = [
2529
2529
  middleware$1.debug({ verbose: !0, namespace: "sanity:client" }),
2530
2530
  middleware$1.headers({ "User-Agent": `${name} ${version}` }),