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

@chevrotain/types

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chevrotain/types - npm Package Compare versions

Comparing version
12.0.0
to
13.0.0
+4
-4
package.json
{
"name": "@chevrotain/types",
"version": "12.0.0",
"version": "13.0.0",
"description": "Type Signatures and API Website for Chevrotain",

@@ -32,7 +32,7 @@ "keywords": [],

"---------- CI FLOWS --------": "",
"ci": "pnpm run build",
"ci": "bun run build",
"build": "npm-run-all clean compile api-site:build",
"postversion": "npm-run-all api-site:build api-site:upload",
"---------- BUILD STEPS --------": "",
"clean": "shx rm -rf dev lib",
"clean": "rimraf dev lib",
"compile:watch": "tsc -w",

@@ -50,3 +50,3 @@ "compile": "tsc",

},
"gitHead": "d3b4d05d5dd53d53d27175119bc7c9ed8056e3d5"
"gitHead": "120da6cd4cb56c8bd9623e12ba2aeaf456571cc0"
}

Sorry, the diff of this file is too big to display