@antora/content-classifier
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -11,2 +11,3 @@ 'use strict' | ||
const { START_PAGE_ID } = require('./constants') | ||
const SPACE_RX = / /g | ||
@@ -294,3 +295,3 @@ const $components = Symbol('components') | ||
pub.url = url | ||
pub.url = ~url.indexOf(' ') ? url.replace(SPACE_RX, '%20') : url | ||
@@ -297,0 +298,0 @@ if (out) { |
{ | ||
"name": "@antora/content-classifier", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Organizes aggregated content into a virtual file catalog for use in an Antora documentation pipeline.", | ||
@@ -23,3 +23,3 @@ "license": "MPL-2.0", | ||
"devDependencies": { | ||
"@antora/content-aggregator": "2.1.1" | ||
"@antora/content-aggregator": "2.1.2" | ||
}, | ||
@@ -26,0 +26,0 @@ "engines": { |
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
25562
593