@tscircuit/footprinter 0.0.257 → 0.0.258
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
|
@@ -1353,10 +1353,10 @@ var sot363 = (raw_params) => {
|
|
|
1353
1353
|
const parameters = sot363_def.parse({
|
|
1354
1354
|
fn: "sot363",
|
|
1355
1355
|
num_pins: 6,
|
|
1356
|
-
w:
|
|
1356
|
+
w: 2.56,
|
|
1357
1357
|
p: 0.65,
|
|
1358
|
-
pw: 0.
|
|
1359
|
-
pl: 0.
|
|
1358
|
+
pw: 0.4,
|
|
1359
|
+
pl: 0.65,
|
|
1360
1360
|
legoutside: true
|
|
1361
1361
|
});
|
|
1362
1362
|
return {
|