@datapos/datapos-development 0.3.444 → 0.3.445
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.
|
@@ -5836,8 +5836,11 @@ async function sa(e, t) {
|
|
|
5836
5836
|
const [s, a] = await Promise.all([J("config.json"), Ve("src/index.ts")]), n = /* @__PURE__ */ Bt(Hs, s);
|
|
5837
5837
|
if (!n.success)
|
|
5838
5838
|
throw console.error("❌ Configuration is invalid:"), console.table(n.issues), new Error("Configuration is invalid.");
|
|
5839
|
-
|
|
5840
|
-
|
|
5839
|
+
console.log(1111);
|
|
5840
|
+
const p = Jt(a);
|
|
5841
|
+
console.log(2222);
|
|
5842
|
+
const f = na(p);
|
|
5843
|
+
return console.log(3333), await Yt(t, s, p, f);
|
|
5841
5844
|
}
|
|
5842
5845
|
async function Yt(e, t, s, a) {
|
|
5843
5846
|
return s.length > 0 ? (console.info(`ℹ️ Implements ${s.length} operations:`), console.table(s)) : console.warn("⚠️ Implements no operations."), a === "unknown" ? console.warn("⚠️ No usage identified.") : console.info(`ℹ️ Supports '${a}' usage.`), e.name != null && (t.id = e.name.replace("@datapos/", "").replace("@data-positioning/", "")), e.version != null && (t.version = e.version), t.operations = s, t.usageId = a ?? "unknown", await vt("config.json", t), t;
|