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