@tscircuit/cli 0.1.205 → 0.1.206

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
@@ -61,6 +61,8 @@ Commands:
61
61
  search <query> Search for packages in the tscircuit registry
62
62
  import <query> Search JLCPCB or the tscircuit registry and import
63
63
  a component
64
+ convert [options] <file> Convert a .kicad_mod footprint to a tscircuit
65
+ component
64
66
  version Print CLI version
65
67
  help [command] display help for command
66
68
  ```
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.204";
62960
+ var version = "0.1.205";
62961
62961
  var package_default = {
62962
62962
  name: "@tscircuit/cli",
62963
62963
  version,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.1.205",
3
+ "version": "0.1.206",
4
4
  "main": "dist/main.js",
5
5
  "devDependencies": {
6
6
  "@babel/standalone": "^7.26.9",