@tscircuit/core 0.0.141 → 0.0.142
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 +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -3271,7 +3271,7 @@ searched component ${targetComponent.getString()}, which has ports: ${targetComp
|
|
|
3271
3271
|
const minTraceWidth = this.getSubcircuit()._parsedProps.minTraceWidth ?? 0.16;
|
|
3272
3272
|
const ijump = new MultilayerIjump({
|
|
3273
3273
|
OBSTACLE_MARGIN: minTraceWidth * 2,
|
|
3274
|
-
|
|
3274
|
+
isRemovePathLoopsEnabled: true,
|
|
3275
3275
|
optimizeWithGoalBoxes: Boolean(pcbPortA && pcbPortB),
|
|
3276
3276
|
connMap,
|
|
3277
3277
|
input: {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tscircuit/core",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.142",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@lume/kiwi": "^0.4.3",
|
|
40
40
|
"@tscircuit/footprinter": "^0.0.77",
|
|
41
|
-
"@tscircuit/infgrid-ijump-astar": "^0.0.
|
|
41
|
+
"@tscircuit/infgrid-ijump-astar": "^0.0.24",
|
|
42
42
|
"@tscircuit/math-utils": "^0.0.4",
|
|
43
43
|
"@tscircuit/props": "^0.0.77",
|
|
44
44
|
"@tscircuit/schematic-autolayout": "^0.0.5",
|