🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@chevrotain/gast

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chevrotain/gast - npm Package Compare versions

Comparing version
12.0.0
to
13.0.0
+5
-5
package.json
{
"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"
}