@dpuse/dpuse-development 0.3.589 → 0.3.590
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.
|
@@ -6647,15 +6647,15 @@ function ui(e) {
|
|
|
6647
6647
|
return n;
|
|
6648
6648
|
}
|
|
6649
6649
|
//#endregion
|
|
6650
|
-
//#region src/actions/
|
|
6651
|
-
var di = "<!--
|
|
6650
|
+
//#region src/actions/documentActions.ts
|
|
6651
|
+
var di = "<!-- CONNECTOR_ACTIONS_START -->", fi = "<!-- CONNECTOR_ACTIONS_END -->";
|
|
6652
6652
|
async function pi() {
|
|
6653
6653
|
try {
|
|
6654
|
-
G("Document
|
|
6655
|
-
let e = ui((await W("config.json")).
|
|
6656
|
-
await Bn("README.md", Gn(await Ln("./README.md"), e, di, fi)), K("
|
|
6654
|
+
G("Document Actions"), q("1️⃣ Insert actions table into 'README.md'");
|
|
6655
|
+
let e = ui((await W("config.json")).actions ?? []);
|
|
6656
|
+
await Bn("README.md", Gn(await Ln("./README.md"), e, di, fi)), K("Actions documented.");
|
|
6657
6657
|
} catch (e) {
|
|
6658
|
-
console.error("❌ Error documenting
|
|
6658
|
+
console.error("❌ Error documenting actions.", e), process.exit(1);
|
|
6659
6659
|
}
|
|
6660
6660
|
}
|
|
6661
6661
|
//#endregion
|
|
@@ -6955,6 +6955,6 @@ async function Hi(e, t, n = "./") {
|
|
|
6955
6955
|
await zn(`${n}package.json`, t);
|
|
6956
6956
|
}
|
|
6957
6957
|
//#endregion
|
|
6958
|
-
export { Kn as auditDependencies, ji as buildProject, qn as checkConfigFiles, Yn as checkDependencies,
|
|
6958
|
+
export { Kn as auditDependencies, ji as buildProject, qn as checkConfigFiles, Yn as checkDependencies, pi as documentActions, nr as documentBundleSizes, vr as documentDependencies, mi as formatCode, hi as lintCode, zi as publishProject, Mi as releaseProject, Bi as syncProjectWithGitHub, Vi as testProject, _i as uploadDirectoryToR2 };
|
|
6959
6959
|
|
|
6960
6960
|
//# sourceMappingURL=dpuse-development.es.js.map
|