@sanity/client 7.14.0 → 7.14.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
@@ -1284,7 +1284,6 @@ class LiveClient {
1284
1284
  includeDrafts = !1,
1285
1285
  tag: _tag
1286
1286
  } = {}) {
1287
- config.resourceGuard("live", this.#client.config());
1288
1287
  const {
1289
1288
  projectId,
1290
1289
  apiVersion: _apiVersion,
@@ -2691,7 +2690,7 @@ function defineDeprecatedCreateClient(createClient2) {
2691
2690
  return config.printNoDefaultExport(), createClient2(config$1);
2692
2691
  };
2693
2692
  }
2694
- var name = "@sanity/client", version = "7.14.0";
2693
+ var name = "@sanity/client", version = "7.14.1";
2695
2694
  const middleware = [
2696
2695
  middleware$1.debug({ verbose: !0, namespace: "sanity:client" }),
2697
2696
  middleware$1.headers({ "User-Agent": `${name} ${version}` }),