@antora/redirect-producer
Advanced tools
Comparing version 3.0.0-beta.6 to 3.0.0-rc.1
@@ -35,3 +35,3 @@ 'use strict' | ||
function produceRedirects (playbook, aliases) { | ||
if ('findBy' in aliases) aliases = aliases.findBy({ family: 'alias' }) // remove in Antora 4 | ||
if ('findBy' in aliases) aliases = aliases.findBy({ family: 'alias' }) // @deprecated remove in Antora 4 | ||
if (!aliases.length) return [] | ||
@@ -38,0 +38,0 @@ let siteUrl = playbook.site.url |
{ | ||
"name": "@antora/redirect-producer", | ||
"version": "3.0.0-beta.6", | ||
"version": "3.0.0-rc.1", | ||
"description": "Produces redirects (HTTP redirections) for pages in an Antora site.", | ||
@@ -37,3 +37,3 @@ "license": "MPL-2.0", | ||
], | ||
"gitHead": "f9f747965f599442562f59206d870b7e38864806" | ||
"gitHead": "044371a33e2c0fed9724d30945bbb549d64845d5" | ||
} |
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
26244