@tscircuit/footprinter 0.0.305 → 0.0.306
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
|
@@ -8236,9 +8236,9 @@ var sot343_def = base_def.extend({
|
|
|
8236
8236
|
num_pins: z76.number().default(4),
|
|
8237
8237
|
w: z76.string().default("3.2mm"),
|
|
8238
8238
|
h: z76.string().default("2.6mm"),
|
|
8239
|
-
pl: z76.string().default("1.
|
|
8240
|
-
pw: z76.string().default("0.
|
|
8241
|
-
p: z76.string().default("0.
|
|
8239
|
+
pl: z76.string().default("1.05mm"),
|
|
8240
|
+
pw: z76.string().default("0.45mm"),
|
|
8241
|
+
p: z76.string().default("0.55mm"),
|
|
8242
8242
|
string: z76.string().optional()
|
|
8243
8243
|
});
|
|
8244
8244
|
var sot343 = (raw_params) => {
|