@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("
|
|
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