@sanity/sdk-react 2.2.0-cors-check.4 → 2.2.0-cors-check.5
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
|
@@ -1158,7 +1158,7 @@ function useUsers(options) {
|
|
|
1158
1158
|
loadMore
|
|
1159
1159
|
};
|
|
1160
1160
|
}
|
|
1161
|
-
var version = "2.2.0-cors-check.
|
|
1161
|
+
var version = "2.2.0-cors-check.5";
|
|
1162
1162
|
function getEnv(key) {
|
|
1163
1163
|
if (typeof import.meta < "u" && import.meta.env)
|
|
1164
1164
|
return import.meta.env[key];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/sdk-react",
|
|
3
|
-
"version": "2.2.0-cors-check.
|
|
3
|
+
"version": "2.2.0-cors-check.5",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Sanity SDK React toolkit for Content OS",
|
|
6
6
|
"keywords": [
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@sanity/client": "7.11.0-cors-check.6",
|
|
60
60
|
"@sanity/message-protocol": "^0.12.0",
|
|
61
|
-
"@sanity/sdk": "
|
|
61
|
+
"@sanity/sdk": "2.2.0-cors-check.4",
|
|
62
62
|
"@sanity/types": "^3.83.0",
|
|
63
63
|
"@types/lodash-es": "^4.17.12",
|
|
64
64
|
"groq": "3.88.1-typegen-experimental.0",
|