Comparing version 3.5.2 to 3.5.3
@@ -23,3 +23,11 @@ import { ArgumentSchema, OptionSchema, ProgramSchema, SubcommandSchema } from "kmdr-parser"; | ||
metadata: ProgramSchema | SubcommandSchema | OptionSchema | ArgumentSchema; | ||
definition?: Definition; | ||
} | ||
export interface Definition { | ||
schemaId: string; | ||
schemaVersion: string; | ||
path: string[]; | ||
definitionId?: string; | ||
type: string; | ||
} | ||
export interface DefinitionFeedback { | ||
@@ -26,0 +34,0 @@ schemaId: string; |
{ | ||
"name": "kmdr-ast", | ||
"version": "3.5.2", | ||
"version": "3.5.3", | ||
"description": "Traverse the AST of an explanation by kmdr", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
60569
731