@tscircuit/footprinter 0.0.329 → 0.0.330
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 +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6271,8 +6271,8 @@ var smc_def = base_def.extend({
|
|
|
6271
6271
|
num_pins: z57.literal(2).default(2),
|
|
6272
6272
|
w: z57.string().default("10.70mm"),
|
|
6273
6273
|
h: z57.string().default("6.60mm"),
|
|
6274
|
-
pl: z57.string().default("
|
|
6275
|
-
pw: z57.string().default("
|
|
6274
|
+
pl: z57.string().default("2.50mm"),
|
|
6275
|
+
pw: z57.string().default("3.30mm"),
|
|
6276
6276
|
p: z57.string().default("6.80mm")
|
|
6277
6277
|
});
|
|
6278
6278
|
var smc = (raw_params) => {
|