@sanity/schema 6.1.0-next.31 → 6.1.0-next.33
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 +6 -6
package/lib/_internal.d.ts
CHANGED
|
@@ -241,8 +241,8 @@ declare const builtinTypes: ({
|
|
|
241
241
|
title: string;
|
|
242
242
|
validation?: undefined;
|
|
243
243
|
hidden?: undefined;
|
|
244
|
-
fieldset?: undefined;
|
|
245
244
|
readOnly?: undefined;
|
|
245
|
+
fieldset?: undefined;
|
|
246
246
|
} | {
|
|
247
247
|
name: string;
|
|
248
248
|
type: string;
|
|
@@ -320,8 +320,8 @@ declare const builtinTypes: ({
|
|
|
320
320
|
title: string;
|
|
321
321
|
validation?: undefined;
|
|
322
322
|
hidden?: undefined;
|
|
323
|
-
fieldset?: undefined;
|
|
324
323
|
readOnly?: undefined;
|
|
324
|
+
fieldset?: undefined;
|
|
325
325
|
} | {
|
|
326
326
|
name: string;
|
|
327
327
|
type: string;
|
|
@@ -395,17 +395,17 @@ declare const builtinTypes: ({
|
|
|
395
395
|
};
|
|
396
396
|
}[];
|
|
397
397
|
fields: ({
|
|
398
|
-
name: string;
|
|
399
|
-
type: string;
|
|
400
|
-
fieldset?: undefined;
|
|
401
398
|
title?: undefined;
|
|
402
399
|
readOnly?: undefined;
|
|
400
|
+
fieldset?: undefined;
|
|
401
|
+
name: string;
|
|
402
|
+
type: string;
|
|
403
403
|
} | {
|
|
404
|
+
readOnly?: undefined;
|
|
404
405
|
name: string;
|
|
405
406
|
title: string;
|
|
406
407
|
type: string;
|
|
407
408
|
fieldset: string;
|
|
408
|
-
readOnly?: undefined;
|
|
409
409
|
} | {
|
|
410
410
|
fieldset?: undefined;
|
|
411
411
|
name: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/schema",
|
|
3
|
-
"version": "6.1.0-next.
|
|
3
|
+
"version": "6.1.0-next.33",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cms",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"leven": "^3.1.0",
|
|
50
50
|
"lodash-es": "^4.18.1",
|
|
51
51
|
"object-inspect": "^1.13.4",
|
|
52
|
-
"@sanity/types": "6.1.0-next.
|
|
52
|
+
"@sanity/types": "6.1.0-next.33+e9d3be1841"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@sanity/icons": "^3.7.4",
|
|
@@ -62,10 +62,10 @@
|
|
|
62
62
|
"rimraf": "^6.1.3",
|
|
63
63
|
"vite": "^8.0.16",
|
|
64
64
|
"vitest": "^4.1.8",
|
|
65
|
-
"@repo/eslint-config": "6.1.0-next.
|
|
66
|
-
"@repo/
|
|
67
|
-
"@repo/
|
|
68
|
-
"@repo/
|
|
65
|
+
"@repo/eslint-config": "6.1.0-next.33+e9d3be1841",
|
|
66
|
+
"@repo/package.config": "6.1.0-next.33+e9d3be1841",
|
|
67
|
+
"@repo/test-config": "6.1.0-next.33+e9d3be1841",
|
|
68
|
+
"@repo/tsconfig": "6.1.0-next.33+e9d3be1841"
|
|
69
69
|
},
|
|
70
70
|
"browserslist": [
|
|
71
71
|
"node >=22.12",
|