chevrotain
Advanced tools
Comparing version 11.0.1 to 11.0.2
// needs a separate module as this is required inside chevrotain productive code | ||
// and also in the entry point for webpack(api.ts). | ||
// A separate file avoids cyclic dependencies and webpack errors. | ||
export const VERSION = "11.0.1"; | ||
export const VERSION = "11.0.2"; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "chevrotain", | ||
"version": "11.0.1", | ||
"version": "11.0.2", | ||
"description": "Chevrotain is a high performance fault tolerant javascript parsing DSL for building recursive decent parsers", | ||
@@ -38,4 +38,4 @@ "keywords": [ | ||
"lib/src/**/*.js", | ||
"README.md", | ||
"LICENSE.TXT", | ||
"lib/src/**/*.map", | ||
"src/**/*.ts", | ||
"diagrams/**/*.*", | ||
@@ -71,7 +71,7 @@ "BREAKING_CHANGES.md", | ||
"dependencies": { | ||
"@chevrotain/cst-dts-gen": "11.0.1", | ||
"@chevrotain/gast": "11.0.1", | ||
"@chevrotain/regexp-to-ast": "11.0.1", | ||
"@chevrotain/types": "11.0.1", | ||
"@chevrotain/utils": "11.0.1", | ||
"@chevrotain/cst-dts-gen": "11.0.2", | ||
"@chevrotain/gast": "11.0.2", | ||
"@chevrotain/regexp-to-ast": "11.0.2", | ||
"@chevrotain/types": "11.0.2", | ||
"@chevrotain/utils": "11.0.2", | ||
"lodash-es": "4.17.21" | ||
@@ -95,3 +95,3 @@ }, | ||
}, | ||
"gitHead": "12069a985026730a11a16a9b5d371c9ac9b96430" | ||
"gitHead": "4cf1ac7313b6724bfedf5fbe4745e850b5f87938" | ||
} |
Sorry, the diff of this file is not supported yet
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
1346785
144
26947
+ Added@chevrotain/cst-dts-gen@11.0.2(transitive)
+ Added@chevrotain/gast@11.0.2(transitive)
+ Added@chevrotain/regexp-to-ast@11.0.2(transitive)
+ Added@chevrotain/types@11.0.2(transitive)
+ Added@chevrotain/utils@11.0.2(transitive)
- Removed@chevrotain/cst-dts-gen@11.0.1(transitive)
- Removed@chevrotain/gast@11.0.1(transitive)
- Removed@chevrotain/regexp-to-ast@11.0.1(transitive)
- Removed@chevrotain/types@11.0.1(transitive)
- Removed@chevrotain/utils@11.0.1(transitive)
Updated@chevrotain/gast@11.0.2
Updated@chevrotain/types@11.0.2
Updated@chevrotain/utils@11.0.2