@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/cli/main.js CHANGED
@@ -10089,6 +10089,11 @@ var BITS = {
10089
10089
  baseBitType: BitType._standard,
10090
10090
  description: "Extractor rule bit, used to define extraction rules with reference images and instructions",
10091
10091
  tags: [
10092
+ {
10093
+ exportJsonKey: { title: "$" },
10094
+ key: ConfigKey.tag_title,
10095
+ description: "The name of the extraction rule"
10096
+ },
10092
10097
  {
10093
10098
  key: ConfigKey.group_resourceBitTags,
10094
10099
  description: "Resource bit tags for extraction rule images"
@@ -13568,7 +13573,7 @@ var instance2 = new Config();
13568
13573
  // src/generated/package_info.ts
13569
13574
  var PACKAGE_INFO = {
13570
13575
  "name": "@gmb/bitmark-parser-generator",
13571
- "version": "5.25.0",
13576
+ "version": "5.26.0",
13572
13577
  "license": "ISC"};
13573
13578
  var Environment = {
13574
13579
  unknown: "",