@sanity/sdk-react 0.0.0 → 0.0.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +3 -3
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";
1073
+ var version = "0.0.1";
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",
3
+ "version": "0.0.1",
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"
54
+ "@sanity/sdk": "0.0.1"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@sanity/browserslist-config": "^1.0.5",
@@ -74,10 +74,10 @@
74
74
  "typescript": "^5.8.3",
75
75
  "vite": "^6.3.4",
76
76
  "vitest": "^3.1.2",
77
- "@repo/config-test": "0.0.1",
78
77
  "@repo/config-eslint": "0.0.0",
79
78
  "@repo/package.bundle": "3.82.0",
80
79
  "@repo/package.config": "0.0.1",
80
+ "@repo/config-test": "0.0.1",
81
81
  "@repo/tsconfig": "0.0.1"
82
82
  },
83
83
  "peerDependencies": {