@tscircuit/cli 0.1.1840 → 0.1.1841
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/cli/main.js +1 -1
- package/dist/lib/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -57,7 +57,7 @@ Commands:
|
|
|
57
57
|
latest version
|
|
58
58
|
upgrade Upgrade CLI to the latest version
|
|
59
59
|
doctor Run diagnostic checks for your tscircuit setup
|
|
60
|
-
check
|
|
60
|
+
check [file] Partially build and validate circuit artifacts
|
|
61
61
|
registry Manage tscircuit registry resources
|
|
62
62
|
search [options] <query...> Search for footprints, CAD models or packages in
|
|
63
63
|
the tscircuit ecosystem
|
package/dist/cli/main.js
CHANGED
|
@@ -135252,7 +135252,7 @@ var import_perfect_cli = __toESM2(require_dist2(), 1);
|
|
|
135252
135252
|
// lib/getVersion.ts
|
|
135253
135253
|
import { createRequire as createRequire2 } from "node:module";
|
|
135254
135254
|
// package.json
|
|
135255
|
-
var version = "0.1.
|
|
135255
|
+
var version = "0.1.1840";
|
|
135256
135256
|
var package_default = {
|
|
135257
135257
|
name: "@tscircuit/cli",
|
|
135258
135258
|
version,
|
package/dist/lib/index.js
CHANGED
|
@@ -65757,7 +65757,7 @@ var getNodeHandler = (winterSpec, { port, middleware = [] }) => {
|
|
|
65757
65757
|
}));
|
|
65758
65758
|
};
|
|
65759
65759
|
// package.json
|
|
65760
|
-
var version = "0.1.
|
|
65760
|
+
var version = "0.1.1840";
|
|
65761
65761
|
var package_default = {
|
|
65762
65762
|
name: "@tscircuit/cli",
|
|
65763
65763
|
version,
|