@tscircuit/capacity-autorouter 0.0.616 → 0.0.617

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
@@ -1309,6 +1309,7 @@ declare class CachedIntraNodeRouteSolver extends IntraNodeRouteSolver implements
1309
1309
  cacheToSolveSpaceTransform?: CacheToIntraNodeSolverTransform | undefined;
1310
1310
  initialUnsolvedConnections: {
1311
1311
  connectionName: string;
1312
+ rootConnectionName?: string;
1312
1313
  points: {
1313
1314
  x: number;
1314
1315
  y: number;