@antora/content-classifier
Advanced tools
Comparing version 1.0.0-alpha.1 to 1.0.0-alpha.2
'use strict' | ||
const ContentCatalog = require('./content-catalog') | ||
const path = require('path') | ||
const { posix: path } = require('path') | ||
@@ -112,3 +112,3 @@ /** | ||
const index = nav.findIndex((candidate) => candidate === filepath) | ||
if (index !== -1) return { index } | ||
if (~index) return { index } | ||
} | ||
@@ -115,0 +115,0 @@ |
{ | ||
"name": "@antora/content-classifier", | ||
"version": "1.0.0-alpha.1", | ||
"version": "1.0.0-alpha.2", | ||
"description": "Organizes aggregated content into a virtual file catalog for use in an Antora documentation pipeline.", | ||
"license": "MPL-2.0", | ||
"author": { | ||
"name": "OpenDevise Inc.", | ||
"url": "https://opendevise.com" | ||
}, | ||
"author": "OpenDevise Inc. (https://opendevise.com)", | ||
"contributors": [ | ||
"Dan Allen <dan@opendevise.com>", | ||
"Sarah White <sarah@opendevise.com>", | ||
"Hubert SABLONNIÈRE <hubert.sablonniere@gmail.com>" | ||
], | ||
"homepage": "https://antora.org", | ||
@@ -11,0 +13,0 @@ "repository": "gitlab:antora/antora", |
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
12956
12