@antora/page-composer
Advanced tools
Comparing version 1.0.0-beta.2 to 1.0.0-beta.3
@@ -9,2 +9,3 @@ 'use strict' | ||
const { DEFAULT_LAYOUT_NAME, HANDLEBARS_COMPILE_OPTIONS } = require('./constants') | ||
const { version: VERSION } = require('../package.json') | ||
@@ -95,3 +96,3 @@ /** | ||
function buildSiteUiModel (playbook, contentCatalog) { | ||
const model = { title: playbook.site.title } | ||
const model = { antoraVersion: VERSION, title: playbook.site.title } | ||
@@ -98,0 +99,0 @@ let siteUrl = playbook.site.url |
{ | ||
"name": "@antora/page-composer", | ||
"version": "1.0.0-beta.2", | ||
"version": "1.0.0-beta.3", | ||
"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,3 +18,3 @@ "license": "MPL-2.0", | ||
"dependencies": { | ||
"@antora/content-classifier": "1.0.0-beta.2", | ||
"@antora/content-classifier": "1.0.0-beta.3", | ||
"handlebars": "^4.0.11", | ||
@@ -21,0 +21,0 @@ "require-from-string": "^2.0.1" |
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
10626
214
+ Added@antora/content-classifier@1.0.0-beta.3(transitive)
- Removed@antora/content-classifier@1.0.0-beta.2(transitive)