@tscircuit/footprinter 0.0.314 → 0.0.315
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 +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4891,9 +4891,9 @@ var sod_def8 = base_def.extend({
|
|
|
4891
4891
|
num_pins: z43.literal(2).default(2),
|
|
4892
4892
|
w: z43.string().default("4.4mm"),
|
|
4893
4893
|
h: z43.string().default("2.1mm"),
|
|
4894
|
-
pl: z43.string().default("1.
|
|
4895
|
-
pw: z43.string().default("1.
|
|
4896
|
-
p: z43.string().default("2.
|
|
4894
|
+
pl: z43.string().default("1.10mm"),
|
|
4895
|
+
pw: z43.string().default("1.10mm"),
|
|
4896
|
+
p: z43.string().default("2.8mm")
|
|
4897
4897
|
});
|
|
4898
4898
|
var sod123f = (raw_params) => {
|
|
4899
4899
|
const parameters = sod_def8.parse(raw_params);
|