@traqula/chevrotain 1.1.0 → 1.1.7-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,12 +2,13 @@
2
2
 
3
3
  [![npm version](https://badge.fury.io/js/@traqula%2Fchevrotain.svg)](https://www.npmjs.com/package/@traqula/chevrotain)
4
4
 
5
- Exports the [Chevrotain](https://chevrotain.io/docs/) package and tries to bundle a CJS version too.
6
- This is NOT a redistribution of Chevrotain, not should a project outside of Traqula depend on this.
5
+ Exports the [Chevrotain](https://chevrotain.io/docs/) package and bundles a CJS version.
6
+ This is NOT a redistribution of Chevrotain, nor should a project outside of Traqula depend on this.
7
7
 
8
- The reason for exporting is so the transpiled versions of the traqula packages use the same version of Chevrotain (instead of copying).
9
- I copied the licence of Chevrotain just to be sure :)
10
- So this part is APACHE 2.0 licenced!
8
+ The reason for this package is so the transpiled versions of the Traqula packages
9
+ use the same Chevrotain version (instead of duplicating it), adding CJS support since Chevrotain is ESM only.
10
+ The Chevrotain licence (APACHE 2.0) is included.
11
+ The package is licenced as such since I am unsure how licencing works in the case of re-packaging.
11
12
 
12
13
  ## Installation
13
14
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@traqula/chevrotain",
3
3
  "type": "module",
4
- "version": "1.1.0",
4
+ "version": "1.1.7-alpha.0",
5
5
  "description": "Bundled Chevrotain re-export for Traqula",
6
6
  "lsd:module": true,
7
7
  "license": "Apache-2.0",
@@ -48,5 +48,5 @@
48
48
  "dts-bundle-generator": "^9.5.1",
49
49
  "esbuild": "^0.28.0"
50
50
  },
51
- "gitHead": "ecbed266b9247b7600d4d7185a98b2ead74e33b9"
51
+ "gitHead": "0378c691ede3d0716b37743b55be122ce685a8d8"
52
52
  }