@sanity/sdk-react 3.4.0-next.20260922132139 → 3.4.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -4049,7 +4049,7 @@ function useUsers(options) {
4049
4049
  loadMore
4050
4050
  }, $[20] = data, $[21] = hasMore, $[22] = isPending, $[23] = loadMore, $[24] = t8) : t8 = $[24], t8;
4051
4051
  }
4052
- var version = "3.4.0-next.20260922132139";
4052
+ var version = "3.4.0";
4053
4053
  function getEnv(key) {
4054
4054
  if (import.meta.env) return import.meta.env[key];
4055
4055
  if (typeof process < "u" && process.env) return process.env[key];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/sdk-react",
3
- "version": "3.4.0-next.20260922132139",
3
+ "version": "3.4.0",
4
4
  "private": false,
5
5
  "description": "Sanity SDK React toolkit for Content OS",
6
6
  "keywords": [
@@ -45,7 +45,7 @@
45
45
  "@module-federation/runtime": "^2.9.0",
46
46
  "@sanity/client": "^8.6.2",
47
47
  "@sanity/message-protocol": "^0.24.0",
48
- "@sanity/sdk": "3.4.0-next.20260922132139",
48
+ "@sanity/sdk": "3.4.0",
49
49
  "@sanity/types": "^6.15.0",
50
50
  "react-compiler-runtime": "^1.0.0",
51
51
  "react-error-boundary": "^6.1.6",