@tscircuit/checks 0.0.77 → 0.0.78

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,6 +3,8 @@
3
3
  Validity check functions. These functions generally take [a tscircuit json array](https://github.com/tscircuit/soup)
4
4
  and output an array of arrays for any issues found.
5
5
 
6
+ [Getting Started Contributor Video](https://share.cleanshot.com/pk216661)
7
+
6
8
  ## `checkEachPcbPortConnected(soup: AnySoupElement[]) => PCBTraceError[]`
7
9
 
8
10
  Returns `pcb_trace_error` if any `source_port` is not connected to a net or it's other
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@tscircuit/checks",
3
3
  "type": "module",
4
4
  "main": "./dist/index.js",
5
- "version": "0.0.77",
5
+ "version": "0.0.78",
6
6
  "files": [
7
7
  "dist"
8
8
  ],