@tscircuit/schematic-trace-solver 0.0.83 → 0.0.84

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 CHANGED
@@ -8219,7 +8219,8 @@ var NetLabelTraceCollisionSolver = class extends BaseSolver {
8219
8219
  label: mergedLabel,
8220
8220
  problem: this.inputProblem,
8221
8221
  paddingBuffer: PADDING_BUFFER,
8222
- detourCount
8222
+ detourCount,
8223
+ tracesToAvoidOverlapping: this.outputTraces
8223
8224
  });
8224
8225
  }
8225
8226
  /**
@@ -281,6 +281,7 @@ export class NetLabelTraceCollisionSolver extends BaseSolver {
281
281
  problem: this.inputProblem,
282
282
  paddingBuffer: PADDING_BUFFER,
283
283
  detourCount,
284
+ tracesToAvoidOverlapping: this.outputTraces,
284
285
  })
285
286
  }
286
287
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/schematic-trace-solver",
3
3
  "main": "dist/index.js",
4
- "version": "0.0.83",
4
+ "version": "0.0.84",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "start": "cosmos",