@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.js CHANGED
@@ -1270,7 +1270,6 @@ class LiveClient {
1270
1270
  includeDrafts = !1,
1271
1271
  tag: _tag
1272
1272
  } = {}) {
1273
- resourceGuard("live", this.#client.config());
1274
1273
  const {
1275
1274
  projectId,
1276
1275
  apiVersion: _apiVersion,
@@ -2677,7 +2676,7 @@ function defineDeprecatedCreateClient(createClient2) {
2677
2676
  return printNoDefaultExport(), createClient2(config);
2678
2677
  };
2679
2678
  }
2680
- var name = "@sanity/client", version = "7.14.0";
2679
+ var name = "@sanity/client", version = "7.14.1";
2681
2680
  const middleware = [
2682
2681
  debug({ verbose: !0, namespace: "sanity:client" }),
2683
2682
  headers({ "User-Agent": `${name} ${version}` }),