@datapos/datapos-development 0.3.72 → 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.
@@ -2213,7 +2213,7 @@ async function gi(n, t) {
2213
2213
  async function r(i) {
2214
2214
  const s = await p.readdir(i, { withFileTypes: !0 });
2215
2215
  for (const c of s)
2216
- console.log(1111, c), console.log(2222, nt);
2216
+ console.log(1111, i, c), console.log(2222, nt), c.isDirectory();
2217
2217
  }
2218
2218
  await r("dist"), console.info("✅ Module uploaded to R2.");
2219
2219
  } 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.74",
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>",