@tscircuit/cli 0.1.556 → 0.1.557
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -53,7 +53,7 @@ Commands:
|
|
|
53
53
|
build [options] [file] Run tscircuit eval and output circuit json
|
|
54
54
|
transpile [file] Transpile TypeScript/TSX to JavaScript (ESM,
|
|
55
55
|
CommonJS, and type declarations)
|
|
56
|
-
add <
|
|
56
|
+
add <packageSpec> Add a tscircuit component package to your project
|
|
57
57
|
remove <component> Remove a tscircuit component package from your
|
|
58
58
|
project
|
|
59
59
|
snapshot [options] [path] Generate schematic and PCB snapshots (add --3d for
|
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.
|
|
72390
|
+
var version = "0.1.556";
|
|
72391
72391
|
var package_default = {
|
|
72392
72392
|
name: "@tscircuit/cli",
|
|
72393
72393
|
version,
|