@finsemble/finsemble-core 8.10.5 → 8.10.6-beta.1

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.
@@ -1667,7 +1667,14 @@
1667
1667
  "skipLargeObjects": {
1668
1668
  "$comment": "Not documented to allow for changing the default behavior at a later date (discoverable via IntelliSense)",
1669
1669
  "type": "boolean",
1670
- "default": true
1670
+ "default": true,
1671
+ "private": true
1672
+ },
1673
+ "maxLogMessageSize": {
1674
+ "type": "integer",
1675
+ "default": 5000,
1676
+ "description": "The maximum allowable size for a log message in bytes",
1677
+ "private": true
1671
1678
  }
1672
1679
  },
1673
1680
  "additionalProperties": false
@@ -1667,7 +1667,14 @@
1667
1667
  "skipLargeObjects": {
1668
1668
  "$comment": "Not documented to allow for changing the default behavior at a later date (discoverable via IntelliSense)",
1669
1669
  "type": "boolean",
1670
- "default": true
1670
+ "default": true,
1671
+ "private": true
1672
+ },
1673
+ "maxLogMessageSize": {
1674
+ "type": "integer",
1675
+ "default": 5000,
1676
+ "description": "The maximum allowable size for a log message in bytes",
1677
+ "private": true
1671
1678
  }
1672
1679
  },
1673
1680
  "additionalProperties": false
@@ -138,8 +138,8 @@
138
138
  }
139
139
  },
140
140
  "system": {
141
- "FSBLVersion": "8.10.5",
142
- "gitHash": "2182e4016da97cd83a484ed580c82293b963eaab",
141
+ "FSBLVersion": "8.10.6-beta.1",
142
+ "gitHash": "326df379d21c5948d2c98c4568bcaaed096e2ad1",
143
143
  "finsembleLibraryPath": "$moduleRoot/FSBL.js",
144
144
  "premiumRoot": "$moduleRoot",
145
145
  "addFSBLWrappers": false,
@@ -1667,7 +1667,14 @@
1667
1667
  "skipLargeObjects": {
1668
1668
  "$comment": "Not documented to allow for changing the default behavior at a later date (discoverable via IntelliSense)",
1669
1669
  "type": "boolean",
1670
- "default": true
1670
+ "default": true,
1671
+ "private": true
1672
+ },
1673
+ "maxLogMessageSize": {
1674
+ "type": "integer",
1675
+ "default": 5000,
1676
+ "description": "The maximum allowable size for a log message in bytes",
1677
+ "private": true
1671
1678
  }
1672
1679
  },
1673
1680
  "additionalProperties": false