@sanity/client 6.27.0-canary.0 → 6.27.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
@@ -1496,7 +1496,7 @@ function defineDeprecatedCreateClient(createClient2) {
1496
1496
  return config.printNoDefaultExport(), createClient2(config$1);
1497
1497
  };
1498
1498
  }
1499
- var name = "@sanity/client", version = "6.27.0-canary.0";
1499
+ var name = "@sanity/client", version = "6.27.0";
1500
1500
  const middleware = [
1501
1501
  middleware$1.debug({ verbose: !0, namespace: "sanity:client" }),
1502
1502
  middleware$1.headers({ "User-Agent": `${name} ${version}` }),
package/dist/index.js CHANGED
@@ -1479,7 +1479,7 @@ function defineDeprecatedCreateClient(createClient2) {
1479
1479
  return printNoDefaultExport(), createClient2(config);
1480
1480
  };
1481
1481
  }
1482
- var name = "@sanity/client", version = "6.27.0-canary.0";
1482
+ var name = "@sanity/client", version = "6.27.0";
1483
1483
  const middleware = [
1484
1484
  debug({ verbose: !0, namespace: "sanity:client" }),
1485
1485
  headers({ "User-Agent": `${name} ${version}` }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/client",
3
- "version": "6.27.0-canary.0",
3
+ "version": "6.27.0",
4
4
  "description": "Client for retrieving, creating and patching data from Sanity.io",
5
5
  "keywords": [
6
6
  "sanity",