@datapos/datapos-development 0.3.224 → 0.3.225

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.
@@ -7730,7 +7730,7 @@ function qh() {
7730
7730
  async function Lh(e) {
7731
7731
  We("2️⃣ Build project configuration");
7732
7732
  const t = await St("config.json");
7733
- e.name != null && (t.id = e.name.replace("@datapos/", "").replace("@data-positioning/", "")), e.version != null && (t.version = e.version), await di("config.json", t), console.info(" Configuration built.");
7733
+ e.name != null && (t.id = e.name.replace("@datapos/", "").replace("@data-positioning/", "")), e.version != null && (t.version = e.version), await di("config.json", t), console.info("✔️ Configuration built.");
7734
7734
  }
7735
7735
  async function _r(e, t = "./") {
7736
7736
  if (We("1️⃣ Bump project version"), e.version == null)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datapos/datapos-development",
3
- "version": "0.3.224",
3
+ "version": "0.3.225",
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>",