@dpuse/dpuse-development 0.3.545 → 0.3.547

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.
@@ -5867,17 +5867,13 @@ async function Wn() {
5867
5867
  }
5868
5868
  //#endregion
5869
5869
  //#region src/actions/checkConfigFiles.ts
5870
- async function Gn(e = []) {
5870
+ async function Gn() {
5871
5871
  try {
5872
- G("Update '@dpuse/dpuse' Dependencies");
5873
- for (let t of e) {
5874
- if (t !== "development") continue;
5875
- let e = zn((await W("config.json")).id), r = n.dirname(o(import.meta.url));
5876
- await Kn(r, "../", ".editorconfig"), await Kn(r, "../", ".gitattributes"), await Kn(r, "../", e.isPublished ? ".gitignore_published" : ".gitignore_unpublished"), await Kn(r, "../", ".markdownlint.json"), await Kn(r, "../", "LICENSE");
5877
- }
5878
- K("'@dpuse/dpuse' dependencies updated.");
5872
+ G("Check configuration files.");
5873
+ let e = zn((await W("config.json")).id), t = n.dirname(o(import.meta.url));
5874
+ await Kn(t, "../", ".editorconfig"), await Kn(t, "../", ".gitattributes"), await Kn(t, "../", e.isPublished ? ".gitignore_published" : ".gitignore_unpublished"), await Kn(t, "../", ".markdownlint.json"), await Kn(t, "../", "LICENSE"), K("Configuration files checked..");
5879
5875
  } catch (e) {
5880
- console.error("❌ Error updating '@dpuse/dpuse' dependencies.", e), process.exit(1);
5876
+ console.error("❌ Error checking configuration files.", e), process.exit(1);
5881
5877
  }
5882
5878
  }
5883
5879
  async function Kn(e, t, r) {