@antora/redirect-producer
Advanced tools
Comparing version 2.3.3 to 2.3.4
@@ -81,2 +81,5 @@ 'use strict' | ||
// NOTE: a trailing slash on the pathname will be ignored | ||
// see https://docs.netlify.com/routing/redirects/redirect-options/#trailing-slash | ||
// however, we keep it when generating the rules for clarity | ||
function createNetlifyRedirects (files, urlPath, includeDirectoryRedirects = false) { | ||
@@ -83,0 +86,0 @@ const rules = files.reduce((accum, file) => { |
{ | ||
"name": "@antora/redirect-producer", | ||
"version": "2.3.3", | ||
"version": "2.3.4", | ||
"description": "Produces redirects (HTTP redirections) for pages in an Antora site.", | ||
@@ -18,3 +18,3 @@ "license": "MPL-2.0", | ||
"dependencies": { | ||
"@antora/asciidoc-loader": "2.3.3", | ||
"@antora/asciidoc-loader": "2.3.4", | ||
"vinyl": "~2.2" | ||
@@ -36,3 +36,3 @@ }, | ||
], | ||
"gitHead": "0e0b6673b62cd6e89d11124f849e74f574d53317" | ||
"gitHead": "5a40191c970ece6baecbd1a3a7a599d7161351a9" | ||
} |
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
24823
133
+ Added@antora/asciidoc-loader@2.3.4(transitive)
- Removed@antora/asciidoc-loader@2.3.3(transitive)