@tscircuit/capacity-autorouter 0.0.14 → 0.0.16
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 +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3618,7 +3618,7 @@ var CapacitySegmentPointOptimizer = class extends BaseSolver {
|
|
|
3618
3618
|
op: "changeLayer",
|
|
3619
3619
|
segmentId: randomSegmentId,
|
|
3620
3620
|
pointIndex: randomPointIndex,
|
|
3621
|
-
newLayer: point.point.
|
|
3621
|
+
newLayer: point.point.z === 0 ? 1 : 0
|
|
3622
3622
|
};
|
|
3623
3623
|
}
|
|
3624
3624
|
getNodesNearNode(nodeId, hops = 1) {
|