@antora/page-composer
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -177,3 +177,3 @@ 'use strict' | ||
const latestPageVersion = versions | ||
? versions.find((candidate) => !candidate.prerelease) | ||
? versions.find((candidate) => !(candidate.prerelease || candidate.missing)) | ||
: !componentVersion.prerelease && { url } | ||
@@ -180,0 +180,0 @@ if (latestPageVersion) model.canonicalUrl = file.pub.canonicalUrl = site.url + latestPageVersion.url |
{ | ||
"name": "@antora/page-composer", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Wraps the embeddable HTML contents of each page file from the content catalog in a page layout to yield standalone pages in an Antora documentation pipeline.", | ||
@@ -18,7 +18,7 @@ "license": "MPL-2.0", | ||
"dependencies": { | ||
"handlebars": "^4.0.12", | ||
"require-from-string": "^2.0.2" | ||
"handlebars": "~4.1", | ||
"require-from-string": "~2.0" | ||
}, | ||
"engines": { | ||
"node": ">= 8.0.0" | ||
"node": ">=8.11.0" | ||
}, | ||
@@ -25,0 +25,0 @@ "files": [ |
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
12439
+ Addedhandlebars@4.1.2(transitive)
+ Addedminimist@0.0.10(transitive)
+ Addedoptimist@0.6.1(transitive)
+ Addedwordwrap@0.0.3(transitive)
- Removedhandlebars@4.7.8(transitive)
- Removedminimist@1.2.8(transitive)
- Removedwordwrap@1.0.0(transitive)
Updatedhandlebars@~4.1
Updatedrequire-from-string@~2.0