@tscircuit/cli 0.1.208 → 0.1.209
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 +1 -1
- package/dist/main.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -58,7 +58,7 @@ Commands:
|
|
|
58
58
|
3d preview)
|
|
59
59
|
setup Setup utilities like GitHub Actions
|
|
60
60
|
upgrade Upgrade CLI to the latest version
|
|
61
|
-
search <query>
|
|
61
|
+
search [options] <query> Search for footprints, CAD models or packages in
|
|
62
62
|
the tscircuit ecosystem
|
|
63
63
|
import <query> Search JLCPCB or the tscircuit registry and import
|
|
64
64
|
a component
|
package/dist/main.js
CHANGED
|
@@ -62957,7 +62957,7 @@ var getGlobalDepsInstallCommand = (packageManager, deps) => {
|
|
|
62957
62957
|
import { execSync as execSync2 } from "node:child_process";
|
|
62958
62958
|
var import_semver2 = __toESM2(require_semver2(), 1);
|
|
62959
62959
|
// package.json
|
|
62960
|
-
var version = "0.1.
|
|
62960
|
+
var version = "0.1.208";
|
|
62961
62961
|
var package_default = {
|
|
62962
62962
|
name: "@tscircuit/cli",
|
|
62963
62963
|
version,
|
|
@@ -70901,7 +70901,7 @@ var registerSearch = (program3) => {
|
|
|
70901
70901
|
if (kicadResults.length) {
|
|
70902
70902
|
console.log(kleur_default.bold().underline(`Found ${kicadResults.length} footprint(s) from KiCad:`));
|
|
70903
70903
|
kicadResults.forEach((path23, idx) => {
|
|
70904
|
-
console.log(`${(idx + 1).toString().padStart(2, " ")}.
|
|
70904
|
+
console.log(`${(idx + 1).toString().padStart(2, " ")}. kicad:${path23.replace(".kicad_mod", "").replace(".pretty", "")}`);
|
|
70905
70905
|
});
|
|
70906
70906
|
}
|
|
70907
70907
|
if (!onlyKicad && results.packages.length) {
|