@tscircuit/footprinter 0.0.46 → 0.0.48

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.cjs CHANGED
@@ -4222,7 +4222,8 @@ var ssop = (raw_params) => {
4222
4222
  // src/fn/tssop.ts
4223
4223
  var tssop_def = extendSoicDef({
4224
4224
  w: "6.1mm",
4225
- p: "0.65mm"
4225
+ p: "0.65mm",
4226
+ legsoutside: true
4226
4227
  });
4227
4228
  var tssop = (raw_params) => {
4228
4229
  return soicWithoutParsing(tssop_def.parse(raw_params));