@antora/html-single-extension 1.0.0-rc.2 → 1.0.0-rc.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/converter.js +1 -0
  2. package/package.json +2 -2
package/lib/converter.js CHANGED
@@ -32,6 +32,7 @@ async function convert (file, convertAttributes, buildConfig, { logCommand, runC
32
32
  }
33
33
  } else {
34
34
  const { command, cwd = process.cwd(), attributeOptionFlag, outputOptionFlag, stderr = 'print' } = buildConfig
35
+ if (!command) return null
35
36
  const extraArgs = convertAttributes.toArgs(attributeOptionFlag || '-a')
36
37
  const stdout =
37
38
  outputOptionFlag === false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antora/html-single-extension",
3
- "version": "1.0.0-rc.2",
3
+ "version": "1.0.0-rc.3",
4
4
  "description": "An Antora extension that uses Assembler to merge pages into assembly files, export them to standalone HTML documents, and publish them with the site.",
5
5
  "license": "MPL-2.0",
6
6
  "author": "OpenDevise Inc. (https://opendevise.com)",
@@ -32,7 +32,7 @@
32
32
  "#package": "./package.json"
33
33
  },
34
34
  "dependencies": {
35
- "@antora/assembler": "1.0.0-rc.2"
35
+ "@antora/assembler": "1.0.0-rc.3"
36
36
  },
37
37
  "engines": {
38
38
  "node": ">=20.0.0"