@sanity/client 6.29.1 → 7.0.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
@@ -1582,7 +1582,7 @@ function defineDeprecatedCreateClient(createClient2) {
1582
1582
  return config.printNoDefaultExport(), createClient2(config$1);
1583
1583
  };
1584
1584
  }
1585
- var name = "@sanity/client", version = "6.29.1";
1585
+ var name = "@sanity/client", version = "7.0.0";
1586
1586
  const middleware = [
1587
1587
  middleware$1.debug({ verbose: !0, namespace: "sanity:client" }),
1588
1588
  middleware$1.headers({ "User-Agent": `${name} ${version}` }),