@sanity/schema 5.13.1-next.5 → 5.13.1-next.7
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
|
@@ -67,8 +67,8 @@ declare const builtinTypes: ({
|
|
|
67
67
|
title: string;
|
|
68
68
|
validation?: undefined;
|
|
69
69
|
hidden?: undefined;
|
|
70
|
-
fieldset?: undefined;
|
|
71
70
|
readOnly?: undefined;
|
|
71
|
+
fieldset?: undefined;
|
|
72
72
|
} | {
|
|
73
73
|
name: string;
|
|
74
74
|
type: string;
|
|
@@ -146,8 +146,8 @@ declare const builtinTypes: ({
|
|
|
146
146
|
title: string;
|
|
147
147
|
validation?: undefined;
|
|
148
148
|
hidden?: undefined;
|
|
149
|
-
fieldset?: undefined;
|
|
150
149
|
readOnly?: undefined;
|
|
150
|
+
fieldset?: undefined;
|
|
151
151
|
} | {
|
|
152
152
|
name: string;
|
|
153
153
|
type: string;
|
|
@@ -221,17 +221,17 @@ declare const builtinTypes: ({
|
|
|
221
221
|
};
|
|
222
222
|
}[];
|
|
223
223
|
fields: ({
|
|
224
|
-
name: string;
|
|
225
|
-
type: string;
|
|
226
|
-
fieldset?: undefined;
|
|
227
224
|
title?: undefined;
|
|
228
225
|
readOnly?: undefined;
|
|
226
|
+
fieldset?: undefined;
|
|
227
|
+
name: string;
|
|
228
|
+
type: string;
|
|
229
229
|
} | {
|
|
230
|
+
readOnly?: undefined;
|
|
230
231
|
name: string;
|
|
231
232
|
title: string;
|
|
232
233
|
type: string;
|
|
233
234
|
fieldset: string;
|
|
234
|
-
readOnly?: undefined;
|
|
235
235
|
} | {
|
|
236
236
|
fieldset?: undefined;
|
|
237
237
|
name: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/schema",
|
|
3
|
-
"version": "5.13.1-next.
|
|
3
|
+
"version": "5.13.1-next.7+0e38d8e1e6",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cms",
|
|
@@ -61,10 +61,10 @@
|
|
|
61
61
|
"eslint": "^9.39.2",
|
|
62
62
|
"rimraf": "^5.0.10",
|
|
63
63
|
"vitest": "^4.0.18",
|
|
64
|
-
"@repo/
|
|
65
|
-
"@repo/
|
|
66
|
-
"@repo/
|
|
67
|
-
"@repo/
|
|
64
|
+
"@repo/package.config": "5.13.1-next.7+0e38d8e1e6",
|
|
65
|
+
"@repo/eslint-config": "5.13.1-next.7+0e38d8e1e6",
|
|
66
|
+
"@repo/tsconfig": "5.13.1-next.7+0e38d8e1e6",
|
|
67
|
+
"@repo/test-config": "5.13.1-next.7+0e38d8e1e6"
|
|
68
68
|
},
|
|
69
69
|
"scripts": {
|
|
70
70
|
"build": "pnpm clean && pkg-utils build --strict --check --clean",
|