@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.js
CHANGED
|
@@ -10133,6 +10133,11 @@ var BITS = {
|
|
|
10133
10133
|
baseBitType: BitType._standard,
|
|
10134
10134
|
description: "Extractor rule bit, used to define extraction rules with reference images and instructions",
|
|
10135
10135
|
tags: [
|
|
10136
|
+
{
|
|
10137
|
+
exportJsonKey: { title: "$" },
|
|
10138
|
+
key: ConfigKey.tag_title,
|
|
10139
|
+
description: "The name of the extraction rule"
|
|
10140
|
+
},
|
|
10136
10141
|
{
|
|
10137
10142
|
key: ConfigKey.group_resourceBitTags,
|
|
10138
10143
|
description: "Resource bit tags for extraction rule images"
|
|
@@ -13612,7 +13617,7 @@ var instance2 = new Config();
|
|
|
13612
13617
|
// src/generated/package_info.ts
|
|
13613
13618
|
var PACKAGE_INFO = {
|
|
13614
13619
|
"name": "@gmb/bitmark-parser-generator",
|
|
13615
|
-
"version": "5.
|
|
13620
|
+
"version": "5.26.0",
|
|
13616
13621
|
"author": "Get More Brain Ltd",
|
|
13617
13622
|
"license": "ISC",
|
|
13618
13623
|
"description": "A bitmark parser and generator using Peggy.js"
|