@tscircuit/footprinter 0.0.276 → 0.0.278
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
|
@@ -7160,9 +7160,9 @@ var sot323_def = base_def.extend({
|
|
|
7160
7160
|
num_pins: z62.number().default(3),
|
|
7161
7161
|
w: z62.string().default("2.45mm"),
|
|
7162
7162
|
h: z62.string().default("2.40mm"),
|
|
7163
|
-
pl: z62.string().default("
|
|
7164
|
-
pw: z62.string().default("0.
|
|
7165
|
-
p: z62.string().default("
|
|
7163
|
+
pl: z62.string().default("1.225mm"),
|
|
7164
|
+
pw: z62.string().default("0.5mm"),
|
|
7165
|
+
p: z62.string().default("0.95mm"),
|
|
7166
7166
|
string: z62.string().optional()
|
|
7167
7167
|
});
|
|
7168
7168
|
var sot323 = (raw_params) => {
|