@tscircuit/cli 0.1.554 → 0.1.555

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
@@ -43,20 +43,24 @@ Commands:
43
43
  specified directory (or current directory if none
44
44
  is provided)
45
45
  dev [options] [file] Start development server for a package
46
- clone [options] <package> Clone a package from the registry
47
- push [options] [file] Save snippet code to Registry API
46
+ clone [options] [package] Clone a package from the registry
47
+ push [options] [file] Save package code to Registry API
48
48
  auth Login/logout
49
49
  login Login to tscircuit registry
50
50
  logout Logout from tscircuit registry
51
51
  config Manage tscircuit CLI configuration
52
52
  export [options] <file> Export tscircuit code to various formats
53
53
  build [options] [file] Run tscircuit eval and output circuit json
54
+ transpile [file] Transpile TypeScript/TSX to JavaScript (ESM,
55
+ CommonJS, and type declarations)
54
56
  add <component> Add a tscircuit component package to your project
55
57
  remove <component> Remove a tscircuit component package from your
56
58
  project
57
59
  snapshot [options] [path] Generate schematic and PCB snapshots (add --3d for
58
60
  3d preview)
59
61
  setup Setup utilities like GitHub Actions
62
+ install Install project dependencies and generate
63
+ package.json if needed
60
64
  upgrade Upgrade CLI to the latest version
61
65
  search [options] <query> Search for footprints, CAD models or packages in
62
66
  the tscircuit ecosystem
package/dist/main.js CHANGED
@@ -72387,7 +72387,7 @@ var getGlobalDepsInstallCommand = (packageManager, deps) => {
72387
72387
  import { execSync as execSync2 } from "node:child_process";
72388
72388
  var import_semver2 = __toESM2(require_semver2(), 1);
72389
72389
  // package.json
72390
- var version = "0.1.553";
72390
+ var version = "0.1.554";
72391
72391
  var package_default = {
72392
72392
  name: "@tscircuit/cli",
72393
72393
  version,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.1.554",
3
+ "version": "0.1.555",
4
4
  "main": "dist/main.js",
5
5
  "devDependencies": {
6
6
  "@babel/standalone": "^7.26.9",