@antora/content-classifier 3.1.4 → 3.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/content-catalog.js +1 -1
- package/package.json +3 -3
package/lib/content-catalog.js
CHANGED
|
@@ -547,7 +547,7 @@ function computePub (src, out, family, version, htmlUrlExtensionStyle) {
|
|
|
547
547
|
}
|
|
548
548
|
|
|
549
549
|
function computeVersionSegment (name, version, mode) {
|
|
550
|
-
// special designation for master
|
|
550
|
+
// special designation for master version is @deprecated; special designation scheduled to be removed in Antora 4
|
|
551
551
|
if (mode === 'original') return !version || version === 'master' ? '' : version
|
|
552
552
|
const strategy = this.latestVersionUrlSegmentStrategy
|
|
553
553
|
if (!version || version === 'master') {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@antora/content-classifier",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.5",
|
|
4
4
|
"description": "Organizes aggregated content into a virtual file catalog for use in an Antora documentation pipeline.",
|
|
5
5
|
"license": "MPL-2.0",
|
|
6
6
|
"author": "OpenDevise Inc. (https://opendevise.com)",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"#constants": "./lib/constants.js"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@antora/asciidoc-loader": "3.1.
|
|
31
|
-
"@antora/logger": "3.1.
|
|
30
|
+
"@antora/asciidoc-loader": "3.1.5",
|
|
31
|
+
"@antora/logger": "3.1.5",
|
|
32
32
|
"mime-types": "~2.1",
|
|
33
33
|
"vinyl": "~2.2"
|
|
34
34
|
},
|