@gmb/bitmark-parser-generator 5.32.0 → 5.33.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
@@ -449,6 +449,8 @@ var BitType = {
449
449
  pageSectionFolder: "page-section-folder",
450
450
  pageShopInShop: "page-shop-in-shop",
451
451
  pageSpecial: "page-special",
452
+ pageEnd: "page-end",
453
+ pageStart: "page-start",
452
454
  pageSubpage: "page-subpage",
453
455
  pageSubscribe: "page-subscribe",
454
456
  parameters: "parameters",
@@ -11923,6 +11925,16 @@ var BITS = {
11923
11925
  baseBitType: BitType.pageSubpage,
11924
11926
  description: "Page special bit, used to create special pages in articles or books"
11925
11927
  },
11928
+ [BitType.pageEnd]: {
11929
+ since: "5.33.0",
11930
+ baseBitType: BitType.article,
11931
+ description: "Page end bit, used to mark the end of a page section in articles or books"
11932
+ },
11933
+ [BitType.pageStart]: {
11934
+ since: "5.33.0",
11935
+ baseBitType: BitType.article,
11936
+ description: "Page start bit, used to mark the start of a page section in articles or books"
11937
+ },
11926
11938
  [BitType.pagePerson]: {
11927
11939
  since: "1.5.16",
11928
11940
  baseBitType: BitType._standard,
@@ -13869,7 +13881,7 @@ var instance2 = new Config();
13869
13881
  // src/generated/package_info.ts
13870
13882
  var PACKAGE_INFO = {
13871
13883
  "name": "@gmb/bitmark-parser-generator",
13872
- "version": "5.32.0",
13884
+ "version": "5.33.0",
13873
13885
  "license": "ISC"};
13874
13886
  var Environment = {
13875
13887
  unknown: "",