@tscircuit/capacity-autorouter 0.0.694 → 0.0.696

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.
package/dist/index.d.ts CHANGED
@@ -237,6 +237,7 @@ interface CapacityMeshNode {
237
237
  _isNarrowQfpPadGap?: boolean;
238
238
  _soicRegionType?: "center" | "pad" | "pad-gap";
239
239
  _isComponentTopologyNode?: boolean;
240
+ _connectedTo?: string[];
240
241
  _parent?: CapacityMeshNode;
241
242
  }
242
243
  interface CapacityMeshEdge {