Comparing version 3.3.6 to 3.3.7
{ | ||
"name": "antlr4-c3", | ||
"version": "3.3.6", | ||
"version": "3.3.7", | ||
"description": "A code completion core implementation for ANTLR4 based parsers", | ||
@@ -28,15 +28,15 @@ "author": "Mike Lischke", | ||
"eslint": "eslint .", | ||
"esbuild": "esbuild ./index.ts --bundle --outfile=lib/index.mjs --format=esm --sourcemap=external --packages=external" | ||
"esbuild": "esbuild ./index.ts --bundle --outfile=lib/index.mjs --format=esm --packages=external --keep-names" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "29.5.12", | ||
"@types/node": "20.11.16", | ||
"@types/node": "20.11.20", | ||
"@types/unicode-properties": "1.3.2", | ||
"@typescript-eslint/eslint-plugin": "6.21.0", | ||
"@typescript-eslint/parser": "6.21.0", | ||
"@typescript-eslint/eslint-plugin": "7.0.2", | ||
"@typescript-eslint/parser": "7.0.2", | ||
"antlr4ng-cli": "1.0.7", | ||
"esbuild": "0.20.0", | ||
"eslint": "8.56.0", | ||
"esbuild": "0.20.1", | ||
"eslint": "8.57.0", | ||
"eslint-plugin-import": "2.29.1", | ||
"eslint-plugin-jsdoc": "48.0.5", | ||
"eslint-plugin-jsdoc": "48.2.0", | ||
"eslint-plugin-prefer-arrow": "1.2.3", | ||
@@ -49,4 +49,4 @@ "jest": "29.7.0", | ||
"dependencies": { | ||
"antlr4ng": "2.0.10" | ||
"antlr4ng": "2.0.11" | ||
} | ||
} |
@@ -224,2 +224,6 @@ [![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/mike-lischke/antlr4-c3/nodejs.yml?style=for-the-badge&color=green&logo=github)](https://github.com/mike-lischke/antlr4-c3/actions/workflows/nodejs.yml) | ||
### 3.3.7 | ||
- Stop bundling 3rd party libraries in the own lib bundle. This is not only unnecessary (these deps are installed with all the other dependencies in a target project), but can cause trouble if a depenent project uses 2 different versions of such a bundled 3rd party lib. | ||
### 3.3.6 | ||
@@ -226,0 +230,0 @@ |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
117391
2605
338
0
+ Addedantlr4ng@2.0.11(transitive)
- Removedantlr4ng@2.0.10(transitive)
Updatedantlr4ng@2.0.11