@antora/content-aggregator
Advanced tools
Comparing version 3.0.2 to 3.0.3
'use strict' | ||
const { compile: bracesToGroup, expand: expandBraces } = require('braces') | ||
const { makeRe: makeMatcherRx } = require('picomatch') | ||
const { makeRe } = require('picomatch') | ||
@@ -19,2 +19,7 @@ const BASE_OPTS = { | ||
function makeMatcherRx (input, opts) { | ||
if (input && ~input.indexOf('{')) input = input.replace(/^([^({]+)\./, '$1(?:.)') | ||
return makeRe(input, opts) | ||
} | ||
module.exports = { | ||
@@ -21,0 +26,0 @@ MATCH_ALL_RX: { test: () => true }, |
{ | ||
"name": "@antora/content-aggregator", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Fetches and aggregates content from distributed sources for use in an Antora documentation pipeline.", | ||
@@ -5,0 +5,0 @@ "license": "MPL-2.0", |
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
62669
1423