@sanity/client 6.18.1-canary.0 → 6.18.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
@@ -1502,7 +1502,7 @@ function defineDeprecatedCreateClient(createClient2) {
1502
1502
  return printNoDefaultExport(), createClient2(config);
1503
1503
  };
1504
1504
  }
1505
- var name = "@sanity/client", version = "6.18.1-canary.0";
1505
+ var name = "@sanity/client", version = "6.18.1";
1506
1506
  const middleware = [
1507
1507
  middleware$1.debug({ verbose: !0, namespace: "sanity:client" }),
1508
1508
  middleware$1.headers({ "User-Agent": `${name} ${version}` }),
package/dist/index.js CHANGED
@@ -1485,7 +1485,7 @@ function defineDeprecatedCreateClient(createClient2) {
1485
1485
  return printNoDefaultExport(), createClient2(config);
1486
1486
  };
1487
1487
  }
1488
- var name = "@sanity/client", version = "6.18.1-canary.0";
1488
+ var name = "@sanity/client", version = "6.18.1";
1489
1489
  const middleware = [
1490
1490
  debug({ verbose: !0, namespace: "sanity:client" }),
1491
1491
  headers({ "User-Agent": `${name} ${version}` }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/client",
3
- "version": "6.18.1-canary.0",
3
+ "version": "6.18.1",
4
4
  "description": "Client for retrieving, creating and patching data from Sanity.io",
5
5
  "keywords": [
6
6
  "sanity",