Comparing version 8.3.0 to 8.3.1
{ | ||
"name": "unified", | ||
"version": "8.3.0", | ||
"version": "8.3.1", | ||
"description": "Interface for processing text using syntax trees", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -313,3 +313,3 @@ // TypeScript Version: 3.4 | ||
node: Node, | ||
file: VFileCompatible, | ||
file: VFile, | ||
next?: (error: Error | null, tree: Node, file: VFile) => {} | ||
@@ -316,0 +316,0 @@ ): Error | Node | Promise<Node> |
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
64654