@tscircuit/cli 0.1.591 → 0.1.593

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
@@ -59,8 +59,9 @@ Commands:
59
59
  snapshot [options] [path] Generate schematic and PCB snapshots (add --3d for
60
60
  3d preview)
61
61
  setup Setup utilities like GitHub Actions
62
- install Install project dependencies and generate
63
- package.json if needed
62
+ install [packageSpec] Install project dependencies, or install a
63
+ specific package (e.g., tsci install
64
+ https://github.com/espressif/kicad-libraries)
64
65
  upgrade Upgrade CLI to the latest version
65
66
  search [options] <query> Search for footprints, CAD models or packages in
66
67
  the tscircuit ecosystem
package/dist/main.js CHANGED
@@ -72453,7 +72453,7 @@ var getGlobalDepsInstallCommand = (packageManager, deps) => {
72453
72453
  import { execSync as execSync2 } from "node:child_process";
72454
72454
  var import_semver2 = __toESM2(require_semver2(), 1);
72455
72455
  // package.json
72456
- var version = "0.1.590";
72456
+ var version = "0.1.591";
72457
72457
  var package_default = {
72458
72458
  name: "@tscircuit/cli",
72459
72459
  version,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.1.591",
3
+ "version": "0.1.593",
4
4
  "main": "dist/main.js",
5
5
  "devDependencies": {
6
6
  "@babel/standalone": "^7.26.9",