@antora/page-composer
Advanced tools
Comparing version 2.3.0-beta.1 to 2.3.0-beta.2
@@ -93,3 +93,3 @@ 'use strict' | ||
module: file.src.module, | ||
srcPath: file.src.path, | ||
srcPath: file.src.relative, | ||
origin: file.src.origin, | ||
@@ -96,0 +96,0 @@ versions, |
@@ -13,4 +13,4 @@ 'use strict' | ||
if (~hashIdx) { | ||
hash = to.substr(hashIdx) | ||
to = to.substr(0, hashIdx) | ||
hash = to.substr(hashIdx) | ||
} | ||
@@ -17,0 +17,0 @@ return to === from |
{ | ||
"name": "@antora/page-composer", | ||
"version": "2.3.0-beta.1", | ||
"version": "2.3.0-beta.2", | ||
"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.", | ||
@@ -5,0 +5,0 @@ "license": "MPL-2.0", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
14968
0