@tscircuit/footprinter 0.0.278 → 0.0.279
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
|
@@ -7513,9 +7513,9 @@ var sot343_def = base_def.extend({
|
|
|
7513
7513
|
num_pins: z66.number().default(4),
|
|
7514
7514
|
w: z66.string().default("3.2mm"),
|
|
7515
7515
|
h: z66.string().default("2.6mm"),
|
|
7516
|
-
pl: z66.string().default("
|
|
7517
|
-
pw: z66.string().default("0.
|
|
7518
|
-
p: z66.string().default("0.
|
|
7516
|
+
pl: z66.string().default("1.35mm"),
|
|
7517
|
+
pw: z66.string().default("0.50mm"),
|
|
7518
|
+
p: z66.string().default("0.6mm"),
|
|
7519
7519
|
string: z66.string().optional()
|
|
7520
7520
|
});
|
|
7521
7521
|
var sot343 = (raw_params) => {
|