@datapos/datapos-development 0.3.189 → 0.3.191

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 = Si(i), u = Gc(a);
7581
- a.length > 0 ? (console.info(`ℹ️ Implements ${a.length} operations:`), console.table(a)) : console.warn("⚠️ Implements no operations."), u === "unknown" ? console.warn("⚠️ No usage identified.") : console.info(`ℹ️ Supports '${u}' usage.`), e.id = t.name ?? e.id, e.version = t.version ?? e.version, e.operations = a, e.usageId = u, await V.writeFile("config.json", JSON.stringify(e, void 0, 4), "utf8"), console.info("✅ Connector configuration built.");
7581
+ a.length > 0 ? (console.info(`ℹ️ Implements ${a.length} operations:`), console.table(a)) : console.warn("⚠️ Implements no operations."), u === "unknown" ? console.warn("⚠️ No usage identified.") : console.info(`ℹ️ Supports '${u}' usage.`), t.name != null && (e.id = t.name.replace("@datapos/", "").replace("@data-positioning/", "")), t.version != null && (e.version = t.version), e.operations = a, e.usageId = u, 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
  }
@@ -7591,7 +7591,7 @@ async function rh() {
7591
7591
  V.readFile("config.json", "utf8").then((a) => JSON.parse(a)),
7592
7592
  V.readFile("src/index.ts", "utf8")
7593
7593
  ]), s = Si(i);
7594
- s.length > 0 ? (console.info(`ℹ️ Implements ${s.length} operations:`), console.table(s)) : console.warn("⚠️ Implements no operations."), t.name != null && (e.id = t.name), e.operations = s, t.version != null && (e.version = t.version), await V.writeFile("config.json", JSON.stringify(e, void 0, 4), "utf8"), console.info("✅ Context configuration built.");
7594
+ s.length > 0 ? (console.info(`ℹ️ Implements ${s.length} operations:`), console.table(s)) : console.warn("⚠️ Implements no operations."), t.name != null && (e.id = t.name.replace("@datapos/", "").replace("@data-positioning/", "")), t.version != null && (e.version = t.version), e.operations = s, await V.writeFile("config.json", JSON.stringify(e, void 0, 4), "utf8"), console.info("✅ Context configuration built.");
7595
7595
  } catch (t) {
7596
7596
  console.error("❌ Error building context configuration.", t);
7597
7597
  }
@@ -7604,7 +7604,7 @@ async function ah() {
7604
7604
  V.readFile("config.json", "utf8").then((a) => JSON.parse(a)),
7605
7605
  V.readFile("src/index.ts", "utf8")
7606
7606
  ]), s = Si(i);
7607
- s.length > 0 ? (console.info(`ℹ️ Implements ${s.length} operations:`), console.table(s)) : console.warn("⚠️ Implements no operations."), t.name != null && (e.id = t.name), e.operations = s, t.version != null && (e.version = t.version), await V.writeFile("config.json", JSON.stringify(e, void 0, 4), "utf8"), console.info("✅ Presenter configuration built.");
7607
+ s.length > 0 ? (console.info(`ℹ️ Implements ${s.length} operations:`), console.table(s)) : console.warn("⚠️ Implements no operations."), t.name != null && (e.id = t.name.replace("@datapos/", "").replace("@data-positioning/", "")), t.version != null && (e.version = t.version), e.operations = s, await V.writeFile("config.json", JSON.stringify(e, void 0, 4), "utf8"), console.info("✅ Presenter configuration built.");
7608
7608
  } catch (t) {
7609
7609
  console.error("❌ Error building context configuration.", t);
7610
7610
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datapos/datapos-development",
3
- "version": "0.3.189",
3
+ "version": "0.3.191",
4
4
  "description": "A library of utilities for managing the Data Positioning repositories.",
5
5
  "license": "MIT",
6
6
  "author": "Jonathan Terrell <terrell.jm@gmail.com>",