@tscircuit/capacity-autorouter 0.0.199 → 0.0.201

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
@@ -1284,6 +1284,8 @@ interface PortPointCandidate {
1284
1284
  /** Whether this candidate has ever crossed through an off-board node */
1285
1285
  hasTouchedOffBoardNode?: boolean;
1286
1286
  lastMoveWasOffBoard?: boolean;
1287
+ /** The node we went through when making an off-board move */
1288
+ throughNodeId?: CapacityMeshNodeId;
1287
1289
  }
1288
1290
  interface ConnectionPathResult {
1289
1291
  connection: SimpleRouteConnection;