@datapos/datapos-development 0.3.73 → 0.3.74
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.
|
@@ -2212,11 +2212,8 @@ async function gi(n, t) {
|
|
|
2212
2212
|
const o = `v${JSON.parse(await p.readFile("package.json", "utf8")).version}`;
|
|
2213
2213
|
async function r(i) {
|
|
2214
2214
|
const s = await p.readdir(i, { withFileTypes: !0 });
|
|
2215
|
-
for (const c of s)
|
|
2216
|
-
console.log(1111, c), console.log(2222, nt);
|
|
2217
|
-
const u = (void 0)(i, c.name);
|
|
2218
|
-
c.isDirectory() && await r(u);
|
|
2219
|
-
}
|
|
2215
|
+
for (const c of s)
|
|
2216
|
+
console.log(1111, i, c), console.log(2222, nt), c.isDirectory();
|
|
2220
2217
|
}
|
|
2221
2218
|
await r("dist"), console.info("✅ Module uploaded to R2.");
|
|
2222
2219
|
} catch (e) {
|
package/package.json
CHANGED