@tscircuit/cli 0.1.1084 → 0.1.1085

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 +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -57,6 +57,7 @@ Commands:
57
57
  upgrade Upgrade CLI to the latest version
58
58
  doctor Run diagnostic checks for your tscircuit setup
59
59
  check Partially build and validate circuit artifacts
60
+ registry Manage tscircuit registry resources
60
61
  search [options] <query...> Search for footprints, CAD models or packages in
61
62
  the tscircuit ecosystem
62
63
  import [options] <query...> Search JLCPCB or the tscircuit registry and
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.1.1084",
3
+ "version": "0.1.1085",
4
4
  "main": "dist/cli/main.js",
5
5
  "exports": {
6
6
  ".": "./dist/cli/main.js",