Skip to content

Commit e10d47f

Browse files
committed
Add route regionId and missing connectivity dependency
1 parent db73a5f commit e10d47f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"@tscircuit/checks": "^0.0.123",
2020
"@tscircuit/circuit-json-util": "^0.0.94",
2121
"@tscircuit/math-utils": "^0.0.36",
22+
"circuit-json-to-connectivity-map": "^0.0.23",
2223
"circuit-json": "^0.0.422",
2324
"graphics-debug": "^0.0.93",
2425
"react": "^19.2.5",

types/high-density-types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ export type HighDensityIntraNodeRoute = {
4444
}>
4545
vias: Array<{ x: number; y: number }>
4646
jumpers?: Jumper[]
47+
regionId?: string
4748
}
4849

4950
export type HighDensityRoute = HighDensityIntraNodeRoute

0 commit comments

Comments
 (0)