@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/index.cjs CHANGED
@@ -9919,12 +9919,12 @@ var BITS = {
9919
9919
  tags: [
9920
9920
  {
9921
9921
  key: ConfigKey.property_iframeSrc,
9922
- description: "Iframe source URL, used to define the source of the iframe"
9922
+ description: "Iframe source URL, used to define the source of the iframe",
9923
+ minCount: 1
9923
9924
  },
9924
9925
  {
9925
9926
  key: ConfigKey.property_iframeName,
9926
- description: "Iframe name, used to define the name of the iframe",
9927
- minCount: 1
9927
+ description: "Iframe name, used to define the name of the iframe"
9928
9928
  }
9929
9929
  ]
9930
9930
  },
@@ -10274,7 +10274,7 @@ var instance2 = new Config();
10274
10274
  // src/generated/package_info.ts
10275
10275
  var PACKAGE_INFO = {
10276
10276
  "name": "@gmb/bitmark-parser-generator",
10277
- "version": "5.0.0",
10277
+ "version": "5.0.1",
10278
10278
  "author": "Get More Brain Ltd",
10279
10279
  "license": "ISC",
10280
10280
  "description": "A bitmark parser and generator using Peggy.js"