Comparing version 1.0.9 to 1.0.10
@@ -7,3 +7,3 @@ import { ProgramSchema, OptionSchema } from "kmdr-parser/src/interfaces"; | ||
kind: string; | ||
parts?: any; | ||
parts?: any[]; | ||
pos: number[]; | ||
@@ -10,0 +10,0 @@ word?: string; |
{ | ||
"name": "kmdr-ast", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "Traverse the AST of an explanation by kmdr", | ||
@@ -22,4 +22,5 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"build": "tsc" | ||
"build": "tsc", | ||
"publish": "yarn run build && np --no-tests" | ||
} | ||
} |
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
77018