Comparing version 3.4.0 to 3.4.1
{ | ||
"name": "antlr4-c3", | ||
"version": "3.4.0", | ||
"version": "3.4.1", | ||
"description": "A code completion core implementation for ANTLR4 based parsers", | ||
@@ -29,3 +29,2 @@ "author": "Mike Lischke", | ||
"eslint": "eslint .", | ||
"esbuild": "esbuild ./index.ts --bundle --outfile=lib/index.mjs --format=esm --packages=external --keep-names", | ||
"build-mjs": "npm run build-bundle -- --outfile=lib/index.mjs --format=esm", | ||
@@ -53,3 +52,3 @@ "build-cjs": "npm run build-bundle -- --outfile=lib/index.cjs --format=cjs", | ||
"dependencies": { | ||
"antlr4ng": "3.0.0" | ||
"antlr4ng": "^3.0.1" | ||
}, | ||
@@ -56,0 +55,0 @@ "exports": { |
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
173567
+ Addedantlr4ng@3.0.9(transitive)
- Removedantlr4ng@3.0.0(transitive)
Updatedantlr4ng@^3.0.1