@datapos/datapos-development 0.3.170 → 0.3.171

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.
@@ -5120,8 +5120,9 @@ async function Vs() {
5120
5120
  if (_ === "loc" || _ === "range" || _ === "start" || _ === "end" || _ === "comments") continue;
5121
5121
  const B = F;
5122
5122
  if (Array.isArray(B))
5123
- for (const z of B) t(z);
5124
- else typeof B == "object" && typeof B.type == "string" && t(B);
5123
+ for (const z of B)
5124
+ t(z);
5125
+ else B && typeof B == "object" && typeof B.type == "string" && t(B);
5125
5126
  }
5126
5127
  };
5127
5128
  console.info("🚀 Building connector configuration...");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datapos/datapos-development",
3
- "version": "0.3.170",
3
+ "version": "0.3.171",
4
4
  "description": "A library of utilities for managing the Data Positioning repositories.",
5
5
  "license": "MIT",
6
6
  "author": "Jonathan Terrell <terrell.jm@gmail.com>",