@tscircuit/curvy-trace-solver 0.0.4 → 0.0.5

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -871,7 +871,8 @@ var visualizeCurvyTraceProblem = (problem, outputTraces = []) => {
871
871
  width: obstacle.maxX - obstacle.minX,
872
872
  height: obstacle.maxY - obstacle.minY,
873
873
  fill: "rgba(128, 128, 128, 0.3)",
874
- stroke: "rgba(128, 128, 128, 0.8)"
874
+ stroke: "rgba(128, 128, 128, 0.8)",
875
+ label: `netId: ${obstacle.networkId}`
875
876
  });
876
877
  }
877
878
  for (const trace of outputTraces) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/curvy-trace-solver",
3
3
  "main": "dist/index.js",
4
- "version": "0.0.4",
4
+ "version": "0.0.5",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "start": "cosmos",