Skip to content

Releases: DocuBook/docubook

cli-v0.4.3

19 Apr 04:00

Choose a tag to compare

  • Added missing import: fileURLToPath from url.
  • At the same time adding imports that are used but not yet imported: os and execFileSync.
  • Fixed the flow of getOrDownloadTemplate(...) results that return object:
    • from const templatePath = ...
    • so const { templatePath, cleanup } = ...
  • Fixed cleanup callback:
    • from cleanupTemplate?.()
    • so cleanup?.()