@gmb/bitmark-parser-generator 5.10.0 → 5.11.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
@@ -3492,7 +3492,7 @@ var GROUPS = {
3492
3492
  description: "If true, the book allows printing",
3493
3493
  format: TagFormat.enumeration,
3494
3494
  values: ["enforceFalse", "enforceTrue", "useSpaceConfiguration"],
3495
- defaultValue: "enforceFalse"
3495
+ defaultValue: "useSpaceConfiguration"
3496
3496
  },
3497
3497
  {
3498
3498
  key: ConfigKey.property_hasPrintRestriction,
@@ -10463,7 +10463,7 @@ var instance2 = new Config();
10463
10463
  // src/generated/package_info.ts
10464
10464
  var PACKAGE_INFO = {
10465
10465
  "name": "@gmb/bitmark-parser-generator",
10466
- "version": "5.10.0",
10466
+ "version": "5.11.0",
10467
10467
  "author": "Get More Brain Ltd",
10468
10468
  "license": "ISC",
10469
10469
  "description": "A bitmark parser and generator using Peggy.js"
@@ -30733,7 +30733,7 @@ var JsonGenerator = class extends AstWalkerGenerator {
30733
30733
  }
30734
30734
  if (instance2.isOfBitType(bitType, BitType.book)) {
30735
30735
  if (bitJson.maxTocChapterLevel == null) bitJson.maxTocChapterLevel = -1;
30736
- if (bitJson.allowPrint == null) bitJson.allowPrint = "enforceFalse";
30736
+ if (bitJson.allowPrint == null) bitJson.allowPrint = "useSpaceConfiguration";
30737
30737
  if (bitJson.hasPrintRestriction == null) bitJson.hasPrintRestriction = true;
30738
30738
  if (bitJson.enforceUpdateOverUserInput == null) bitJson.enforceUpdateOverUserInput = false;
30739
30739
  if (bitJson.hasMarkAsDone == null) bitJson.hasMarkAsDone = false;