@tscircuit/cli 0.1.591 → 0.1.592
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 +3 -2
- package/dist/main.js +1 -1
- package/package.json +1 -1
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
|
|
63
|
-
package.
|
|
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.
|
|
72456
|
+
var version = "0.1.591";
|
|
72457
72457
|
var package_default = {
|
|
72458
72458
|
name: "@tscircuit/cli",
|
|
72459
72459
|
version,
|