@antora/navigation-builder
Advanced tools
Comparing version 3.0.0-beta.4 to 3.0.0-beta.5
'use strict' | ||
const _loadAsciiDoc = require('@antora/asciidoc-loader') | ||
const NavigationCatalog = require('./navigation-catalog') | ||
@@ -30,3 +29,3 @@ | ||
function buildNavigation (contentCatalog, siteAsciiDocConfig = {}) { | ||
const { loadAsciiDoc = _loadAsciiDoc } = this ? this.getFunctions(false) : {} | ||
const { loadAsciiDoc = require('@antora/asciidoc-loader') } = this ? this.getFunctions(false) : {} | ||
const navCatalog = new NavigationCatalog() | ||
@@ -33,0 +32,0 @@ const navAsciiDocConfig = { doctype: 'article', extensions: [], relativizeResourceRefs: false } |
{ | ||
"name": "@antora/navigation-builder", | ||
"version": "3.0.0-beta.4", | ||
"version": "3.0.0-beta.5", | ||
"description": "Builds a navigation catalog from navigation files for adding site navigation to pages in an Antora documentation pipeline.", | ||
@@ -18,3 +18,3 @@ "license": "MPL-2.0", | ||
"dependencies": { | ||
"@antora/asciidoc-loader": "3.0.0-beta.4" | ||
"@antora/asciidoc-loader": "3.0.0-beta.5" | ||
}, | ||
@@ -36,4 +36,3 @@ "engines": { | ||
], | ||
"gitHead": "8a142499e9f1a9e0631777796e06dd6c010d3a90", | ||
"readmeFilename": "README.md" | ||
"gitHead": "a13d03df41654d4deb78211a5a54953ce2a35fb8" | ||
} |
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
24474
146
+ Added@antora/asciidoc-loader@3.0.0-beta.5(transitive)
+ Added@antora/logger@3.0.0-beta.5(transitive)
+ Addedpino@7.5.1(transitive)
+ Addedsonic-boom@2.4.2(transitive)
- Removed@antora/asciidoc-loader@3.0.0-beta.4(transitive)
- Removed@antora/logger@3.0.0-beta.4(transitive)
- Removedpino@7.4.1(transitive)
- Removedsonic-boom@2.3.2(transitive)