@tscircuit/capacity-autorouter 0.0.214 → 0.0.216
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 +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2883,7 +2883,7 @@ interface TraceKeepoutSolverInput {
|
|
|
2883
2883
|
connMap: ConnectivityMap;
|
|
2884
2884
|
colorMap: Record<string, string>;
|
|
2885
2885
|
keepoutRadiusSchedule?: number[];
|
|
2886
|
-
srj?: Pick<SimpleRouteJson, "outline" | "bounds">;
|
|
2886
|
+
srj?: Pick<SimpleRouteJson, "outline" | "bounds" | "layerCount">;
|
|
2887
2887
|
}
|
|
2888
2888
|
/**
|
|
2889
2889
|
* TraceKeepoutSolver adjusts traces to maintain keepout distance from obstacles
|