@tscircuit/capacity-autorouter 0.0.24 → 0.0.26

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.js CHANGED
@@ -2503,6 +2503,7 @@ var IntraNodeRouteSolver = class extends BaseSolver {
2503
2503
  { x, y, z: z ?? 0 }
2504
2504
  ]);
2505
2505
  }
2506
+ console.log({ unsolvedConnectionsMap });
2506
2507
  this.unsolvedConnections = Array.from(
2507
2508
  unsolvedConnectionsMap.entries().map(([connectionName, points]) => ({
2508
2509
  connectionName,