@sanity/schema 6.7.0-next.36 → 6.7.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.
- package/lib/{typedefs-LNWlFyVi.d.ts → _chunks-dts/typedefs.d.ts} +1 -2
- package/lib/_chunks-es/Schema.js +1729 -0
- package/lib/_chunks-es/Schema.js.map +1 -0
- package/lib/_internal.d.ts +3 -4
- package/lib/_internal.js +3194 -2745
- package/lib/_internal.js.map +1 -1
- package/lib/index.d.ts +2 -3
- package/lib/index.js +10 -5
- package/lib/index.js.map +1 -1
- package/package.json +13 -10
- package/lib/Schema-B6NrqInd.js +0 -1676
- package/lib/Schema-B6NrqInd.js.map +0 -1
|
@@ -72,5 +72,4 @@ type ProblemPathSegment = ProblemPathTypeSegment | ProblemPathPropertySegment;
|
|
|
72
72
|
* @internal
|
|
73
73
|
*/
|
|
74
74
|
type ProblemPath = ProblemPathSegment[];
|
|
75
|
-
export { SchemaValidationResult as a, DeprecatedDefaultSchema as c, ProblemPathTypeSegment as i, Schema as l, ProblemPathPropertySegment as n, TypeWithProblems as o, ProblemPathSegment as r, _FIXME_ as s, ProblemPath as t };
|
|
76
|
-
//# sourceMappingURL=typedefs-LNWlFyVi.d.ts.map
|
|
75
|
+
export { SchemaValidationResult as a, DeprecatedDefaultSchema as c, ProblemPathTypeSegment as i, Schema as l, ProblemPathPropertySegment as n, TypeWithProblems as o, ProblemPathSegment as r, _FIXME_ as s, ProblemPath as t };
|