@antora/playbook-builder
Advanced tools
Comparing version 2.0.0-rc.1 to 2.0.0-rc.2
@@ -41,5 +41,4 @@ 'use strict' | ||
}, | ||
coerce: (val, config) => { | ||
// TODO we can remove this hardcoded value once coerce passes the path to which this function is bound | ||
const accum = config.has('asciidoc.attributes') ? config.get('asciidoc.attributes') : {} | ||
coerce: (val, config, name) => { | ||
const accum = config.has(name) ? config.get(name) : {} | ||
let match | ||
@@ -46,0 +45,0 @@ ARGS_SCANNER_RX.lastIndex = 0 |
{ | ||
"name": "@antora/playbook-builder", | ||
"version": "2.0.0-rc.1", | ||
"version": "2.0.0-rc.2", | ||
"description": "Builds a playbook object from user input for configuring successive documentation components in an Antora pipeline.", | ||
@@ -5,0 +5,0 @@ "license": "MPL-2.0", |
12250
332