@sanity/client 7.14.1 → 7.15.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
@@ -1225,6 +1225,7 @@ const MAX_URL_LENGTH = 14800, possibleOptions = [
1225
1225
  "includeAllVersions",
1226
1226
  "visibility",
1227
1227
  "effectFormat",
1228
+ "enableResume",
1228
1229
  "tag"
1229
1230
  ], defaultOptions = {
1230
1231
  includeResult: !0
@@ -2690,7 +2691,7 @@ function defineDeprecatedCreateClient(createClient2) {
2690
2691
  return config.printNoDefaultExport(), createClient2(config$1);
2691
2692
  };
2692
2693
  }
2693
- var name = "@sanity/client", version = "7.14.1";
2694
+ var name = "@sanity/client", version = "7.15.0";
2694
2695
  const middleware = [
2695
2696
  middleware$1.debug({ verbose: !0, namespace: "sanity:client" }),
2696
2697
  middleware$1.headers({ "User-Agent": `${name} ${version}` }),