@sanity/sdk 2.0.1 → 2.0.2

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