@markuplint/html-parser
Advanced tools
Comparing version 1.0.0-alpha.8 to 1.0.0-alpha.9
@@ -66,2 +66,8 @@ "use strict"; | ||
raw: raw, | ||
// @ts-ignore | ||
name: p5node.name || '', | ||
// @ts-ignore | ||
publicId: p5node.publicId || '', | ||
// @ts-ignore | ||
systemId: p5node.systemId || '', | ||
startOffset: startOffset, | ||
@@ -68,0 +74,0 @@ endOffset: endOffset, |
{ | ||
"name": "@markuplint/html-parser", | ||
"version": "1.0.0-alpha.8", | ||
"version": "1.0.0-alpha.9", | ||
"description": "HTML parser for markuplint", | ||
@@ -23,7 +23,7 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
"dependencies": { | ||
"@markuplint/ml-ast": "^1.0.0-alpha.6", | ||
"@markuplint/ml-ast": "^1.0.0-alpha.7", | ||
"parse5": "^5.1.0", | ||
"uuid": "^3.3.3" | ||
}, | ||
"gitHead": "0094f6679cceb294863f065dfb750621836061d4" | ||
"gitHead": "9e77270cab9fedc1ee16dbaa59ffbe6e65fb6a3e" | ||
} |
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
168258
931