@antora/redirect-producer
Advanced tools
Comparing version 1.0.0-rc.1 to 1.0.0-rc.2
@@ -5,3 +5,7 @@ 'use strict' | ||
* Redirect Producer component for Antora | ||
* | ||
* Produces HTTP redirection configuration suitable for the redirect facility | ||
* provided by the target environment (e.g., static bounce pages, nginx | ||
* rewrite rules, mod_rewrite rules, netlify redirects file, etc.). | ||
*/ | ||
module.exports = require('./produce-redirects') |
@@ -23,2 +23,5 @@ 'use strict' | ||
* @param {String} playbook.site.url - The base URL of the site. | ||
* @param {String} playbook.urls - URL-related configuration data. | ||
* @param {String} playbook.urls.redirectFacility - The redirect facility for | ||
* which redirect configuration is being produced. | ||
* @param {ContentCatalog} contentCatalog - The content catalog that provides | ||
@@ -25,0 +28,0 @@ * access to the virtual content files (i.e., pages) in the site. |
{ | ||
"name": "@antora/redirect-producer", | ||
"version": "1.0.0-rc.1", | ||
"version": "1.0.0-rc.2", | ||
"description": "Produces redirects (HTTP redirections) for pages in an Antora site.", | ||
@@ -18,3 +18,3 @@ "license": "MPL-2.0", | ||
"dependencies": { | ||
"@antora/asciidoc-loader": "1.0.0-rc.1", | ||
"@antora/asciidoc-loader": "1.0.0-rc.2", | ||
"vinyl": "^2.1.0" | ||
@@ -21,0 +21,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
6555
104
+ Added@antora/asciidoc-loader@1.0.0-rc.2(transitive)
+ Addedasciidoctor.js@1.5.6-rc.1(transitive)
+ Addedopal-runtime@1.0.2(transitive)
- Removed@antora/asciidoc-loader@1.0.0-rc.1(transitive)
- Removedasciidoctor.js@1.5.9(transitive)
- Removedopal-runtime@1.0.11(transitive)