@tscircuit/cli 0.1.1647 → 0.1.1649
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 +2 -2
- package/dist/lib/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# tscircuit command line interface (CLI)
|
|
2
2
|
|
|
3
|
-
A CLI for developing, managing and publishing tscircuit code (the "npm for tscircuit")
|
|
3
|
+
A CLI for developing, managing and publishing tscircuit code (the "npm for tscircuit") `npm install -g tscircuit`
|
|
4
4
|
|
|
5
5
|
https://github.com/user-attachments/assets/0228e09d-48fc-4bf5-814b-762b60fc35c7
|
|
6
6
|
|
package/dist/cli/main.js
CHANGED
|
@@ -118345,7 +118345,7 @@ var import_perfect_cli = __toESM2(require_dist2(), 1);
|
|
|
118345
118345
|
// lib/getVersion.ts
|
|
118346
118346
|
import { createRequire as createRequire2 } from "node:module";
|
|
118347
118347
|
// package.json
|
|
118348
|
-
var version = "0.1.
|
|
118348
|
+
var version = "0.1.1648";
|
|
118349
118349
|
var package_default = {
|
|
118350
118350
|
name: "@tscircuit/cli",
|
|
118351
118351
|
version,
|
|
@@ -284333,7 +284333,7 @@ var checkShorts = async (file, options = {}) => {
|
|
|
284333
284333
|
filePath: resolvedInputFilePath,
|
|
284334
284334
|
platformConfig: {
|
|
284335
284335
|
pcbDisabled: false,
|
|
284336
|
-
routingDisabled:
|
|
284336
|
+
routingDisabled: false
|
|
284337
284337
|
},
|
|
284338
284338
|
allowPrebuiltCircuitJson: true
|
|
284339
284339
|
});
|
package/dist/lib/index.js
CHANGED
|
@@ -65811,7 +65811,7 @@ var getNodeHandler = (winterSpec, { port, middleware = [] }) => {
|
|
|
65811
65811
|
}));
|
|
65812
65812
|
};
|
|
65813
65813
|
// package.json
|
|
65814
|
-
var version = "0.1.
|
|
65814
|
+
var version = "0.1.1648";
|
|
65815
65815
|
var package_default = {
|
|
65816
65816
|
name: "@tscircuit/cli",
|
|
65817
65817
|
version,
|