@sanity/schema 6.7.0-next.44 → 6.7.0-next.48
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/_internal.d.ts +6 -6
- package/package.json +5 -5
package/lib/_internal.d.ts
CHANGED
|
@@ -393,8 +393,8 @@ declare const builtinTypes: ({
|
|
|
393
393
|
title: string;
|
|
394
394
|
validation?: undefined;
|
|
395
395
|
hidden?: undefined;
|
|
396
|
-
readOnly?: undefined;
|
|
397
396
|
fieldset?: undefined;
|
|
397
|
+
readOnly?: undefined;
|
|
398
398
|
} | {
|
|
399
399
|
name: string;
|
|
400
400
|
type: string;
|
|
@@ -472,8 +472,8 @@ declare const builtinTypes: ({
|
|
|
472
472
|
title: string;
|
|
473
473
|
validation?: undefined;
|
|
474
474
|
hidden?: undefined;
|
|
475
|
-
readOnly?: undefined;
|
|
476
475
|
fieldset?: undefined;
|
|
476
|
+
readOnly?: undefined;
|
|
477
477
|
} | {
|
|
478
478
|
name: string;
|
|
479
479
|
type: string;
|
|
@@ -547,17 +547,17 @@ declare const builtinTypes: ({
|
|
|
547
547
|
};
|
|
548
548
|
}[];
|
|
549
549
|
fields: ({
|
|
550
|
-
title?: undefined;
|
|
551
|
-
readOnly?: undefined;
|
|
552
|
-
fieldset?: undefined;
|
|
553
550
|
name: string;
|
|
554
551
|
type: string;
|
|
555
|
-
|
|
552
|
+
fieldset?: undefined;
|
|
553
|
+
title?: undefined;
|
|
556
554
|
readOnly?: undefined;
|
|
555
|
+
} | {
|
|
557
556
|
name: string;
|
|
558
557
|
title: string;
|
|
559
558
|
type: string;
|
|
560
559
|
fieldset: string;
|
|
560
|
+
readOnly?: undefined;
|
|
561
561
|
} | {
|
|
562
562
|
fieldset?: undefined;
|
|
563
563
|
name: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/schema",
|
|
3
|
-
"version": "6.7.0-next.
|
|
3
|
+
"version": "6.7.0-next.48",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cms",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"leven": "^4.1.0",
|
|
50
50
|
"lodash-es": "^4.18.1",
|
|
51
51
|
"object-inspect": "^1.13.4",
|
|
52
|
-
"@sanity/types": "6.7.0-next.
|
|
52
|
+
"@sanity/types": "6.7.0-next.48+54328dc6e1"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@sanity/icons": "^5.2.1",
|
|
@@ -59,9 +59,9 @@
|
|
|
59
59
|
"tsdown": "^0.22.13",
|
|
60
60
|
"vite": "^8.1.5",
|
|
61
61
|
"vitest": "^4.1.10",
|
|
62
|
-
"@repo/
|
|
63
|
-
"@repo/
|
|
64
|
-
"@repo/
|
|
62
|
+
"@repo/test-config": "6.7.0-next.48+54328dc6e1",
|
|
63
|
+
"@repo/tsdown.config": "6.7.0-next.48+54328dc6e1",
|
|
64
|
+
"@repo/tsconfig": "6.7.0-next.48+54328dc6e1"
|
|
65
65
|
},
|
|
66
66
|
"browserslist": [
|
|
67
67
|
"node >=22.12",
|