@antora/site-mapper
Advanced tools
Comparing version 2.3.0-alpha.1 to 2.3.0-alpha.2
@@ -73,3 +73,3 @@ 'use strict' | ||
sitemapEntries = sitemapEntries.map(createUrlElement.bind(null, siteUrl)) | ||
sitemap.contents = Buffer.from(createSitemapDocument(sitemapEntries)) | ||
sitemap.contents = Buffer.from(createSitemapDocument(sitemapEntries) + '\n') | ||
return sitemap | ||
@@ -81,3 +81,3 @@ }) | ||
const sitemapIndexEntries = sitemaps.map(createSitemapElement.bind(null, siteUrl)) | ||
sitemapIndex = new File({ contents: Buffer.from(createSitemapIndexDocument(sitemapIndexEntries)) }) | ||
sitemapIndex = new File({ contents: Buffer.from(createSitemapIndexDocument(sitemapIndexEntries) + '\n') }) | ||
sitemaps.unshift(sitemapIndex) | ||
@@ -84,0 +84,0 @@ } else { |
{ | ||
"name": "@antora/site-mapper", | ||
"version": "2.3.0-alpha.1", | ||
"version": "2.3.0-alpha.2", | ||
"description": "Generates sitemap files that list all publishable pages in an Antora documentation pipeline.", | ||
@@ -19,3 +19,3 @@ "license": "MPL-2.0", | ||
"dependencies": { | ||
"@antora/content-classifier": "2.3.0-alpha.1", | ||
"@antora/content-classifier": "2.3.0-alpha.2", | ||
"vinyl": "~2.2" | ||
@@ -22,0 +22,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
7717
+ Added@antora/content-classifier@2.3.0-alpha.2(transitive)
- Removed@antora/content-classifier@2.3.0-alpha.1(transitive)
- Removedlodash@4.17.21(transitive)