@antora/document-converter
Advanced tools
Comparing version 1.0.0-rc.1 to 1.0.0-rc.2
@@ -23,2 +23,3 @@ 'use strict' | ||
.findBy({ family: 'page' }) | ||
.filter((page) => page.out) | ||
.map((page) => (page.mediaType === 'text/asciidoc' ? convertDocument(page, contentCatalog, asciidocConfig) : page)) | ||
@@ -25,0 +26,0 @@ } |
{ | ||
"name": "@antora/document-converter", | ||
"version": "1.0.0-rc.1", | ||
"version": "1.0.0-rc.2", | ||
"description": "Converts AsciiDoc documents to embeddable HTML for use in an Antora documentation pipeline.", | ||
@@ -20,3 +20,3 @@ "license": "MPL-2.0", | ||
"dependencies": { | ||
"@antora/asciidoc-loader": "1.0.0-rc.1" | ||
"@antora/asciidoc-loader": "1.0.0-rc.2" | ||
}, | ||
@@ -23,0 +23,0 @@ "engines": { |
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
5191
76
+ Added@antora/asciidoc-loader@1.0.0-rc.2(transitive)
+ Addedasciidoctor.js@1.5.6-rc.1(transitive)
+ Addedopal-runtime@1.0.2(transitive)
- Removed@antora/asciidoc-loader@1.0.0-rc.1(transitive)
- Removedasciidoctor.js@1.5.9(transitive)
- Removedopal-runtime@1.0.11(transitive)