@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.
@@ -440,6 +440,8 @@ declare const BitType: {
440
440
  readonly pageSectionFolder: "page-section-folder";
441
441
  readonly pageShopInShop: "page-shop-in-shop";
442
442
  readonly pageSpecial: "page-special";
443
+ readonly pageEnd: "page-end";
444
+ readonly pageStart: "page-start";
443
445
  readonly pageSubpage: "page-subpage";
444
446
  readonly pageSubscribe: "page-subscribe";
445
447
  readonly parameters: "parameters";
@@ -440,6 +440,8 @@ declare const BitType: {
440
440
  readonly pageSectionFolder: "page-section-folder";
441
441
  readonly pageShopInShop: "page-shop-in-shop";
442
442
  readonly pageSpecial: "page-special";
443
+ readonly pageEnd: "page-end";
444
+ readonly pageStart: "page-start";
443
445
  readonly pageSubpage: "page-subpage";
444
446
  readonly pageSubscribe: "page-subscribe";
445
447
  readonly parameters: "parameters";
@@ -449,6 +449,8 @@ var BitType2 = {
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",
@@ -11967,6 +11969,16 @@ var BITS = {
11967
11969
  baseBitType: BitType2.pageSubpage,
11968
11970
  description: "Page special bit, used to create special pages in articles or books"
11969
11971
  },
11972
+ [BitType2.pageEnd]: {
11973
+ since: "5.33.0",
11974
+ baseBitType: BitType2.article,
11975
+ description: "Page end bit, used to mark the end of a page section in articles or books"
11976
+ },
11977
+ [BitType2.pageStart]: {
11978
+ since: "5.33.0",
11979
+ baseBitType: BitType2.article,
11980
+ description: "Page start bit, used to mark the start of a page section in articles or books"
11981
+ },
11970
11982
  [BitType2.pagePerson]: {
11971
11983
  since: "1.5.16",
11972
11984
  baseBitType: BitType2._standard,
@@ -13913,7 +13925,7 @@ var instance2 = new Config();
13913
13925
  // src/generated/package_info.ts
13914
13926
  var PACKAGE_INFO = {
13915
13927
  "name": "@gmb/bitmark-parser-generator",
13916
- "version": "5.32.0",
13928
+ "version": "5.33.0",
13917
13929
  "author": "Get More Brain Ltd",
13918
13930
  "license": "ISC",
13919
13931
  "description": "A bitmark parser and generator using Peggy.js"