@datapos/datapos-development 0.3.72 → 0.3.73

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,8 +2212,11 @@ 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)
2215
+ for (const c of s) {
2216
2216
  console.log(1111, c), console.log(2222, nt);
2217
+ const u = (void 0)(i, c.name);
2218
+ c.isDirectory() && await r(u);
2219
+ }
2217
2220
  }
2218
2221
  await r("dist"), console.info("✅ Module uploaded to R2.");
2219
2222
  } catch (e) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datapos/datapos-development",
3
- "version": "0.3.72",
3
+ "version": "0.3.73",
4
4
  "description": "A TypeScript library of utilities for managing the Data Positioning repositories.",
5
5
  "license": "MIT",
6
6
  "author": "Jonathan Terrell <terrell.jm@gmail.com>",