@sanity/schema 6.0.0-next.22 → 6.0.0

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.
@@ -239,8 +239,8 @@ declare const builtinTypes: ({
239
239
  name: string;
240
240
  type: string;
241
241
  title: string;
242
- readOnly?: undefined;
243
242
  fieldset?: undefined;
243
+ readOnly?: undefined;
244
244
  validation?: undefined;
245
245
  hidden?: undefined;
246
246
  } | {
@@ -318,8 +318,8 @@ declare const builtinTypes: ({
318
318
  name: string;
319
319
  type: string;
320
320
  title: string;
321
- readOnly?: undefined;
322
321
  fieldset?: undefined;
322
+ readOnly?: undefined;
323
323
  validation?: undefined;
324
324
  hidden?: undefined;
325
325
  } | {
@@ -395,17 +395,17 @@ declare const builtinTypes: ({
395
395
  };
396
396
  }[];
397
397
  fields: ({
398
- title?: undefined;
399
- readOnly?: undefined;
400
- fieldset?: undefined;
401
398
  name: string;
402
399
  type: string;
403
- } | {
400
+ fieldset?: undefined;
401
+ title?: undefined;
404
402
  readOnly?: undefined;
403
+ } | {
405
404
  name: string;
406
405
  title: string;
407
406
  type: string;
408
407
  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.0.0-next.22",
3
+ "version": "6.0.0",
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.0.0-next.22+5775eaa156"
52
+ "@sanity/types": "6.0.0"
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.0.0-next.22+5775eaa156",
66
- "@repo/test-config": "6.0.0-next.22+5775eaa156",
67
- "@repo/package.config": "6.0.0-next.22+5775eaa156",
68
- "@repo/tsconfig": "6.0.0-next.22+5775eaa156"
65
+ "@repo/eslint-config": "6.0.0",
66
+ "@repo/package.config": "6.0.0",
67
+ "@repo/tsconfig": "6.0.0",
68
+ "@repo/test-config": "6.0.0"
69
69
  },
70
70
  "browserslist": [
71
71
  "node >=22.12",