Comparing version 3.2.1 to 3.2.2
{ | ||
"name": "antlr4-c3", | ||
"version": "3.2.1", | ||
"version": "3.2.2", | ||
"description": "A code completion core implementation for ANTLR4 based parsers", | ||
@@ -26,3 +26,3 @@ "author": "Mike Lischke", | ||
"test-coverage": "jest --testMatch [ \"**/tests/**/*.spec.ts\" ] --coverage --silent", | ||
"generate": "java -jar antlr/antlr4-4.13.2-SNAPSHOT-complete.jar -Dlanguage=TypeScript tests/CPP14.g4 tests/Expr.g4 tests/Whitebox.g4 -no-listener -no-visitor -o tests/generated -Xexact-output-dir", | ||
"generate": "java -jar antlr/antlr4-4.13.2-SNAPSHOT-complete.jar -Dlanguage=TypeScript tests/CPP14.g4 tests/Expr.g4 tests/Whitebox.g4 -no-listener -no-visitor -o tests/generated -Xexact-output-dir", | ||
"eslint": "eslint ." | ||
@@ -46,4 +46,4 @@ }, | ||
"dependencies": { | ||
"antlr4ng": "1.0.4" | ||
"antlr4ng": "1.0.6" | ||
} | ||
} |
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
274893
69
+ Addedantlr4ng@1.0.6(transitive)
- Removedantlr4ng@1.0.4(transitive)
Updatedantlr4ng@1.0.6