@dpuse/dpuse-development 0.3.532 → 0.3.534
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.
|
@@ -6729,7 +6729,7 @@ async function fi(e) {
|
|
|
6729
6729
|
let t = await mi(e.name, e.installedVersion);
|
|
6730
6730
|
e.latestVersion = t.latestVersion, e.latestPublishedDate = t.latestPublishedDate, e.publishedDate = t.publishedDate;
|
|
6731
6731
|
}));
|
|
6732
|
-
let i = "|Name|Version|License(s)|Document|\n
|
|
6732
|
+
let i = "|Name|Version|License(s)|Document|\n|-|:-:|-|-|\n";
|
|
6733
6733
|
for (let e of r.values()) i += hi(e);
|
|
6734
6734
|
let a = [];
|
|
6735
6735
|
n.dependencies != null && gi(n.dependencies, r, a, 0), await kr("README.md", Ir(Ir(await Er("./README.md"), i, si, ci), a.join("\n"), li, ui));
|