@tscircuit/footprinter 0.0.189 → 0.0.191

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.d.ts CHANGED
@@ -1167,6 +1167,7 @@ type Footprinter = {
1167
1167
  sot563: () => FootprinterParamsBuilder<"w" | "p" | "pl" | "pw">;
1168
1168
  sot723: () => FootprinterParamsBuilder<"w" | "h" | "pl" | "pw">;
1169
1169
  sot23: () => FootprinterParamsBuilder<"w" | "h" | "pl" | "pw">;
1170
+ sot25: () => FootprinterParamsBuilder<"w" | "h" | "pl" | "pw">;
1170
1171
  sot: () => FootprinterParamsBuilder<"w" | "h" | "p" | "pl" | "pw">;
1171
1172
  sot323: () => FootprinterParamsBuilder<"w" | "h" | "p" | "pl" | "pw">;
1172
1173
  sot89: () => FootprinterParamsBuilder<"w" | "p" | "pl" | "pw" | "h">;