@tscircuit/capacity-autorouter 0.0.519 → 0.0.521

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -55,6 +55,7 @@ interface CachableSolver<CacheToSolveSpaceTransform = any, CachedSolution = any>
55
55
 
56
56
  type TraceId = string;
57
57
  type NetId = string;
58
+ type BusId = string;
58
59
  type PointId = string;
59
60
  type OffBoardConnectionId = string;
60
61
  type ObstacleId = string;
@@ -76,6 +77,7 @@ type MultiLayerConnectionPoint = {
76
77
  y: number;
77
78
  layers: string[];
78
79
  pointId?: PointId;
80
+ busId?: BusId;
79
81
  pcb_port_id?: string;
80
82
  };
81
83
  type ConnectionPoint$1 = SingleLayerConnectionPoint | MultiLayerConnectionPoint;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/capacity-autorouter",
3
3
  "main": "./dist/index.js",
4
- "version": "0.0.519",
4
+ "version": "0.0.521",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"