@gmb/bitmark-parser-generator 5.25.0 → 5.26.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/dist/browser/bitmark-parser-generator.min.js +1 -1
- package/dist/browser/bundle-report.html +2 -2
- package/dist/browser/cjs/index.cjs +6 -1
- package/dist/browser/cjs/index.cjs.map +1 -1
- package/dist/browser/esm/index.js +6 -1
- package/dist/browser/esm/index.js.map +1 -1
- package/dist/cli/main.js +6 -1
- package/dist/cli/main.js.map +1 -1
- package/dist/index.cjs +6 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +6 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -10198,6 +10198,11 @@ var BITS = {
|
|
|
10198
10198
|
baseBitType: BitType._standard,
|
|
10199
10199
|
description: "Extractor rule bit, used to define extraction rules with reference images and instructions",
|
|
10200
10200
|
tags: [
|
|
10201
|
+
{
|
|
10202
|
+
exportJsonKey: { title: "$" },
|
|
10203
|
+
key: ConfigKey.tag_title,
|
|
10204
|
+
description: "The name of the extraction rule"
|
|
10205
|
+
},
|
|
10201
10206
|
{
|
|
10202
10207
|
key: ConfigKey.group_resourceBitTags,
|
|
10203
10208
|
description: "Resource bit tags for extraction rule images"
|
|
@@ -13677,7 +13682,7 @@ var instance2 = new Config();
|
|
|
13677
13682
|
// src/generated/package_info.ts
|
|
13678
13683
|
var PACKAGE_INFO = {
|
|
13679
13684
|
"name": "@gmb/bitmark-parser-generator",
|
|
13680
|
-
"version": "5.
|
|
13685
|
+
"version": "5.26.0",
|
|
13681
13686
|
"author": "Get More Brain Ltd",
|
|
13682
13687
|
"license": "ISC",
|
|
13683
13688
|
"description": "A bitmark parser and generator using Peggy.js"
|