@tscircuit/footprinter 0.0.247 → 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 +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3152,8 +3152,8 @@ var generate_u_curve = (centerX, centerY, radius, direction) => {
|
|
|
3152
3152
|
var hc49_def = z20.object({
|
|
3153
3153
|
fn: z20.string(),
|
|
3154
3154
|
p: length13.optional().default("4.88mm"),
|
|
3155
|
-
id: length13.optional().default("0.
|
|
3156
|
-
od: length13.optional().default("1.
|
|
3155
|
+
id: length13.optional().default("0.8mm"),
|
|
3156
|
+
od: length13.optional().default("1.5mm"),
|
|
3157
3157
|
w: length13.optional().default("5.6mm"),
|
|
3158
3158
|
h: length13.optional().default("3.5mm")
|
|
3159
3159
|
});
|
|
@@ -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.
|
|
6795
|
-
pw: z58.string().default("0.
|
|
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
|
});
|