@antora/content-classifier
Advanced tools
Comparing version 3.0.0-rc.1 to 3.0.0-rc.2
@@ -325,3 +325,3 @@ 'use strict' | ||
logger.warn('Start page specified for site has invalid syntax: %s', startPageSpec) | ||
} else if (~startPageSpec.indexOf(':')) { | ||
} else if (startPageSpec.lastIndexOf(':') > startPageSpec.indexOf(':')) { | ||
logger.warn('Start page specified for site not found: %s', startPageSpec) | ||
@@ -328,0 +328,0 @@ } else { |
{ | ||
"name": "@antora/content-classifier", | ||
"version": "3.0.0-rc.1", | ||
"version": "3.0.0-rc.2", | ||
"description": "Organizes aggregated content into a virtual file catalog for use in an Antora documentation pipeline.", | ||
@@ -22,3 +22,3 @@ "license": "MPL-2.0", | ||
"dependencies": { | ||
"@antora/logger": "3.0.0-rc.1", | ||
"@antora/logger": "3.0.0-rc.2", | ||
"mime-types": "~2.1", | ||
@@ -41,3 +41,3 @@ "vinyl": "~2.2" | ||
], | ||
"gitHead": "044371a33e2c0fed9724d30945bbb549d64845d5" | ||
"gitHead": "b64861391b7e55ea31fcecce4490b9cc02fec1c7" | ||
} |
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
57587
+ Added@antora/logger@3.0.0-rc.2(transitive)
- Removed@antora/logger@3.0.0-rc.1(transitive)
Updated@antora/logger@3.0.0-rc.2