@tscircuit/core 0.0.1162 → 0.0.1163
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.js +2 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2953,8 +2953,7 @@ var getObstaclesFromCircuitJson = (soup, connMap) => {
|
|
|
2953
2953
|
x: element.x,
|
|
2954
2954
|
y: element.y
|
|
2955
2955
|
},
|
|
2956
|
-
connectedTo: [],
|
|
2957
|
-
// TODO we can associate source_ports with this via
|
|
2956
|
+
connectedTo: withNetId([element.pcb_via_id]),
|
|
2958
2957
|
width: element.outer_diameter,
|
|
2959
2958
|
height: element.outer_diameter,
|
|
2960
2959
|
netIsAssignable: netIsAssignable || void 0
|
|
@@ -19553,7 +19552,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
19553
19552
|
var package_default = {
|
|
19554
19553
|
name: "@tscircuit/core",
|
|
19555
19554
|
type: "module",
|
|
19556
|
-
version: "0.0.
|
|
19555
|
+
version: "0.0.1162",
|
|
19557
19556
|
types: "dist/index.d.ts",
|
|
19558
19557
|
main: "dist/index.js",
|
|
19559
19558
|
module: "dist/index.js",
|