@sanity/types 5.8.0-next.42 → 5.8.0-next.44

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
@@ -933,7 +933,7 @@ export declare interface CrossDatasetType {
933
933
  icon: ComponentType
934
934
  preview: PreviewConfig
935
935
  /** @deprecated Unused. Configuring search is no longer supported for cross-dataset references. */
936
- __experimental_search: ObjectSchemaType['__experimental_search']
936
+ __experimental_search?: ObjectSchemaType['__experimental_search']
937
937
  }
938
938
 
939
939
  /** @public */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/types",
3
- "version": "5.8.0-next.42+f3de636268",
3
+ "version": "5.8.0-next.44+e5a945bab4",
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.18",
50
- "@repo/package.config": "5.8.0-next.42+f3de636268",
51
- "@repo/eslint-config": "5.8.0-next.42+f3de636268",
52
- "@repo/test-config": "5.8.0-next.42+f3de636268",
53
- "@repo/tsconfig": "5.8.0-next.42+f3de636268"
50
+ "@repo/eslint-config": "5.8.0-next.44+e5a945bab4",
51
+ "@repo/test-config": "5.8.0-next.44+e5a945bab4",
52
+ "@repo/tsconfig": "5.8.0-next.44+e5a945bab4",
53
+ "@repo/package.config": "5.8.0-next.44+e5a945bab4"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "@types/react": "^19.2"