@sanity/schema 5.13.0-next.3 → 5.13.0-next.4

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.
@@ -58,15 +58,15 @@ declare const builtinTypes: ({
58
58
  type: string;
59
59
  title: string;
60
60
  readOnly: boolean;
61
- hidden?: undefined;
62
61
  fieldset?: undefined;
62
+ hidden?: undefined;
63
63
  } | {
64
64
  name: string;
65
65
  type: string;
66
66
  title: string;
67
67
  readOnly?: undefined;
68
- hidden?: undefined;
69
68
  fieldset?: undefined;
69
+ hidden?: undefined;
70
70
  } | {
71
71
  name: string;
72
72
  type: string;
@@ -125,15 +125,15 @@ declare const builtinTypes: ({
125
125
  type: string;
126
126
  title: string;
127
127
  readOnly: boolean;
128
- hidden?: undefined;
129
128
  fieldset?: undefined;
129
+ hidden?: undefined;
130
130
  } | {
131
131
  name: string;
132
132
  type: string;
133
133
  title: string;
134
134
  readOnly?: undefined;
135
- hidden?: undefined;
136
135
  fieldset?: undefined;
136
+ hidden?: undefined;
137
137
  } | {
138
138
  name: string;
139
139
  type: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/schema",
3
- "version": "5.13.0-next.3+b5a2abe6dc",
3
+ "version": "5.13.0-next.4+144a2298a3",
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.0-next.3+b5a2abe6dc",
65
- "@repo/package.config": "5.13.0-next.3+b5a2abe6dc",
66
- "@repo/tsconfig": "5.13.0-next.3+b5a2abe6dc",
67
- "@repo/test-config": "5.13.0-next.3+b5a2abe6dc"
64
+ "@repo/eslint-config": "5.13.0-next.4+144a2298a3",
65
+ "@repo/package.config": "5.13.0-next.4+144a2298a3",
66
+ "@repo/test-config": "5.13.0-next.4+144a2298a3",
67
+ "@repo/tsconfig": "5.13.0-next.4+144a2298a3"
68
68
  },
69
69
  "scripts": {
70
70
  "build": "pnpm clean && pkg-utils build --strict --check --clean",