@sanity/schema 6.8.0-next.3 → 6.8.0-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.
@@ -393,8 +393,8 @@ declare const builtinTypes: ({
393
393
  title: string;
394
394
  validation?: undefined;
395
395
  hidden?: undefined;
396
- readOnly?: undefined;
397
396
  fieldset?: undefined;
397
+ readOnly?: undefined;
398
398
  } | {
399
399
  name: string;
400
400
  type: string;
@@ -472,8 +472,8 @@ declare const builtinTypes: ({
472
472
  title: string;
473
473
  validation?: undefined;
474
474
  hidden?: undefined;
475
- readOnly?: undefined;
476
475
  fieldset?: undefined;
476
+ readOnly?: undefined;
477
477
  } | {
478
478
  name: string;
479
479
  type: string;
@@ -547,17 +547,17 @@ declare const builtinTypes: ({
547
547
  };
548
548
  }[];
549
549
  fields: ({
550
- title?: undefined;
551
- readOnly?: undefined;
552
- fieldset?: undefined;
553
550
  name: string;
554
551
  type: string;
555
- } | {
552
+ fieldset?: undefined;
553
+ title?: undefined;
556
554
  readOnly?: undefined;
555
+ } | {
557
556
  name: string;
558
557
  title: string;
559
558
  type: string;
560
559
  fieldset: string;
560
+ readOnly?: undefined;
561
561
  } | {
562
562
  fieldset?: undefined;
563
563
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/schema",
3
- "version": "6.8.0-next.3",
3
+ "version": "6.8.0-next.5",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "cms",
@@ -49,7 +49,7 @@
49
49
  "leven": "^4.1.0",
50
50
  "lodash-es": "^4.18.1",
51
51
  "object-inspect": "^1.13.4",
52
- "@sanity/types": "6.8.0-next.3+3051e642d7"
52
+ "@sanity/types": "6.8.0-next.5+6e51b5c11f"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@sanity/icons": "^5.2.1",
@@ -59,9 +59,9 @@
59
59
  "tsdown": "^0.22.14",
60
60
  "vite": "^8.1.5",
61
61
  "vitest": "^4.1.10",
62
- "@repo/test-config": "6.8.0-next.3+3051e642d7",
63
- "@repo/tsdown.config": "6.8.0-next.3+3051e642d7",
64
- "@repo/tsconfig": "6.8.0-next.3+3051e642d7"
62
+ "@repo/test-config": "6.8.0-next.5+6e51b5c11f",
63
+ "@repo/tsdown.config": "6.8.0-next.5+6e51b5c11f",
64
+ "@repo/tsconfig": "6.8.0-next.5+6e51b5c11f"
65
65
  },
66
66
  "browserslist": [
67
67
  "node >=22.12",