@sanity/types 6.12.0-next.25 → 6.12.0-next.46

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
@@ -533,7 +533,7 @@ interface ValidationContext {
533
533
  * `RuleSpec`'s constraint, the value to check, an optional override message,
534
534
  * and the validation context.
535
535
  *
536
- * @see Rule.validate from `sanity/src/core/validation/Rule`
536
+ * @see Rule.validate from `@sanity/validation`
537
537
  *
538
538
  * @internal
539
539
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/types",
3
- "version": "6.12.0-next.25",
3
+ "version": "6.12.0-next.46",
4
4
  "description": "Type definitions for common Sanity data structures",
5
5
  "keywords": [
6
6
  "cms",
@@ -37,16 +37,16 @@
37
37
  "@sanity/media-library-types": "^1.6.0"
38
38
  },
39
39
  "devDependencies": {
40
+ "@repo/test-config": "6.9.2",
41
+ "@repo/tsconfig": "6.9.2",
42
+ "@repo/tsdown.config": "6.9.2",
40
43
  "@types/react": "^19.2.18",
41
44
  "@vitejs/plugin-react": "^6.1.0",
42
45
  "react": "^19.2.8",
43
46
  "tsdown": "^0.22.14",
44
47
  "typescript": "^7.0.2",
45
48
  "vite": "^8.2.2",
46
- "vitest": "^4.1.11",
47
- "@repo/tsdown.config": "6.9.2",
48
- "@repo/tsconfig": "6.9.2",
49
- "@repo/test-config": "6.9.2"
49
+ "vitest": "^4.1.11"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "@types/react": "*"