@tscircuit/capacity-autorouter 0.0.253 → 0.0.255

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
@@ -2036,6 +2036,7 @@ declare class MultiSectionPortPointOptimizer extends BaseSolver {
2036
2036
  rootConnectionName?: string;
2037
2037
  }>, newNodeAssignedPortPoints: Map<CapacityMeshNodeId, PortPoint[]>): void;
2038
2038
  _step(): void;
2039
+ computeProgress(): number;
2039
2040
  visualize(): GraphicsObject;
2040
2041
  }
2041
2042