@tscircuit/capacity-autorouter 0.0.787 → 0.0.789

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
@@ -5117,6 +5117,7 @@ declare class EscapeViaLocationSolver extends BaseSolver {
5117
5117
  obstacleMargin: number;
5118
5118
  escapeOffset: number;
5119
5119
  requiredTraceClearance: number;
5120
+ requiredViaToPadClearance: number;
5120
5121
  requiredViaToViaClearance: number;
5121
5122
  outputSrj: SimpleRouteJson;
5122
5123
  escapeViaMetadataByPointId: Map<string, EscapeViaMetadata>;