@tscircuit/footprinter 0.0.167 → 0.0.168
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 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1217,8 +1217,10 @@ var ssop = (raw_params) => {
|
|
|
1217
1217
|
|
|
1218
1218
|
// src/fn/tssop.ts
|
|
1219
1219
|
var tssop_def = extendSoicDef({
|
|
1220
|
-
w: "
|
|
1220
|
+
w: "7.1mm",
|
|
1221
1221
|
p: "0.65mm",
|
|
1222
|
+
pl: "1.35mm",
|
|
1223
|
+
pw: "0.40mm",
|
|
1222
1224
|
legsoutside: true
|
|
1223
1225
|
});
|
|
1224
1226
|
var tssop = (raw_params) => {
|