@tscircuit/footprinter 0.0.327 → 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
@@ -5032,7 +5032,7 @@ import { length as length33 } from "circuit-json";
5032
5032
  var sod_def7 = base_def.extend({
5033
5033
  fn: z42.string(),
5034
5034
  num_pins: z42.literal(2).default(2),
5035
- w: z42.string().default("3,05mm"),
5035
+ w: z42.string().default("3.05mm"),
5036
5036
  h: z42.string().default("1.65mm"),
5037
5037
  pl: z42.string().default("0.6mm"),
5038
5038
  pw: z42.string().default("0.6mm"),
@@ -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);