@sanity/schema 6.8.0 → 6.8.1-next.2
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
|
@@ -391,8 +391,8 @@ declare const builtinTypes: ({
|
|
|
391
391
|
name: string;
|
|
392
392
|
type: string;
|
|
393
393
|
title: string;
|
|
394
|
-
fieldset?: undefined;
|
|
395
394
|
readOnly?: undefined;
|
|
395
|
+
fieldset?: undefined;
|
|
396
396
|
validation?: undefined;
|
|
397
397
|
hidden?: undefined;
|
|
398
398
|
} | {
|
|
@@ -470,8 +470,8 @@ declare const builtinTypes: ({
|
|
|
470
470
|
name: string;
|
|
471
471
|
type: string;
|
|
472
472
|
title: string;
|
|
473
|
-
fieldset?: undefined;
|
|
474
473
|
readOnly?: undefined;
|
|
474
|
+
fieldset?: undefined;
|
|
475
475
|
validation?: undefined;
|
|
476
476
|
hidden?: undefined;
|
|
477
477
|
} | {
|
|
@@ -547,17 +547,17 @@ declare const builtinTypes: ({
|
|
|
547
547
|
};
|
|
548
548
|
}[];
|
|
549
549
|
fields: ({
|
|
550
|
-
name: string;
|
|
551
|
-
type: string;
|
|
552
|
-
fieldset?: undefined;
|
|
553
550
|
title?: undefined;
|
|
554
551
|
readOnly?: undefined;
|
|
552
|
+
fieldset?: undefined;
|
|
553
|
+
name: string;
|
|
554
|
+
type: string;
|
|
555
555
|
} | {
|
|
556
|
+
readOnly?: undefined;
|
|
556
557
|
name: string;
|
|
557
558
|
title: string;
|
|
558
559
|
type: string;
|
|
559
560
|
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.8.
|
|
3
|
+
"version": "6.8.1-next.2",
|
|
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.8.
|
|
52
|
+
"@sanity/types": "6.8.1-next.2+30ec805b59"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@sanity/icons": "^5.2.1",
|
|
@@ -60,9 +60,9 @@
|
|
|
60
60
|
"typescript": "^7.0.2",
|
|
61
61
|
"vite": "^8.1.5",
|
|
62
62
|
"vitest": "^4.1.10",
|
|
63
|
-
"@repo/
|
|
64
|
-
"@repo/tsdown.config": "6.8.
|
|
65
|
-
"@repo/
|
|
63
|
+
"@repo/tsconfig": "6.8.1-next.2+30ec805b59",
|
|
64
|
+
"@repo/tsdown.config": "6.8.1-next.2+30ec805b59",
|
|
65
|
+
"@repo/test-config": "6.8.1-next.2+30ec805b59"
|
|
66
66
|
},
|
|
67
67
|
"browserslist": [
|
|
68
68
|
"node >=22.12",
|