@antora/site-publisher
Advanced tools
Comparing version 2.3.0-alpha.2 to 2.3.0-beta.1
@@ -65,4 +65,3 @@ 'use strict' | ||
const filesToPublish = catalogs.reduce( | ||
(accum, catalog) => | ||
accum.concat(('getAll' in catalog ? catalog.getAll() : catalog.getFiles()).filter((it) => it.out)), | ||
(accum, catalog) => accum.concat((catalog.getAll || catalog.getFiles).apply(catalog).filter((file) => file.out)), | ||
[] | ||
@@ -69,0 +68,0 @@ ) |
{ | ||
"name": "@antora/site-publisher", | ||
"version": "2.3.0-alpha.2", | ||
"version": "2.3.0-beta.1", | ||
"description": "Publishes the files generated in an Antora documentation pipeline to the destination(s) specified in the playbook.", | ||
@@ -5,0 +5,0 @@ "license": "MPL-2.0", |
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
11486
237