@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/index.cjs CHANGED
@@ -514,6 +514,8 @@ var BitType = {
514
514
  pageSectionFolder: "page-section-folder",
515
515
  pageShopInShop: "page-shop-in-shop",
516
516
  pageSpecial: "page-special",
517
+ pageEnd: "page-end",
518
+ pageStart: "page-start",
517
519
  pageSubpage: "page-subpage",
518
520
  pageSubscribe: "page-subscribe",
519
521
  parameters: "parameters",
@@ -12032,6 +12034,16 @@ var BITS = {
12032
12034
  baseBitType: BitType.pageSubpage,
12033
12035
  description: "Page special bit, used to create special pages in articles or books"
12034
12036
  },
12037
+ [BitType.pageEnd]: {
12038
+ since: "5.33.0",
12039
+ baseBitType: BitType.article,
12040
+ description: "Page end bit, used to mark the end of a page section in articles or books"
12041
+ },
12042
+ [BitType.pageStart]: {
12043
+ since: "5.33.0",
12044
+ baseBitType: BitType.article,
12045
+ description: "Page start bit, used to mark the start of a page section in articles or books"
12046
+ },
12035
12047
  [BitType.pagePerson]: {
12036
12048
  since: "1.5.16",
12037
12049
  baseBitType: BitType._standard,
@@ -13978,7 +13990,7 @@ var instance2 = new Config();
13978
13990
  // src/generated/package_info.ts
13979
13991
  var PACKAGE_INFO = {
13980
13992
  "name": "@gmb/bitmark-parser-generator",
13981
- "version": "5.32.0",
13993
+ "version": "5.33.0",
13982
13994
  "author": "Get More Brain Ltd",
13983
13995
  "license": "ISC",
13984
13996
  "description": "A bitmark parser and generator using Peggy.js"