@antora/site-generator
Advanced tools
Comparing version 3.1.4 to 3.1.5
@@ -17,2 +17,8 @@ 'use strict' | ||
const siteAsciiDocConfig = vars.lock('siteAsciiDocConfig') | ||
const loadUiHandler = { | ||
onFulfilled: (uiCatalog) => context.notify('uiLoaded', Object.assign(vars, { uiCatalog })), | ||
onRejected: (loadUiErr) => { | ||
if (!(loadUiHandler.retry = loadUiErr.recoverable)) throw loadUiErr | ||
}, | ||
} | ||
await Promise.all([ | ||
@@ -24,4 +30,5 @@ fxns.aggregateContent(playbook).then((contentAggregate) => | ||
), | ||
fxns.loadUi(playbook).then((uiCatalog) => context.notify('uiLoaded', Object.assign(vars, { uiCatalog }))), | ||
fxns.loadUi(playbook).then(loadUiHandler.onFulfilled, loadUiHandler.onRejected), | ||
]) | ||
if (loadUiHandler.retry) await fxns.loadUi(playbook).then(loadUiHandler.onFulfilled) | ||
await context.notify('contentClassified') | ||
@@ -28,0 +35,0 @@ const contentCatalog = vars.lock('contentCatalog') |
{ | ||
"name": "@antora/site-generator", | ||
"version": "3.1.4", | ||
"version": "3.1.5", | ||
"description": "The Antora generator for producing and publishing static documentation sites with Antora.", | ||
@@ -24,15 +24,15 @@ "license": "MPL-2.0", | ||
"dependencies": { | ||
"@antora/asciidoc-loader": "3.1.4", | ||
"@antora/content-aggregator": "3.1.4", | ||
"@antora/content-classifier": "3.1.4", | ||
"@antora/document-converter": "3.1.4", | ||
"@antora/file-publisher": "3.1.4", | ||
"@antora/logger": "3.1.4", | ||
"@antora/navigation-builder": "3.1.4", | ||
"@antora/page-composer": "3.1.4", | ||
"@antora/playbook-builder": "3.1.4", | ||
"@antora/redirect-producer": "3.1.4", | ||
"@antora/site-mapper": "3.1.4", | ||
"@antora/site-publisher": "3.1.4", | ||
"@antora/ui-loader": "3.1.4", | ||
"@antora/asciidoc-loader": "3.1.5", | ||
"@antora/content-aggregator": "3.1.5", | ||
"@antora/content-classifier": "3.1.5", | ||
"@antora/document-converter": "3.1.5", | ||
"@antora/file-publisher": "3.1.5", | ||
"@antora/logger": "3.1.5", | ||
"@antora/navigation-builder": "3.1.5", | ||
"@antora/page-composer": "3.1.5", | ||
"@antora/playbook-builder": "3.1.5", | ||
"@antora/redirect-producer": "3.1.5", | ||
"@antora/site-mapper": "3.1.5", | ||
"@antora/site-publisher": "3.1.5", | ||
"@antora/ui-loader": "3.1.5", | ||
"@antora/user-require-helper": "~2.0" | ||
@@ -39,0 +39,0 @@ }, |
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
14163
281
+ Added@antora/asciidoc-loader@3.1.5(transitive)
+ Added@antora/content-aggregator@3.1.5(transitive)
+ Added@antora/content-classifier@3.1.5(transitive)
+ Added@antora/document-converter@3.1.5(transitive)
+ Added@antora/file-publisher@3.1.5(transitive)
+ Added@antora/logger@3.1.5(transitive)
+ Added@antora/navigation-builder@3.1.5(transitive)
+ Added@antora/page-composer@3.1.5(transitive)
+ Added@antora/playbook-builder@3.1.5(transitive)
+ Added@antora/redirect-producer@3.1.5(transitive)
+ Added@antora/site-mapper@3.1.5(transitive)
+ Added@antora/site-publisher@3.1.5(transitive)
+ Added@antora/ui-loader@3.1.5(transitive)
+ Added@vscode/gulp-vinyl-zip@2.5.0(transitive)
- Removed@antora/asciidoc-loader@3.1.4(transitive)
- Removed@antora/content-aggregator@3.1.4(transitive)
- Removed@antora/content-classifier@3.1.4(transitive)
- Removed@antora/document-converter@3.1.4(transitive)
- Removed@antora/file-publisher@3.1.4(transitive)
- Removed@antora/logger@3.1.4(transitive)
- Removed@antora/navigation-builder@3.1.4(transitive)
- Removed@antora/page-composer@3.1.4(transitive)
- Removed@antora/playbook-builder@3.1.4(transitive)
- Removed@antora/redirect-producer@3.1.4(transitive)
- Removed@antora/site-mapper@3.1.4(transitive)
- Removed@antora/site-publisher@3.1.4(transitive)
- Removed@antora/ui-loader@3.1.4(transitive)
- Removedgulp-vinyl-zip@2.5.0(transitive)
Updated@antora/file-publisher@3.1.5
Updated@antora/logger@3.1.5
Updated@antora/page-composer@3.1.5
Updated@antora/site-mapper@3.1.5
Updated@antora/site-publisher@3.1.5
Updated@antora/ui-loader@3.1.5