Comparing version 3.3.2 to 3.3.3
@@ -1,2 +0,2 @@ | ||
import { ParseTree } from "antlr4ng"; | ||
import { type ParseTree } from "antlr4ng"; | ||
import { type IScopedSymbol } from "./ScopedSymbol.js"; | ||
@@ -3,0 +3,0 @@ import { type ISymbolTable } from "./SymbolTable.js"; |
{ | ||
"name": "antlr4-c3", | ||
"version": "3.3.2", | ||
"version": "3.3.3", | ||
"description": "A code completion core implementation for ANTLR4 based parsers", | ||
@@ -31,20 +31,21 @@ "author": "Mike Lischke", | ||
"devDependencies": { | ||
"@types/jest": "29.5.4", | ||
"@types/node": "20.5.9", | ||
"@types/unicode-properties": "1.3.0", | ||
"@typescript-eslint/eslint-plugin": "6.6.0", | ||
"@typescript-eslint/parser": "6.6.0", | ||
"antlr4ng-cli": "1.0.2", | ||
"esbuild": "0.19.4", | ||
"eslint": "8.48.0", | ||
"eslint-plugin-import": "2.28.1", | ||
"eslint-plugin-jsdoc": "46.5.1", | ||
"@types/jest": "29.5.7", | ||
"@types/node": "20.8.10", | ||
"@types/unicode-properties": "1.3.1", | ||
"@typescript-eslint/eslint-plugin": "6.10.0", | ||
"@typescript-eslint/parser": "6.10.0", | ||
"antlr4ng-cli": "1.0.4", | ||
"esbuild": "0.19.5", | ||
"eslint": "8.53.0", | ||
"eslint-plugin-import": "2.29.0", | ||
"eslint-plugin-jsdoc": "46.8.2", | ||
"eslint-plugin-prefer-arrow": "1.2.3", | ||
"jest": "29.6.4", | ||
"jest": "29.7.0", | ||
"ts-jest": "29.1.1", | ||
"ts-node": "10.9.1", | ||
"typescript": "5.2.2" | ||
}, | ||
"dependencies": { | ||
"antlr4ng": "1.1.6" | ||
"antlr4ng": "2.0.1" | ||
} | ||
} |
@@ -224,3 +224,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) | ||
### 3.3.1 | ||
### 3.3.1 - 3.3.3 | ||
@@ -227,0 +227,0 @@ Updated dependencies. |
Sorry, the diff of this file is not supported yet
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
235539
15
5887
+ Addedantlr4ng@2.0.1(transitive)
+ Addedantlr4ng-cli@1.0.4(transitive)
- Removedantlr4ng@1.1.6(transitive)
- Removedantlr4ng-cli@1.0.2(transitive)
Updatedantlr4ng@2.0.1