@knowcode/doc-builder 1.9.9 → 1.9.10

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.
@@ -1166,6 +1166,7 @@ async function buildDocumentation(config) {
1166
1166
 
1167
1167
  const attachmentTypes = config.attachmentTypes || [
1168
1168
  '.pdf', '.doc', '.docx', '.xls', '.xlsx', '.csv', '.ppt', '.pptx', '.txt', '.rtf',
1169
+ '.html', '.htm',
1169
1170
  '.zip', '.tar', '.gz', '.7z', '.rar',
1170
1171
  '.png', '.jpg', '.jpeg', '.gif', '.svg', '.webp', '.ico', '.bmp',
1171
1172
  '.json', '.xml', '.yaml', '.yml', '.toml',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knowcode/doc-builder",
3
- "version": "1.9.9",
3
+ "version": "1.9.10",
4
4
  "description": "Reusable documentation builder for markdown-based sites with Vercel deployment support",
5
5
  "main": "index.js",
6
6
  "bin": {