@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.js CHANGED
@@ -1565,7 +1565,7 @@ function defineDeprecatedCreateClient(createClient2) {
1565
1565
  return printNoDefaultExport(), createClient2(config);
1566
1566
  };
1567
1567
  }
1568
- var name = "@sanity/client", version = "6.29.1";
1568
+ var name = "@sanity/client", version = "7.0.0";
1569
1569
  const middleware = [
1570
1570
  debug({ verbose: !0, namespace: "sanity:client" }),
1571
1571
  headers({ "User-Agent": `${name} ${version}` }),