@sanity/sdk-react 0.0.0-alpha.30 → 0.0.0-alpha.31
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 +2 -2
package/dist/index.js
CHANGED
|
@@ -1070,7 +1070,7 @@ function useUsers(options) {
|
|
|
1070
1070
|
loadMore
|
|
1071
1071
|
};
|
|
1072
1072
|
}
|
|
1073
|
-
var version = "0.0.0-alpha.
|
|
1073
|
+
var version = "0.0.0-alpha.31";
|
|
1074
1074
|
function getEnv(key) {
|
|
1075
1075
|
if (typeof import.meta < "u" && import.meta.env)
|
|
1076
1076
|
return import.meta.env[key];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/sdk-react",
|
|
3
|
-
"version": "0.0.0-alpha.
|
|
3
|
+
"version": "0.0.0-alpha.31",
|
|
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.0.0-beta-ebf51a3-20250411",
|
|
52
52
|
"react-error-boundary": "^5.0.0",
|
|
53
53
|
"rxjs": "^7.8.2",
|
|
54
|
-
"@sanity/sdk": "0.0.0-alpha.
|
|
54
|
+
"@sanity/sdk": "0.0.0-alpha.31"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@sanity/browserslist-config": "^1.0.5",
|