@sanity/types 5.23.0-next.19 → 5.23.0-next.20
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.
- package/lib/index.d.ts +1 -1
- package/package.json +6 -6
package/lib/index.d.ts
CHANGED
|
@@ -2587,7 +2587,7 @@ declare function isBlockChildrenObjectField(field: unknown): field is BlockChild
|
|
|
2587
2587
|
/**
|
|
2588
2588
|
* @public
|
|
2589
2589
|
*/
|
|
2590
|
-
declare const searchStrategies: readonly [
|
|
2590
|
+
declare const searchStrategies: readonly ['groqLegacy', 'groq2024'];
|
|
2591
2591
|
/**
|
|
2592
2592
|
* @public
|
|
2593
2593
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/types",
|
|
3
|
-
"version": "5.23.0-next.
|
|
3
|
+
"version": "5.23.0-next.20+6b99ab91e0",
|
|
4
4
|
"description": "Type definitions for common Sanity data structures",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cms",
|
|
@@ -41,16 +41,16 @@
|
|
|
41
41
|
"@sanity/insert-menu": "3.0.5",
|
|
42
42
|
"@sanity/pkg-utils": "^10.4.15",
|
|
43
43
|
"@types/react": "^19.2.11",
|
|
44
|
-
"@typescript/native-preview": "
|
|
44
|
+
"@typescript/native-preview": "beta",
|
|
45
45
|
"@vitejs/plugin-react": "^5.1.2",
|
|
46
46
|
"eslint": "^9.39.2",
|
|
47
47
|
"react": "^19.2.4",
|
|
48
48
|
"rimraf": "^6.1.3",
|
|
49
49
|
"vitest": "^4.1.4",
|
|
50
|
-
"@repo/
|
|
51
|
-
"@repo/
|
|
52
|
-
"@repo/
|
|
53
|
-
"@repo/
|
|
50
|
+
"@repo/eslint-config": "5.23.0-next.20+6b99ab91e0",
|
|
51
|
+
"@repo/test-config": "5.23.0-next.20+6b99ab91e0",
|
|
52
|
+
"@repo/package.config": "5.23.0-next.20+6b99ab91e0",
|
|
53
|
+
"@repo/tsconfig": "5.23.0-next.20+6b99ab91e0"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
56
|
"@types/react": "^19.2"
|