@datapos/datapos-development 0.3.377 → 0.3.378
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.
|
@@ -7833,9 +7833,9 @@ async function vl() {
|
|
|
7833
7833
|
else if (i.uploadGroupName === void 0)
|
|
7834
7834
|
re("7️⃣ Registration NOT required.");
|
|
7835
7835
|
else {
|
|
7836
|
-
re("7️⃣ Register module")
|
|
7836
|
+
re("7️⃣ Register module");
|
|
7837
7837
|
const r = t.id.split("-").slice(2).join("-");
|
|
7838
|
-
await Sr(e, `datapos-engine-eu/${i.uploadGroupName}/${r}`);
|
|
7838
|
+
await Sr(e, `datapos-engine-eu/${i.uploadGroupName}/${r}`), await kr(t);
|
|
7839
7839
|
}
|
|
7840
7840
|
if (i.publish) {
|
|
7841
7841
|
const r = ".npmrc";
|