@sanity/sdk-react 0.0.3 → 1.0.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -1046,7 +1046,7 @@ function useUsers(options) {
1046
1046
  loadMore
1047
1047
  };
1048
1048
  }
1049
- var version = "0.0.3";
1049
+ var version = "1.0.0";
1050
1050
  function getEnv(key) {
1051
1051
  if (typeof import.meta < "u" && import.meta.env)
1052
1052
  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.3",
3
+ "version": "1.0.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": "19.1.0-rc.1",
52
52
  "react-error-boundary": "^5.0.0",
53
53
  "rxjs": "^7.8.2",
54
- "@sanity/sdk": "0.0.3"
54
+ "@sanity/sdk": "1.0.0"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@sanity/browserslist-config": "^1.0.5",
@@ -74,11 +74,11 @@
74
74
  "typescript": "^5.8.3",
75
75
  "vite": "^6.3.4",
76
76
  "vitest": "^3.1.2",
77
- "@repo/config-eslint": "0.0.0",
78
77
  "@repo/config-test": "0.0.1",
79
78
  "@repo/package.bundle": "3.82.0",
80
79
  "@repo/package.config": "0.0.1",
81
- "@repo/tsconfig": "0.0.1"
80
+ "@repo/tsconfig": "0.0.1",
81
+ "@repo/config-eslint": "0.0.0"
82
82
  },
83
83
  "peerDependencies": {
84
84
  "react": "^18.0.0 || ^19.0.0",