@sanity/schema 6.7.0-next.79 → 6.7.0-next.81
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/_internal.d.ts +1 -1
- package/package.json +5 -5
package/lib/_internal.d.ts
CHANGED
|
@@ -630,5 +630,5 @@ declare class ValidationError extends Error {
|
|
|
630
630
|
problems: SchemaValidationProblemGroup[];
|
|
631
631
|
constructor(problems: SchemaValidationProblemGroup[]);
|
|
632
632
|
}
|
|
633
|
-
export { ALL_FIELDS_GROUP_NAME, type CreateManifest, type CreateWorkspaceManifest, DEFAULT_MAX_FIELD_DEPTH, type DefaultWorkspaceSchemaId, DescriptorConverter, type DescriptorRequester, type _FIXME_ as FIXME, type IconResolver, type ManifestSchemaType, type ManifestWorkspaceFile, type ParsedWorkspaceSchemaId, type PrepareSchemaUploadOptions, type PreparedSchemaUpload, type SchemaValidationResult as Problem, type SchemaValidationResult as ValidationResult, type ProblemPath, type ProblemPathPropertySegment, type ProblemPathSegment, type ProblemPathTypeSegment, SchemaSynchronizationRequest, SchemaSynchronizationResult, type StoredWorkspaceSchema, type TypeWithProblems, type UploadSchemaOptions, type UploadSchemaPhase, ValidationError, type WorkspaceSchemaId, builtinTypes, createSchemaFromManifestTypes, createStoredWorkspaceSchemaPayload, extractCreateWorkspaceManifest, extractManifestSchemaTypes, extractSchema, getWorkspaceSchemaId, groupProblems, isActionEnabled, parseWorkspaceSchemaId, prepareSchemaUpload, processSchemaSynchronization, resolveSearchConfig, resolveSearchConfigForBaseFieldPaths, uploadSchema, validForNamesChars, validForNamesPattern, validateMediaLibraryAssetAspect, validateSchema };
|
|
633
|
+
export { ALL_FIELDS_GROUP_NAME, type CreateManifest, type CreateWorkspaceManifest, DEFAULT_MAX_FIELD_DEPTH, type DefaultWorkspaceSchemaId, DescriptorConverter, type DescriptorRequester, type _FIXME_ as FIXME, type IconResolver, type ManifestSchemaType, type ManifestWorkspaceFile, type ParsedWorkspaceSchemaId, type PrepareSchemaUploadOptions, type PreparedSchemaUpload, type SchemaValidationResult as Problem, type SchemaValidationResult as ValidationResult, type ProblemPath, type ProblemPathPropertySegment, type ProblemPathSegment, type ProblemPathTypeSegment, type SchemaSynchronizationRequest, type SchemaSynchronizationResult, type StoredWorkspaceSchema, type TypeWithProblems, type UploadSchemaOptions, type UploadSchemaPhase, ValidationError, type WorkspaceSchemaId, builtinTypes, createSchemaFromManifestTypes, createStoredWorkspaceSchemaPayload, extractCreateWorkspaceManifest, extractManifestSchemaTypes, extractSchema, getWorkspaceSchemaId, groupProblems, isActionEnabled, parseWorkspaceSchemaId, prepareSchemaUpload, processSchemaSynchronization, resolveSearchConfig, resolveSearchConfigForBaseFieldPaths, uploadSchema, validForNamesChars, validForNamesPattern, validateMediaLibraryAssetAspect, validateSchema };
|
|
634
634
|
//# sourceMappingURL=_internal.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/schema",
|
|
3
|
-
"version": "6.7.0-next.
|
|
3
|
+
"version": "6.7.0-next.81",
|
|
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.7.0-next.
|
|
52
|
+
"@sanity/types": "6.7.0-next.81+c96f8fcc9d"
|
|
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/
|
|
63
|
-
"@repo/
|
|
64
|
-
"@repo/
|
|
62
|
+
"@repo/test-config": "6.7.0-next.81+c96f8fcc9d",
|
|
63
|
+
"@repo/tsconfig": "6.7.0-next.81+c96f8fcc9d",
|
|
64
|
+
"@repo/tsdown.config": "6.7.0-next.81+c96f8fcc9d"
|
|
65
65
|
},
|
|
66
66
|
"browserslist": [
|
|
67
67
|
"node >=22.12",
|