@sanity/schema 5.13.0-next.21 → 5.13.0-next.22

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.
@@ -1,6 +1,6 @@
1
1
  import { a as SchemaValidationResult, i as ProblemPathTypeSegment, l as Schema$1, n as ProblemPathPropertySegment, o as TypeWithProblems, r as ProblemPathSegment, s as _FIXME_, t as ProblemPath } from "./_chunks-dts/typedefs.js";
2
2
  import { SetSynchronization, SynchronizationRequest, SynchronizationResult } from "@sanity/descriptors";
3
- import * as _sanity_types2 from "@sanity/types";
3
+ import * as _sanity_types0 from "@sanity/types";
4
4
  import { Schema, SchemaType, SchemaTypeDefinition, SchemaValidationProblem, SchemaValidationProblemGroup } from "@sanity/types";
5
5
  import { SchemaType as SchemaType$1 } from "groq-js";
6
6
  /** The scheduler is capable of executing work in different ways. */
@@ -157,7 +157,7 @@ declare const builtinTypes: ({
157
157
  size: string;
158
158
  media: string;
159
159
  };
160
- prepare(doc: Partial<_sanity_types2.SanityDocument>): {
160
+ prepare(doc: Partial<_sanity_types0.SanityDocument>): {
161
161
  title: {};
162
162
  media: {
163
163
  asset: {
@@ -183,7 +183,7 @@ declare const builtinTypes: ({
183
183
  fields: {
184
184
  name: string;
185
185
  type: string;
186
- validation: (Rule: _sanity_types2.Rule) => _sanity_types2.Rule;
186
+ validation: (Rule: _sanity_types0.Rule) => _sanity_types0.Rule;
187
187
  }[];
188
188
  } | {
189
189
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/schema",
3
- "version": "5.13.0-next.21+da8354c772",
3
+ "version": "5.13.0-next.22+cfc9c83958",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "cms",
@@ -53,7 +53,7 @@
53
53
  },
54
54
  "devDependencies": {
55
55
  "@sanity/icons": "^3.7.4",
56
- "@sanity/pkg-utils": "^10.4.4",
56
+ "@sanity/pkg-utils": "^10.4.5",
57
57
  "@types/lodash-es": "^4.17.12",
58
58
  "@types/object-inspect": "^1.13.0",
59
59
  "@types/react": "^19.2.11",
@@ -61,10 +61,10 @@
61
61
  "eslint": "^9.39.2",
62
62
  "rimraf": "^5.0.10",
63
63
  "vitest": "^4.0.18",
64
- "@repo/package.config": "5.13.0-next.21+da8354c772",
65
- "@repo/eslint-config": "5.13.0-next.21+da8354c772",
66
- "@repo/test-config": "5.13.0-next.21+da8354c772",
67
- "@repo/tsconfig": "5.13.0-next.21+da8354c772"
64
+ "@repo/package.config": "5.13.0-next.22+cfc9c83958",
65
+ "@repo/test-config": "5.13.0-next.22+cfc9c83958",
66
+ "@repo/tsconfig": "5.13.0-next.22+cfc9c83958",
67
+ "@repo/eslint-config": "5.13.0-next.22+cfc9c83958"
68
68
  },
69
69
  "scripts": {
70
70
  "build": "pnpm clean && pkg-utils build --strict --check --clean",