@sanity/schema 6.11.0-next.58 → 6.11.0-next.68

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.
@@ -396,8 +396,8 @@ declare const builtinTypes: ({
396
396
  title: string;
397
397
  validation?: undefined;
398
398
  hidden?: undefined;
399
- readOnly?: undefined;
400
399
  fieldset?: undefined;
400
+ readOnly?: undefined;
401
401
  } | {
402
402
  name: string;
403
403
  type: string;
@@ -475,8 +475,8 @@ declare const builtinTypes: ({
475
475
  title: string;
476
476
  validation?: undefined;
477
477
  hidden?: undefined;
478
- readOnly?: undefined;
479
478
  fieldset?: undefined;
479
+ readOnly?: undefined;
480
480
  } | {
481
481
  name: string;
482
482
  type: string;
@@ -550,17 +550,17 @@ declare const builtinTypes: ({
550
550
  };
551
551
  }[];
552
552
  fields: ({
553
- title?: undefined;
554
- readOnly?: undefined;
555
- fieldset?: undefined;
556
553
  name: string;
557
554
  type: string;
558
- } | {
555
+ fieldset?: undefined;
556
+ title?: undefined;
559
557
  readOnly?: undefined;
558
+ } | {
560
559
  name: string;
561
560
  title: string;
562
561
  type: string;
563
562
  fieldset: string;
563
+ readOnly?: undefined;
564
564
  } | {
565
565
  fieldset?: undefined;
566
566
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/schema",
3
- "version": "6.11.0-next.58",
3
+ "version": "6.11.0-next.68",
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.11.0-next.58+8bbe6c7954"
52
+ "@sanity/types": "6.11.0-next.68+e8d1762f92"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@sanity/icons": "^5.2.1",
@@ -59,10 +59,10 @@
59
59
  "tsdown": "^0.22.14",
60
60
  "typescript": "^7.0.2",
61
61
  "vite": "^8.2.2",
62
- "vitest": "^4.1.10",
62
+ "vitest": "^4.1.11",
63
63
  "@repo/test-config": "6.9.2",
64
- "@repo/tsdown.config": "6.9.2",
65
- "@repo/tsconfig": "6.9.2"
64
+ "@repo/tsconfig": "6.9.2",
65
+ "@repo/tsdown.config": "6.9.2"
66
66
  },
67
67
  "browserslist": [
68
68
  "node >=22.12",