@sanity/sdk-react 2.16.0 → 2.17.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.
- package/dist/index.js +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -2024,7 +2024,7 @@ function useUsers(options) {
|
|
|
2024
2024
|
loadMore
|
|
2025
2025
|
}, $[20] = data, $[21] = hasMore, $[22] = isPending, $[23] = loadMore, $[24] = t8) : t8 = $[24], t8;
|
|
2026
2026
|
}
|
|
2027
|
-
var version = "2.
|
|
2027
|
+
var version = "2.17.0";
|
|
2028
2028
|
function getEnv(key) {
|
|
2029
2029
|
if (typeof import.meta < "u" && import.meta.env)
|
|
2030
2030
|
return import.meta.env[key];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/sdk-react",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.17.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": "^1.0.0",
|
|
52
52
|
"react-error-boundary": "^6.1.2",
|
|
53
53
|
"rxjs": "^7.8.2",
|
|
54
|
-
"@sanity/sdk": "2.
|
|
54
|
+
"@sanity/sdk": "2.17.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@sanity/browserslist-config": "^1.0.5",
|
|
@@ -76,10 +76,10 @@
|
|
|
76
76
|
"vite": "^8.1.4",
|
|
77
77
|
"vitest": "^4.1.10",
|
|
78
78
|
"@repo/config-test": "0.0.1",
|
|
79
|
-
"@repo/
|
|
79
|
+
"@repo/config-eslint": "0.0.0",
|
|
80
80
|
"@repo/package.config": "0.0.1",
|
|
81
|
-
"@repo/
|
|
82
|
-
"@repo/
|
|
81
|
+
"@repo/tsconfig": "0.0.1",
|
|
82
|
+
"@repo/package.bundle": "3.82.0"
|
|
83
83
|
},
|
|
84
84
|
"peerDependencies": {
|
|
85
85
|
"react": "^18.0.0 || ^19.0.0",
|