@antora/playbook-builder
Advanced tools
Comparing version 3.0.0-alpha.9 to 3.0.0-alpha.10
@@ -103,7 +103,8 @@ 'use strict' | ||
if (preserve) { | ||
return Array.isArray(preserve) | ||
? preserve.reduce((accum, it) => accum.concat(schemaPath.concat(key, it).join('.')), stopPaths) | ||
: stopPaths.concat(schemaPath.concat(key).join('.')) | ||
Array.isArray(preserve) | ||
? preserve.forEach((it) => stopPaths.push(schemaPath.concat(key, it).join('.'))) | ||
: stopPaths.push(schemaPath.concat(key).join('.')) | ||
} else if (_cvtProperties) { | ||
stopPaths.push(...getStopPaths(_cvtProperties, schemaPath.concat(key))) | ||
} | ||
if (_cvtProperties) stopPaths.push(...getStopPaths(_cvtProperties, schemaPath.concat(key))) | ||
} | ||
@@ -110,0 +111,0 @@ return stopPaths |
@@ -319,3 +319,3 @@ 'use strict' | ||
doc: 'The facility for handling page alias and start page redirections.', | ||
format: ['disabled', 'httpd', 'netlify', 'nginx', 'static'], | ||
format: ['disabled', 'gitlab', 'httpd', 'netlify', 'nginx', 'static'], | ||
default: 'static', | ||
@@ -322,0 +322,0 @@ arg: 'redirect-facility', |
{ | ||
"name": "@antora/playbook-builder", | ||
"version": "3.0.0-alpha.9", | ||
"version": "3.0.0-alpha.10", | ||
"description": "Builds a playbook object from user input for configuring successive documentation components in an Antora pipeline.", | ||
@@ -19,6 +19,6 @@ "license": "MPL-2.0", | ||
"dependencies": { | ||
"@antora/logger": "3.0.0-alpha.9", | ||
"@antora/logger": "3.0.0-alpha.10", | ||
"@iarna/toml": "~2.2", | ||
"camelcase-keys": "~6.2", | ||
"convict": "~6.1", | ||
"convict": "~6.2", | ||
"js-yaml": "~4.1", | ||
@@ -41,3 +41,3 @@ "json5": "~2.2" | ||
], | ||
"gitHead": "a504d6889819b548e8a5416a7194cbb6f9a93e93" | ||
"gitHead": "a9e10aacbc6fb0c4dc3a42dd7e4a5c763d153428" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38986
608
+ Added@antora/logger@3.0.0-alpha.10(transitive)
+ Addedcolorette@2.0.20(transitive)
+ Addedconvict@6.2.4(transitive)
+ Addedduplexify@4.1.3(transitive)
+ Addedpino-abstract-transport@0.4.0(transitive)
+ Addedpino-pretty@7.1.0(transitive)
+ Addedsecure-json-parse@2.7.0(transitive)
+ Addedsonic-boom@2.8.0(transitive)
+ Addedstream-shift@1.0.3(transitive)
+ Addedyargs-parser@20.2.9(transitive)
- Removed@antora/logger@3.0.0-alpha.9(transitive)
- Removed@hapi/bourne@2.1.0(transitive)
- Removedcolorette@1.4.0(transitive)
- Removedconvict@6.1.0(transitive)
- Removeddecamelize@1.2.0(transitive)
- Removedjmespath@0.15.0(transitive)
- Removedpino-pretty@6.0.0(transitive)
- Removedyargs-parser@18.1.3(transitive)
Updatedconvict@~6.2