@tscircuit/footprinter 0.0.248 → 0.0.249

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
@@ -6791,8 +6791,8 @@ var sot323_def = z58.object({
6791
6791
  num_pins: z58.number().default(3),
6792
6792
  w: z58.string().default("2.45mm"),
6793
6793
  h: z58.string().default("2.40mm"),
6794
- pl: z58.string().default("0.45mm"),
6795
- pw: z58.string().default("0.70mm"),
6794
+ pl: z58.string().default("0.70mm"),
6795
+ pw: z58.string().default("0.45mm"),
6796
6796
  p: z58.string().default("1mm"),
6797
6797
  string: z58.string().optional()
6798
6798
  });