@markuplint/ml-spec
Advanced tools
Comparing version 1.0.0-alpha.8 to 1.0.0-alpha.9
@@ -10,2 +10,7 @@ import { ContentModel, PermittedStructuresSchema } from './permitted-structres'; | ||
} | ||
export declare type ExtendedSpec = { | ||
cites?: Cites; | ||
def?: Partial<SpecDefs>; | ||
specs?: ElementSpec[]; | ||
}; | ||
/** | ||
@@ -12,0 +17,0 @@ * Reference URLs |
{ | ||
"name": "@markuplint/ml-spec", | ||
"version": "1.0.0-alpha.8", | ||
"version": "1.0.0-alpha.9", | ||
"description": "Types and schema that specs of the Markup languages for markuplint", | ||
@@ -24,3 +24,3 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
}, | ||
"gitHead": "2b9b334ad921139c38f19fbbd9bd9d81c425be44" | ||
"gitHead": "a0fdbb0dd2a2f8a0127a62e780c61438d57a6514" | ||
} |
@@ -12,2 +12,8 @@ import { ContentModel, PermittedStructuresSchema } from './permitted-structres'; | ||
export type ExtendedSpec = { | ||
cites?: Cites; | ||
def?: Partial<SpecDefs>; | ||
specs?: ElementSpec[]; | ||
}; | ||
/** | ||
@@ -14,0 +20,0 @@ * Reference URLs |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1486
220179