@sanity/sdk-react 3.3.0 → 3.3.1-next.20260918085311

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 +4 -4
package/dist/index.js CHANGED
@@ -4012,7 +4012,7 @@ function useUsers(options) {
4012
4012
  loadMore
4013
4013
  }, $[20] = data, $[21] = hasMore, $[22] = isPending, $[23] = loadMore, $[24] = t8) : t8 = $[24], t8;
4014
4014
  }
4015
- var version = "3.3.0";
4015
+ var version = "3.3.1-next.20260918085311";
4016
4016
  function getEnv(key) {
4017
4017
  if (import.meta.env) return import.meta.env[key];
4018
4018
  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.3.0",
3
+ "version": "3.3.1-next.20260918085311",
4
4
  "private": false,
5
5
  "description": "Sanity SDK React toolkit for Content OS",
6
6
  "keywords": [
@@ -45,8 +45,8 @@
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.3.0",
49
- "@sanity/types": "^6.14.1",
48
+ "@sanity/sdk": "3.3.1-next.20260918085311",
49
+ "@sanity/types": "^6.15.0",
50
50
  "react-compiler-runtime": "^1.0.0",
51
51
  "react-error-boundary": "^6.1.5",
52
52
  "rxjs": "^7.8.2"
@@ -75,7 +75,7 @@
75
75
  "oxfmt": "^0.68.0",
76
76
  "react": "^19.3.0",
77
77
  "react-dom": "^19.3.0",
78
- "rolldown": "^1.2.8",
78
+ "rolldown": "^1.2.9",
79
79
  "typescript": "^6.0.3",
80
80
  "vite": "^8.3.0",
81
81
  "vitest": "^5.0.1",