@tscircuit/footprinter 0.0.155 → 0.0.156

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
@@ -5671,6 +5671,7 @@ var solderjumper = (params) => {
5671
5671
  pcb_trace_id: "",
5672
5672
  route: [
5673
5673
  {
5674
+ start_pcb_port_id: `{PIN${from}}`,
5674
5675
  x: x1,
5675
5676
  y: 0,
5676
5677
  width: traceWidth,
@@ -5678,6 +5679,7 @@ var solderjumper = (params) => {
5678
5679
  route_type: "wire"
5679
5680
  },
5680
5681
  {
5682
+ end_pcb_port_id: `{PIN${to}}`,
5681
5683
  x: x2,
5682
5684
  y: 0,
5683
5685
  width: traceWidth,