@sanity/sdk-react 2.0.2 → 2.1.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 +4 -4
package/dist/index.js CHANGED
@@ -1120,7 +1120,7 @@ function useUsers(options) {
1120
1120
  loadMore
1121
1121
  };
1122
1122
  }
1123
- var version = "2.0.2";
1123
+ var version = "2.1.0";
1124
1124
  function getEnv(key) {
1125
1125
  if (typeof import.meta < "u" && import.meta.env)
1126
1126
  return import.meta.env[key];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/sdk-react",
3
- "version": "2.0.2",
3
+ "version": "2.1.0",
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.1",
52
52
  "react-error-boundary": "^5.0.0",
53
53
  "rxjs": "^7.8.2",
54
- "@sanity/sdk": "2.0.2"
54
+ "@sanity/sdk": "2.1.0"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@sanity/browserslist-config": "^1.0.5",
@@ -76,9 +76,9 @@
76
76
  "vitest": "^3.1.2",
77
77
  "@repo/config-eslint": "0.0.0",
78
78
  "@repo/config-test": "0.0.1",
79
- "@repo/tsconfig": "0.0.1",
79
+ "@repo/package.config": "0.0.1",
80
80
  "@repo/package.bundle": "3.82.0",
81
- "@repo/package.config": "0.0.1"
81
+ "@repo/tsconfig": "0.0.1"
82
82
  },
83
83
  "peerDependencies": {
84
84
  "react": "^18.0.0 || ^19.0.0",