@mel000000/weweb-dynamic-metadata 1.0.15 → 1.0.16

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mel000000/weweb-dynamic-metadata",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "type": "module",
5
5
  "description": "Generate dynamic metadata for WeWeb static exports",
6
6
  "main": "src/index.js",
@@ -224,6 +224,7 @@ export async function processFiles() {
224
224
  });
225
225
 
226
226
  summary.totalMetadataEntries += metadataMap.size;
227
+ summary.outputDirectories.push(contentRootDir);
227
228
  }
228
229
 
229
230
  summary.duration = ((Date.now() - startTime) / 1000).toFixed(2);