@antora/playbook-builder 3.1.14 → 3.1.15

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.
@@ -245,7 +245,7 @@ module.exports = {
245
245
  log: {
246
246
  level: {
247
247
  doc: 'Set the minimum log level of messages that get logged.',
248
- format: ['all', 'debug', 'info', 'warn', 'error', 'fatal', 'silent'],
248
+ format: ['all', 'trace', 'debug', 'info', 'warn', 'error', 'fatal', 'silent'],
249
249
  default: 'warn',
250
250
  arg: 'log-level',
251
251
  env: 'ANTORA_LOG_LEVEL',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antora/playbook-builder",
3
- "version": "3.1.14",
3
+ "version": "3.1.15",
4
4
  "description": "Builds a playbook object from user input for configuring successive documentation components in an Antora pipeline.",
5
5
  "license": "MPL-2.0",
6
6
  "author": "OpenDevise Inc. (https://opendevise.com)",