@sanity/types 6.1.0-next.32 → 6.1.0-next.34

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/lib/index.d.ts +1 -1
  2. package/package.json +5 -5
package/lib/index.d.ts CHANGED
@@ -1490,7 +1490,7 @@ interface GeopointValue {
1490
1490
  /** @public */
1491
1491
  interface GeopointRule extends RuleDef<GeopointRule, GeopointValue> {}
1492
1492
  /** @public */
1493
- interface GeopointOptions extends BaseSchemaTypeOptions {}
1493
+ interface GeopointOptions extends ObjectOptions {}
1494
1494
  /** @public */
1495
1495
  interface GeopointDefinition extends BaseSchemaDefinition {
1496
1496
  type: 'geopoint';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/types",
3
- "version": "6.1.0-next.32",
3
+ "version": "6.1.0-next.34",
4
4
  "description": "Type definitions for common Sanity data structures",
5
5
  "keywords": [
6
6
  "cms",
@@ -48,10 +48,10 @@
48
48
  "rimraf": "^6.1.3",
49
49
  "vite": "^8.0.16",
50
50
  "vitest": "^4.1.8",
51
- "@repo/package.config": "6.1.0-next.32+37e9ad1c1f",
52
- "@repo/test-config": "6.1.0-next.32+37e9ad1c1f",
53
- "@repo/eslint-config": "6.1.0-next.32+37e9ad1c1f",
54
- "@repo/tsconfig": "6.1.0-next.32+37e9ad1c1f"
51
+ "@repo/eslint-config": "6.1.0-next.34+897b06ad6e",
52
+ "@repo/test-config": "6.1.0-next.34+897b06ad6e",
53
+ "@repo/package.config": "6.1.0-next.34+897b06ad6e",
54
+ "@repo/tsconfig": "6.1.0-next.34+897b06ad6e"
55
55
  },
56
56
  "peerDependencies": {
57
57
  "@types/react": "^19.2"