@tscircuit/capacity-autorouter 0.0.220 → 0.0.221

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
@@ -1348,6 +1348,7 @@ declare class PortPointPathingSolver extends BaseSolver {
1348
1348
  /** Map from portPointId to InputPortPoint */
1349
1349
  portPointMap: Map<string, InputPortPoint>;
1350
1350
  connectionsWithResults: ConnectionPathResult[];
1351
+ failedConnection: ConnectionPathResult | null;
1351
1352
  /** Tracks port points that have been assigned to connections */
1352
1353
  assignedPortPoints: Map<string, {
1353
1354
  connectionName: string;