@tscircuit/footprinter 0.0.180 → 0.0.181

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
@@ -3018,7 +3018,8 @@ var pad = (params) => {
3018
3018
  circuitJson: [
3019
3019
  rectpad(1, 0, 0, width, height),
3020
3020
  silkscreenRef(0, height / 2 + 0.5, 0.2)
3021
- ]
3021
+ ],
3022
+ parameters: params
3022
3023
  };
3023
3024
  };
3024
3025