@chevrotain/gast
Advanced tools
+5
-5
| { | ||
| "name": "@chevrotain/gast", | ||
| "version": "12.0.0", | ||
| "version": "13.0.0", | ||
| "description": "Grammar AST structure for Chevrotain Parsers", | ||
@@ -30,3 +30,3 @@ "keywords": [], | ||
| "---------- CI FLOWS --------": "", | ||
| "ci": "pnpm run build test", | ||
| "ci": "bun run build test", | ||
| "build": "npm-run-all clean compile", | ||
@@ -37,3 +37,3 @@ "test": "npm-run-all coverage", | ||
| "---------- BUILD STEPS --------": "", | ||
| "clean": "shx rm -rf lib coverage", | ||
| "clean": "rimraf lib coverage", | ||
| "compile:watch": "tsc -w", | ||
@@ -44,3 +44,3 @@ "compile": "tsc", | ||
| "dependencies": { | ||
| "@chevrotain/types": "12.0.0" | ||
| "@chevrotain/types": "13.0.0" | ||
| }, | ||
@@ -50,3 +50,3 @@ "publishConfig": { | ||
| }, | ||
| "gitHead": "d3b4d05d5dd53d53d27175119bc7c9ed8056e3d5" | ||
| "gitHead": "120da6cd4cb56c8bd9623e12ba2aeaf456571cc0" | ||
| } |
55920
-0.01%+ Added
- Removed
Updated