@tscircuit/footprinter 0.0.197 → 0.0.199

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/README.md CHANGED
@@ -77,10 +77,10 @@ fp.string("dip4_w0.3in") // same as fp.dip(4).w("0.3in")
77
77
 
78
78
  ## Getting JSON output from the builder
79
79
 
80
- Use the `.soup()` function to output [tscircuit soup JSON](https://github.com/tscircuit/soup)
80
+ Use the `.circuitJson()` function to output [tscircuit circuit JSON](https://github.com/tscircuit/circuit-json)
81
81
 
82
82
  ```ts
83
- fp.string("res0402").soup()
83
+ fp.string("res0402").circuitJson()
84
84
  /*
85
85
  [
86
86
  {
package/dist/index.js CHANGED
@@ -277,9 +277,9 @@ var footprintSizes = [
277
277
  {
278
278
  imperial: "01005",
279
279
  metric: "0402",
280
- p_mm_min: 0.038,
281
- pw_mm_min: 0.2,
282
- ph_mm_min: 0.2,
280
+ p_mm_min: 0.5,
281
+ pw_mm_min: 0.4,
282
+ ph_mm_min: 0.3,
283
283
  w_mm_min: 0.58,
284
284
  h_mm_min: 0.21
285
285
  },