@sanity/sdk-react 2.1.1 → 2.1.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
@@ -1159,7 +1159,7 @@ function useUsers(options) {
1159
1159
  loadMore
1160
1160
  };
1161
1161
  }
1162
- var version = "2.1.1";
1162
+ var version = "2.1.2";
1163
1163
  function getEnv(key) {
1164
1164
  if (typeof import.meta < "u" && import.meta.env)
1165
1165
  return import.meta.env[key];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/sdk-react",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "private": false,
5
5
  "description": "Sanity SDK React toolkit for Content OS",
6
6
  "keywords": [
@@ -51,7 +51,7 @@
51
51
  "react-compiler-runtime": "19.1.0-rc.2",
52
52
  "react-error-boundary": "^5.0.0",
53
53
  "rxjs": "^7.8.2",
54
- "@sanity/sdk": "2.1.1"
54
+ "@sanity/sdk": "2.1.2"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@sanity/browserslist-config": "^1.0.5",
@@ -74,11 +74,11 @@
74
74
  "typescript": "^5.8.3",
75
75
  "vite": "^6.3.4",
76
76
  "vitest": "^3.1.2",
77
+ "@repo/config-eslint": "0.0.0",
77
78
  "@repo/config-test": "0.0.1",
78
- "@repo/package.bundle": "3.82.0",
79
79
  "@repo/package.config": "0.0.1",
80
- "@repo/tsconfig": "0.0.1",
81
- "@repo/config-eslint": "0.0.0"
80
+ "@repo/package.bundle": "3.82.0",
81
+ "@repo/tsconfig": "0.0.1"
82
82
  },
83
83
  "peerDependencies": {
84
84
  "react": "^18.0.0 || ^19.0.0",