@tscircuit/capacity-autorouter 0.0.408 → 0.0.409

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/README.md CHANGED
@@ -70,6 +70,7 @@ interface Obstacle {
70
70
  width: number
71
71
  height: number
72
72
  connectedTo: string[] // TraceIds
73
+ isCopperPour?: boolean
73
74
  offBoardConnectsTo?: string[] // TraceIds connected off-board
74
75
  }
75
76
 
package/dist/index.d.ts CHANGED
@@ -118,6 +118,7 @@ interface Obstacle {
118
118
  width: number;
119
119
  height: number;
120
120
  connectedTo: Array<TraceId | NetId>;
121
+ isCopperPour?: boolean;
121
122
  netIsAssignable?: boolean;
122
123
  offBoardConnectsTo?: Array<OffBoardConnectionId>;
123
124
  }
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.408",
4
+ "version": "0.0.409",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"