Comparing version 3.2.4 to 3.2.5
{ | ||
"name": "antlr4-c3", | ||
"version": "3.2.4", | ||
"version": "3.2.5", | ||
"description": "A code completion core implementation for ANTLR4 based parsers", | ||
@@ -34,3 +34,3 @@ "author": "Mike Lischke", | ||
"@typescript-eslint/parser": "6.6.0", | ||
"antlr4ng-cli": "1.0.1", | ||
"antlr4ng-cli": "1.0.2", | ||
"eslint": "8.48.0", | ||
@@ -45,4 +45,4 @@ "eslint-plugin-import": "2.28.1", | ||
"dependencies": { | ||
"antlr4ng": "1.1.1" | ||
"antlr4ng": "1.1.3" | ||
} | ||
} |
[![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) | ||
![License](https://img.shields.io/github/license/mike-lischke/antlr4-c3?style=for-the-badge&color=lightgreen) | ||
![Weekly Downloads](https://img.shields.io/npm/dw/antlr4-c3?style=for-the-badge&color=blue) | ||
[![Weekly Downloads](https://img.shields.io/npm/dw/antlr4-c3?style=for-the-badge&color=blue)](https://www.npmjs.com/package/antlr4-c3) | ||
[![npm version](https://img.shields.io/npm/v/antlr4-c3?style=for-the-badge&color=yellow)](https://www.npmjs.com/package/antlr4-c3) | ||
@@ -226,2 +226,6 @@ | ||
### 3.2.4 | ||
- Updated c3 code. | ||
- Updated Jest settings to run ESM + TS tests. | ||
### 3.2.3 | ||
@@ -228,0 +232,0 @@ - Completed switch away from antlr4ts. |
275300
319
+ Addedantlr4ng@1.1.3(transitive)
+ Addedantlr4ng-cli@1.0.2(transitive)
- Removedantlr4ng@1.1.1(transitive)
- Removedantlr4ng-cli@1.0.1(transitive)
Updatedantlr4ng@1.1.3