@sanity/sdk-react 3.3.0-rc.0 → 3.3.0-rc.1
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
|
@@ -4130,7 +4130,7 @@ function useUsers(options) {
|
|
|
4130
4130
|
loadMore
|
|
4131
4131
|
}, $[20] = data, $[21] = hasMore, $[22] = isPending, $[23] = loadMore, $[24] = t8) : t8 = $[24], t8;
|
|
4132
4132
|
}
|
|
4133
|
-
var version = "3.3.0-rc.
|
|
4133
|
+
var version = "3.3.0-rc.1";
|
|
4134
4134
|
function getEnv(key) {
|
|
4135
4135
|
if (import.meta.env) return import.meta.env[key];
|
|
4136
4136
|
if (typeof process < "u" && process.env) return process.env[key];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/sdk-react",
|
|
3
|
-
"version": "3.3.0-rc.
|
|
3
|
+
"version": "3.3.0-rc.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Sanity SDK React toolkit for Content OS",
|
|
6
6
|
"keywords": [
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@module-federation/runtime": "^2.9.0",
|
|
46
46
|
"@sanity/client": "^8.6.1",
|
|
47
47
|
"@sanity/message-protocol": "^0.24.0",
|
|
48
|
-
"@sanity/sdk": "3.3.0-rc.
|
|
48
|
+
"@sanity/sdk": "3.3.0-rc.1",
|
|
49
49
|
"@sanity/types": "^6.13.2",
|
|
50
50
|
"react-compiler-runtime": "^1.0.0",
|
|
51
51
|
"react-error-boundary": "^6.1.5",
|