@tscircuit/footprinter 0.0.246 → 0.0.247

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 CHANGED
@@ -2924,6 +2924,9 @@ var lqfp = (parameters) => {
2924
2924
  if (!parameters.pl) {
2925
2925
  parameters.pl = 1.5;
2926
2926
  }
2927
+ if (!parameters.pw) {
2928
+ parameters.pw = 0.3;
2929
+ }
2927
2930
  return quad(parameters);
2928
2931
  };
2929
2932