@sanity/types 5.8.0-next.12 → 5.8.0-next.13

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 -0
  2. package/package.json +5 -5
package/lib/index.d.ts CHANGED
@@ -802,6 +802,7 @@ export declare interface ConditionalPropertyCallbackContext {
802
802
  parent: any
803
803
  value: any
804
804
  currentUser: Omit<CurrentUser, 'role'> | null
805
+ path: Path
805
806
  }
806
807
 
807
808
  /** @internal */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/types",
3
- "version": "5.8.0-next.12+6aaca20134",
3
+ "version": "5.8.0-next.13+f16a4aa9b8",
4
4
  "description": "Type definitions for common Sanity data structures",
5
5
  "keywords": [
6
6
  "sanity",
@@ -47,10 +47,10 @@
47
47
  "react": "^19.2.3",
48
48
  "rimraf": "^5.0.10",
49
49
  "vitest": "^4.0.16",
50
- "@repo/eslint-config": "5.8.0-next.12+6aaca20134",
51
- "@repo/test-config": "5.8.0-next.12+6aaca20134",
52
- "@repo/tsconfig": "5.8.0-next.12+6aaca20134",
53
- "@repo/package.config": "5.8.0-next.12+6aaca20134"
50
+ "@repo/eslint-config": "5.8.0-next.13+f16a4aa9b8",
51
+ "@repo/package.config": "5.8.0-next.13+f16a4aa9b8",
52
+ "@repo/test-config": "5.8.0-next.13+f16a4aa9b8",
53
+ "@repo/tsconfig": "5.8.0-next.13+f16a4aa9b8"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "@types/react": "^19.2"