@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)
|
|
5124
|
-
|
|
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