@datapos/datapos-development 0.3.186 → 0.3.188
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.
|
@@ -7578,7 +7578,7 @@ async function sh() {
|
|
|
7578
7578
|
return;
|
|
7579
7579
|
}
|
|
7580
7580
|
const a = Jc(i), o = Gc(a);
|
|
7581
|
-
a.operations.length > 0 ? console.info(`ℹ️ Implements ${a.operations.length} operations
|
|
7581
|
+
a.operations.length > 0 ? (console.info(`ℹ️ Implements ${a.operations.length} operations:`), console.table(a.operations)) : console.warn("⚠️ Implements no operations."), o === "unknown" ? console.warn("⚠️ No usage identified.") : console.info(`ℹ️ Supports '${o}' usage.`), e.id = t.name ?? e.id, e.version = t.version ?? e.version, e.operations = a.operations, e.usageId = o, await V.writeFile("config.json", JSON.stringify(e, void 0, 4), "utf8"), console.info("✅ Connector configuration built.");
|
|
7582
7582
|
} catch (t) {
|
|
7583
7583
|
console.error("❌ Error building connector configuration.", t);
|
|
7584
7584
|
}
|
package/package.json
CHANGED