@sanity/sdk-react 2.20.1 → 2.20.2

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 +5 -5
package/dist/index.js CHANGED
@@ -4463,7 +4463,7 @@ function useUsers(options) {
4463
4463
  loadMore
4464
4464
  }, $[20] = data, $[21] = hasMore, $[22] = isPending, $[23] = loadMore, $[24] = t8) : t8 = $[24], t8;
4465
4465
  }
4466
- var version = "2.20.1";
4466
+ var version = "2.20.2";
4467
4467
  function getEnv(key) {
4468
4468
  if (import.meta.env) return import.meta.env[key];
4469
4469
  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": "2.20.1",
3
+ "version": "2.20.2",
4
4
  "private": false,
5
5
  "description": "Sanity SDK React toolkit for Content OS",
6
6
  "keywords": [
@@ -47,7 +47,7 @@
47
47
  "react-compiler-runtime": "^1.0.0",
48
48
  "react-error-boundary": "^6.1.2",
49
49
  "rxjs": "^7.8.2",
50
- "@sanity/sdk": "2.20.1"
50
+ "@sanity/sdk": "2.20.2"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@sanity/browserslist-config": "^1.0.5",
@@ -71,11 +71,11 @@
71
71
  "typescript": "^6.0.3",
72
72
  "vite": "^8.1.5",
73
73
  "vitest": "^4.1.10",
74
- "@repo/config-test": "0.0.1",
75
- "@repo/tsconfig": "0.0.1",
74
+ "@repo/config-eslint": "0.0.0",
76
75
  "@repo/package.bundle": "3.82.0",
77
76
  "@repo/package.config": "0.0.1",
78
- "@repo/config-eslint": "0.0.0"
77
+ "@repo/tsconfig": "0.0.1",
78
+ "@repo/config-test": "0.0.1"
79
79
  },
80
80
  "peerDependencies": {
81
81
  "react": "^18.0.0 || ^19.0.0",