@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.
@@ -3431,7 +3431,7 @@ var GROUPS = {
3431
3431
  description: "If true, the book allows printing",
3432
3432
  format: TagFormat.enumeration,
3433
3433
  values: ["enforceFalse", "enforceTrue", "useSpaceConfiguration"],
3434
- defaultValue: "enforceFalse"
3434
+ defaultValue: "useSpaceConfiguration"
3435
3435
  },
3436
3436
  {
3437
3437
  key: ConfigKey.property_hasPrintRestriction,
@@ -10402,7 +10402,7 @@ var instance2 = new Config();
10402
10402
  // src/generated/package_info.ts
10403
10403
  var PACKAGE_INFO = {
10404
10404
  "name": "@gmb/bitmark-parser-generator",
10405
- "version": "5.10.0",
10405
+ "version": "5.11.0",
10406
10406
  "author": "Get More Brain Ltd",
10407
10407
  "license": "ISC",
10408
10408
  "description": "A bitmark parser and generator using Peggy.js"
@@ -30672,7 +30672,7 @@ var JsonGenerator = class extends AstWalkerGenerator {
30672
30672
  }
30673
30673
  if (instance2.isOfBitType(bitType, BitType.book)) {
30674
30674
  if (bitJson.maxTocChapterLevel == null) bitJson.maxTocChapterLevel = -1;
30675
- if (bitJson.allowPrint == null) bitJson.allowPrint = "enforceFalse";
30675
+ if (bitJson.allowPrint == null) bitJson.allowPrint = "useSpaceConfiguration";
30676
30676
  if (bitJson.hasPrintRestriction == null) bitJson.hasPrintRestriction = true;
30677
30677
  if (bitJson.enforceUpdateOverUserInput == null) bitJson.enforceUpdateOverUserInput = false;
30678
30678
  if (bitJson.hasMarkAsDone == null) bitJson.hasMarkAsDone = false;