@antora/playbook-builder 3.1.4 → 3.1.5
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/lib/build-playbook.js +1 -1
- package/package.json +1 -1
package/lib/build-playbook.js
CHANGED
|
@@ -11,7 +11,7 @@ const ospath = require('path')
|
|
|
11
11
|
*
|
|
12
12
|
* Accepts an array of command line arguments (in the form of option flags and
|
|
13
13
|
* switches) and a map of environment variables and translates this data into a
|
|
14
|
-
* playbook object according the
|
|
14
|
+
* playbook object according the specified schema. If no schema is
|
|
15
15
|
* specified, the default schema provided by this package is used.
|
|
16
16
|
*
|
|
17
17
|
* @memberof playbook-builder
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@antora/playbook-builder",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.5",
|
|
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)",
|