@gmb/bitmark-parser-generator 5.9.1 → 5.10.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gmb/bitmark-parser-generator",
3
- "version": "5.9.1",
3
+ "version": "5.10.0",
4
4
  "description": "A bitmark parser and generator using Peggy.js",
5
5
  "author": "Get More Brain Ltd",
6
6
  "license": "ISC",
@@ -99,6 +99,7 @@
99
99
  "lint": "eslint . --max-warnings 0",
100
100
  "lint-fix": "eslint . --fix",
101
101
  "regenerate-bitmark-test-json": "tsx ./test/custom/dev/devRegenerateBitmarkTestJson.ts",
102
+ "regenerate-bitmark-test-bitmark": "tsx ./test/custom/dev/devRegenerateBitmarkTestBitmark.ts",
102
103
  "prepublishOnly": "npm run clean && npm run build && npm run test",
103
104
  "clean": "tsx scripts/clean.ts",
104
105
  "ncu": "npx -y npm-check-updates -i",