@antora/page-composer
Advanced tools
Comparing version 1.0.0-alpha.1 to 1.0.0-alpha.3
@@ -0,1 +1,3 @@ | ||
'use strict' | ||
module.exports = Object.freeze({ | ||
@@ -2,0 +4,0 @@ DEFAULT_LAYOUT_NAME: 'default', |
'use strict' | ||
const handlebars = require('handlebars') | ||
const path = require('path') | ||
const { posix: path } = require('path') | ||
const requireFromString = require('require-from-string') | ||
@@ -6,0 +6,0 @@ const versionCompare = require('@antora/content-classifier/lib/util/version-compare-desc') |
{ | ||
"name": "@antora/page-composer", | ||
"version": "1.0.0-alpha.1", | ||
"version": "1.0.0-alpha.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.", | ||
"license": "MPL-2.0", | ||
"author": { | ||
"name": "OpenDevise Inc.", | ||
"url": "https://opendevise.com" | ||
}, | ||
"author": "OpenDevise Inc. (https://opendevise.com)", | ||
"contributors": [ | ||
"Dan Allen <dan@opendevise.com>", | ||
"Sarah White <sarah@opendevise.com>" | ||
], | ||
"homepage": "https://antora.org", | ||
@@ -17,2 +18,3 @@ "repository": "gitlab:antora/antora", | ||
"dependencies": { | ||
"@antora/content-classifier": "1.0.0-alpha.3", | ||
"handlebars": "^4.0.11", | ||
@@ -19,0 +21,0 @@ "require-from-string": "^2.0.1" |
10734
214
13
3
+ Added@antora/content-classifier@1.0.0-alpha.3(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedsemver-compare@1.0.0(transitive)