@antora/content-classifier
Advanced tools
Comparing version 3.0.0-alpha.10 to 3.0.0-beta.1
@@ -172,7 +172,7 @@ 'use strict' | ||
publishable = true | ||
versionSegment = computeVersionSegment.bind(this)(src.component, src.version) | ||
versionSegment = computeVersionSegment.call(this, src.component, src.version) | ||
file.out = computeOut(src, family, versionSegment, this.htmlUrlExtensionStyle) | ||
} | ||
if (!file.pub && (publishable || family === 'nav')) { | ||
if (versionSegment == null) versionSegment = computeVersionSegment.bind(this)(src.component, src.version) | ||
if (versionSegment == null) versionSegment = computeVersionSegment.call(this, src.component, src.version) | ||
file.pub = computePub(src, file.out, family, versionSegment, this.htmlUrlExtensionStyle) | ||
@@ -293,3 +293,3 @@ } | ||
// QUESTION: should we warn if the default start page cannot be found? | ||
const versionSegment = computeVersionSegment.bind(this)(name, version) | ||
const versionSegment = computeVersionSegment.call(this, name, version) | ||
componentVersion.url = computePub( | ||
@@ -307,3 +307,3 @@ (startPageSrc = prepareSrc(Object.assign({}, indexPageId, { family: 'page' }))), | ||
version, | ||
computeVersionSegment.bind(this)(name, version, 'alias'), | ||
computeVersionSegment.call(this, name, version, 'alias'), | ||
this.latestVersionUrlSegmentStrategy | ||
@@ -310,0 +310,0 @@ ) |
{ | ||
"name": "@antora/content-classifier", | ||
"version": "3.0.0-alpha.10", | ||
"version": "3.0.0-beta.1", | ||
"description": "Organizes aggregated content into a virtual file catalog for use in an Antora documentation pipeline.", | ||
@@ -19,3 +19,3 @@ "license": "MPL-2.0", | ||
"dependencies": { | ||
"@antora/logger": "3.0.0-alpha.10", | ||
"@antora/logger": "3.0.0-beta.1", | ||
"mime-types": "~2.1", | ||
@@ -25,3 +25,3 @@ "vinyl": "~2.2" | ||
"engines": { | ||
"node": ">=10.17.0" | ||
"node": ">=12.21.0" | ||
}, | ||
@@ -39,3 +39,3 @@ "files": [ | ||
], | ||
"gitHead": "a9e10aacbc6fb0c4dc3a42dd7e4a5c763d153428" | ||
"gitHead": "7c5ef1ea93dd489af533c80a936c736013c41769" | ||
} |
@@ -6,3 +6,3 @@ # Antora Content Classifier | ||
[Antora](https://antora.org) is a modular static site generator designed for creating documentation sites from AsciiDoc documents. | ||
Its site generator pipeline aggregates documents from versioned content repositories and processes them using [Asciidoctor](https://asciidoctor.org). | ||
Its site generator aggregates documents from versioned content repositories and processes them using [Asciidoctor](https://asciidoctor.org). | ||
@@ -9,0 +9,0 @@ ## Copyright and License |
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
56886
+ Added@antora/logger@3.0.0-beta.1(transitive)
+ Addedsonic-boom@2.3.2(transitive)
- Removed@antora/logger@3.0.0-alpha.10(transitive)
- Removedsonic-boom@2.1.02.8.0(transitive)
Updated@antora/logger@3.0.0-beta.1