@gmb/bitmark-parser-generator 5.0.0 → 5.0.1
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 +4 -4
- package/dist/browser/cjs/index.cjs.map +1 -1
- package/dist/browser/esm/index.js +4 -4
- package/dist/browser/esm/index.js.map +1 -1
- package/dist/cli/main.js +5 -5
- package/dist/cli/main.js.map +1 -1
- package/dist/index.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9858,12 +9858,12 @@ var BITS = {
|
|
|
9858
9858
|
tags: [
|
|
9859
9859
|
{
|
|
9860
9860
|
key: ConfigKey.property_iframeSrc,
|
|
9861
|
-
description: "Iframe source URL, used to define the source of the iframe"
|
|
9861
|
+
description: "Iframe source URL, used to define the source of the iframe",
|
|
9862
|
+
minCount: 1
|
|
9862
9863
|
},
|
|
9863
9864
|
{
|
|
9864
9865
|
key: ConfigKey.property_iframeName,
|
|
9865
|
-
description: "Iframe name, used to define the name of the iframe"
|
|
9866
|
-
minCount: 1
|
|
9866
|
+
description: "Iframe name, used to define the name of the iframe"
|
|
9867
9867
|
}
|
|
9868
9868
|
]
|
|
9869
9869
|
},
|
|
@@ -10213,7 +10213,7 @@ var instance2 = new Config();
|
|
|
10213
10213
|
// src/generated/package_info.ts
|
|
10214
10214
|
var PACKAGE_INFO = {
|
|
10215
10215
|
"name": "@gmb/bitmark-parser-generator",
|
|
10216
|
-
"version": "5.0.
|
|
10216
|
+
"version": "5.0.1",
|
|
10217
10217
|
"author": "Get More Brain Ltd",
|
|
10218
10218
|
"license": "ISC",
|
|
10219
10219
|
"description": "A bitmark parser and generator using Peggy.js"
|