@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/cli/main.js CHANGED
@@ -3387,7 +3387,7 @@ var GROUPS = {
3387
3387
  description: "If true, the book allows printing",
3388
3388
  format: TagFormat.enumeration,
3389
3389
  values: ["enforceFalse", "enforceTrue", "useSpaceConfiguration"],
3390
- defaultValue: "enforceFalse"
3390
+ defaultValue: "useSpaceConfiguration"
3391
3391
  },
3392
3392
  {
3393
3393
  key: ConfigKey.property_hasPrintRestriction,
@@ -10358,7 +10358,7 @@ var instance2 = new Config();
10358
10358
  // src/generated/package_info.ts
10359
10359
  var PACKAGE_INFO = {
10360
10360
  "name": "@gmb/bitmark-parser-generator",
10361
- "version": "5.10.0",
10361
+ "version": "5.11.0",
10362
10362
  "license": "ISC"};
10363
10363
  var Environment = {
10364
10364
  unknown: "",
@@ -30387,7 +30387,7 @@ var JsonGenerator = class extends AstWalkerGenerator {
30387
30387
  }
30388
30388
  if (instance2.isOfBitType(bitType, BitType.book)) {
30389
30389
  if (bitJson.maxTocChapterLevel == null) bitJson.maxTocChapterLevel = -1;
30390
- if (bitJson.allowPrint == null) bitJson.allowPrint = "enforceFalse";
30390
+ if (bitJson.allowPrint == null) bitJson.allowPrint = "useSpaceConfiguration";
30391
30391
  if (bitJson.hasPrintRestriction == null) bitJson.hasPrintRestriction = true;
30392
30392
  if (bitJson.enforceUpdateOverUserInput == null) bitJson.enforceUpdateOverUserInput = false;
30393
30393
  if (bitJson.hasMarkAsDone == null) bitJson.hasMarkAsDone = false;