@tscircuit/capacity-autorouter 0.0.692 → 0.0.694
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 +2 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -304,6 +304,8 @@ type HighDensityIntraNodeRoute$1 = {
|
|
|
304
304
|
y: number;
|
|
305
305
|
z: number;
|
|
306
306
|
traceThickness?: number;
|
|
307
|
+
/** Keeps routed terminals fixed during post-route DRC optimization. */
|
|
308
|
+
pcb_port_id?: string;
|
|
307
309
|
insideJumperPad?: boolean;
|
|
308
310
|
toNextSegmentType?: "through_obstacle";
|
|
309
311
|
}>;
|