@sanity/client 6.29.0 → 6.29.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
@@ -1582,7 +1582,7 @@ function defineDeprecatedCreateClient(createClient2) {
1582
1582
  return config.printNoDefaultExport(), createClient2(config$1);
1583
1583
  };
1584
1584
  }
1585
- var name = "@sanity/client", version = "6.29.0";
1585
+ var name = "@sanity/client", version = "6.29.1";
1586
1586
  const middleware = [
1587
1587
  middleware$1.debug({ verbose: !0, namespace: "sanity:client" }),
1588
1588
  middleware$1.headers({ "User-Agent": `${name} ${version}` }),
package/dist/index.js CHANGED
@@ -1565,7 +1565,7 @@ function defineDeprecatedCreateClient(createClient2) {
1565
1565
  return printNoDefaultExport(), createClient2(config);
1566
1566
  };
1567
1567
  }
1568
- var name = "@sanity/client", version = "6.29.0";
1568
+ var name = "@sanity/client", version = "6.29.1";
1569
1569
  const middleware = [
1570
1570
  debug({ verbose: !0, namespace: "sanity:client" }),
1571
1571
  headers({ "User-Agent": `${name} ${version}` }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/client",
3
- "version": "6.29.0",
3
+ "version": "6.29.1",
4
4
  "description": "Client for retrieving, creating and patching data from Sanity.io",
5
5
  "keywords": [
6
6
  "sanity",
@@ -36,6 +36,7 @@
36
36
  "import": "./dist/index.browser.js",
37
37
  "require": "./dist/index.browser.cjs"
38
38
  },
39
+ "sanity-function": "./dist/index.browser.js",
39
40
  "react-server": "./dist/index.browser.js",
40
41
  "bun": "./dist/index.browser.js",
41
42
  "deno": "./dist/index.browser.js",