@sanity/schema 5.13.1-next.3 → 5.13.1-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 +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
|
-
readOnly?: undefined;
|
|
71
70
|
fieldset?: undefined;
|
|
71
|
+
readOnly?: 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
|
-
readOnly?: undefined;
|
|
150
149
|
fieldset?: undefined;
|
|
150
|
+
readOnly?: 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
|
-
title?: undefined;
|
|
225
|
-
readOnly?: undefined;
|
|
226
|
-
fieldset?: undefined;
|
|
227
224
|
name: string;
|
|
228
225
|
type: string;
|
|
229
|
-
|
|
226
|
+
fieldset?: undefined;
|
|
227
|
+
title?: undefined;
|
|
230
228
|
readOnly?: undefined;
|
|
229
|
+
} | {
|
|
231
230
|
name: string;
|
|
232
231
|
title: string;
|
|
233
232
|
type: string;
|
|
234
233
|
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.5+b7834e6387",
|
|
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/eslint-config": "5.13.1-next.
|
|
65
|
-
"@repo/package.config": "5.13.1-next.
|
|
66
|
-
"@repo/test-config": "5.13.1-next.
|
|
67
|
-
"@repo/tsconfig": "5.13.1-next.
|
|
64
|
+
"@repo/eslint-config": "5.13.1-next.5+b7834e6387",
|
|
65
|
+
"@repo/package.config": "5.13.1-next.5+b7834e6387",
|
|
66
|
+
"@repo/test-config": "5.13.1-next.5+b7834e6387",
|
|
67
|
+
"@repo/tsconfig": "5.13.1-next.5+b7834e6387"
|
|
68
68
|
},
|
|
69
69
|
"scripts": {
|
|
70
70
|
"build": "pnpm clean && pkg-utils build --strict --check --clean",
|