dot-language-support
Advanced tools
Comparing version 1.3.8 to 1.3.9
@@ -1,2 +0,2 @@ | ||
export declare const shapes: ReadonlyArray<string>; | ||
export declare const shapes: readonly string[]; | ||
export declare const attributes: string[]; | ||
@@ -3,0 +3,0 @@ export declare const colors: Readonly<{ |
{ | ||
"name": "dot-language-support", | ||
"version": "1.3.8", | ||
"version": "1.3.9", | ||
"description": "Parser and language service for graphviz (dot) files", | ||
@@ -34,5 +34,5 @@ "author": "Niklas Mollenhauer", | ||
"chai": "^4.2.0", | ||
"mocha": "^6.0.1", | ||
"ts-node": "^8.0.2", | ||
"typescript": "^3.3.3333", | ||
"mocha": "^6.1.4", | ||
"ts-node": "^8.1.0", | ||
"typescript": "^3.4.4", | ||
"vscode-languageserver": "^5.3.0-next.1" | ||
@@ -39,0 +39,0 @@ }, |
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
182431