@dra2020/baseclient 1.0.104 → 1.0.106

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.
@@ -9860,7 +9860,7 @@ function topoContiguity(topo) {
9860
9860
  let objects = Object.values(topo.objects);
9861
9861
  let geoid = getGEOID(objects);
9862
9862
  objects.forEach((o) => { o.properties.id = o.properties[geoid]; });
9863
- let neighbors = TopoClient.neighbors(objects, true);
9863
+ let neighbors = TopoClient.neighbors(topo, objects, true);
9864
9864
  let result = {};
9865
9865
  result['OUT_OF_STATE'] = [];
9866
9866
  objects.forEach((o, i) => {