@markuplint/ml-spec
Advanced tools
Comparing version 1.6.0 to 1.6.1
@@ -178,2 +178,3 @@ import { ContentModel, PermittedStructuresSchema } from './permitted-structres'; | ||
htmlAttrName: string; | ||
isNotStrictEquivalent?: true; | ||
value: string | null; | ||
@@ -180,0 +181,0 @@ }; |
{ | ||
"name": "@markuplint/ml-spec", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "Types and schema that specs of the Markup languages for markuplint", | ||
@@ -26,3 +26,3 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
}, | ||
"gitHead": "94955520e9fad6a45e8831c47f6b8b342b77efdc" | ||
"gitHead": "be7c3d9e57fe05140218bc1657a77b850474feb8" | ||
} |
@@ -255,2 +255,3 @@ import { ContentModel, PermittedStructuresSchema } from './permitted-structres'; | ||
htmlAttrName: string; | ||
isNotStrictEquivalent?: true; | ||
value: string | null; | ||
@@ -257,0 +258,0 @@ }; |
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
1943
90290