@sanity/sdk-react 0.0.0-alpha.21 → 0.0.0-alpha.22

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 +3 -3
package/dist/index.js CHANGED
@@ -1023,7 +1023,7 @@ function useUsers(params) {
1023
1023
  loadMore: store.loadMore
1024
1024
  }, $[11] = hasMore, $[12] = store.loadMore, $[13] = users, $[14] = t5) : t5 = $[14], t5;
1025
1025
  }
1026
- var version = "0.0.0-alpha.21";
1026
+ var version = "0.0.0-alpha.22";
1027
1027
  function getEnv(key) {
1028
1028
  if (typeof import.meta < "u" && import.meta.env)
1029
1029
  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.21",
3
+ "version": "0.0.0-alpha.22",
4
4
  "private": false,
5
5
  "description": "Sanity SDK React toolkit for Content OS",
6
6
  "keywords": [
@@ -47,11 +47,11 @@
47
47
  "@sanity/types": "^3.78.1",
48
48
  "react-error-boundary": "^5.0.0",
49
49
  "rxjs": "^7.8.1",
50
- "@sanity/sdk": "0.0.0-alpha.20"
50
+ "@sanity/sdk": "0.0.0-alpha.21"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@sanity/browserslist-config": "^1.0.5",
54
- "@sanity/client": "^6.28.3",
54
+ "@sanity/client": "^6.28.4",
55
55
  "@sanity/comlink": "^3.0.1",
56
56
  "@sanity/pkg-utils": "^6.13.4",
57
57
  "@sanity/prettier-config": "^1.0.3",