@tscircuit/footprinter 0.0.198 → 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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/footprinter",
3
3
  "type": "module",
4
- "version": "0.0.198",
4
+ "version": "0.0.199",
5
5
  "description": "",
6
6
  "main": "dist/index.js",
7
7
  "files": [