@tscircuit/footprinter 0.0.328 → 0.0.329

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
@@ -6032,9 +6032,9 @@ var sma_def = base_def.extend({
6032
6032
  num_pins: z54.literal(2).default(2),
6033
6033
  w: z54.string().default("7.10mm"),
6034
6034
  h: z54.string().default("3.40mm"),
6035
- pl: z54.string().default("2.45mm"),
6035
+ pl: z54.string().default("2.50mm"),
6036
6036
  pw: z54.string().default("1.80mm"),
6037
- p: z54.string().default("4.05mm")
6037
+ p: z54.string().default("4.00mm")
6038
6038
  });
6039
6039
  var sma = (raw_params) => {
6040
6040
  const parameters = sma_def.parse(raw_params);