@sanity/sdk 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
@@ -5405,7 +5405,7 @@ function createGroqSearchFilter(query) {
5405
5405
  `${finalIncrementalToken}${WILDCARD_TOKEN}`
5406
5406
  ), `[@] match text::query("${processedTokens.join(" ").replace(/"/g, '\\"')}")`;
5407
5407
  }
5408
- var version = "0.0.3";
5408
+ var version = "1.0.0";
5409
5409
  const CORE_SDK_VERSION = getEnv("PKG_VERSION") || `${version}-development`;
5410
5410
  export {
5411
5411
  AuthStateType,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/sdk",
3
- "version": "0.0.3",
3
+ "version": "1.0.0",
4
4
  "private": false,
5
5
  "description": "Sanity SDK",
6
6
  "keywords": [
@@ -68,10 +68,10 @@
68
68
  "vite": "^6.3.4",
69
69
  "vitest": "^3.1.2",
70
70
  "@repo/config-eslint": "0.0.0",
71
- "@repo/config-test": "0.0.1",
71
+ "@repo/package.bundle": "3.82.0",
72
72
  "@repo/package.config": "0.0.1",
73
- "@repo/tsconfig": "0.0.1",
74
- "@repo/package.bundle": "3.82.0"
73
+ "@repo/config-test": "0.0.1",
74
+ "@repo/tsconfig": "0.0.1"
75
75
  },
76
76
  "engines": {
77
77
  "node": ">=20.0.0"