antlr-format
Advanced tools
Comparing version 2.1.3 to 2.1.4
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "A formatter lib for ANTLR4 grammars", | ||
@@ -12,3 +12,3 @@ "type": "module", | ||
"scripts": { | ||
"prepublishOnly": "npm run generate && npm run build-minified && npm run test", | ||
"prepublishOnly": "npm run generate && npm run build && npm run test", | ||
"generate": "antlr4ng -Dlanguage=TypeScript -no-visitor -no-listener -Xexact-output-dir grammars/LexBasic.g4 grammars/ANTLRv4Lexer.g4 -o src/parser", | ||
@@ -18,3 +18,2 @@ "test": "node --no-warnings --experimental-vm-modules node_modules/jest/bin/jest.js --no-coverage", | ||
"build": "tsc && esbuild ./src/index.ts --main-fields=module,main --bundle --outfile=dist/index.js --format=esm --packages=external", | ||
"build-minified": "npm run build -- --minify", | ||
"build-watch": "npm run build -- --sourcemap --watch", | ||
@@ -37,13 +36,13 @@ "format-grammar-repo": "antlr-format --config tests/config.json -a ../grammars-v4/**/*.g4" | ||
"dependencies": { | ||
"antlr4ng": "2.0.10" | ||
"antlr4ng": "3.0.1" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "29.5.12", | ||
"@types/node": "20.11.16", | ||
"@typescript-eslint/eslint-plugin": "6.21.0", | ||
"@typescript-eslint/parser": "6.21.0", | ||
"esbuild": "0.20.00", | ||
"eslint": "8.56.0", | ||
"@types/node": "20.11.24", | ||
"@typescript-eslint/eslint-plugin": "7.1.0", | ||
"@typescript-eslint/parser": "7.1.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", | ||
@@ -50,0 +49,0 @@ "jest": "29.7.0", |
@@ -22,2 +22,6 @@ [![Weekly Downloads](https://img.shields.io/npm/dw/antlr-format?style=for-the-badge&color=blue)](https://www.npmjs.com/package/antlr-format) | ||
### 2.1.4 | ||
- Updated dependencies. | ||
### 2.1.3 | ||
@@ -24,0 +28,0 @@ |
Sorry, the diff of this file is too big to display
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
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
142458
9163
69
+ Addedantlr4ng@3.0.1(transitive)
+ Addedantlr4ng-cli@2.0.0(transitive)
- Removedantlr4ng@2.0.10(transitive)
- Removedantlr4ng-cli@1.0.7(transitive)
Updatedantlr4ng@3.0.1