@sanity/sdk 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 +2 -2
package/dist/index.js CHANGED
@@ -5387,7 +5387,7 @@ function createGroqSearchFilter(query) {
5387
5387
  `${finalIncrementalToken}${WILDCARD_TOKEN}`
5388
5388
  ), `[@] match text::query("${processedTokens.join(" ").replace(/"/g, '\\"')}")`;
5389
5389
  }
5390
- var version = "0.0.0";
5390
+ var version = "0.0.1";
5391
5391
  const CORE_SDK_VERSION = getEnv("PKG_VERSION") || `${version}-development`;
5392
5392
  export {
5393
5393
  AuthStateType,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/sdk",
3
- "version": "0.0.0",
3
+ "version": "0.0.1",
4
4
  "private": false,
5
5
  "description": "Sanity SDK",
6
6
  "keywords": [
@@ -68,9 +68,9 @@
68
68
  "vite": "^6.3.4",
69
69
  "vitest": "^3.1.2",
70
70
  "@repo/config-eslint": "0.0.0",
71
- "@repo/package.bundle": "3.82.0",
72
71
  "@repo/config-test": "0.0.1",
73
72
  "@repo/package.config": "0.0.1",
73
+ "@repo/package.bundle": "3.82.0",
74
74
  "@repo/tsconfig": "0.0.1"
75
75
  },
76
76
  "engines": {