@tscircuit/cli 0.1.1644 → 0.1.1646
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 +0 -2
- package/dist/cli/main.js +1 -1
- package/dist/lib/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,8 +11,6 @@ https://github.com/user-attachments/assets/0228e09d-48fc-4bf5-814b-762b60fc35c7
|
|
|
11
11
|
tsci dev
|
|
12
12
|
```
|
|
13
13
|
|
|
14
|
-
> Note: The packages CLI uses the same configuration files as the [@tscircuit/cli](https://github.com/tscircuit/cli), so you may need to also install `npm install -g @tscircuit/cli` and run `tsci login` to authenticate!
|
|
15
|
-
|
|
16
14
|
## Installation
|
|
17
15
|
|
|
18
16
|
```bash
|
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.1644";
|
|
118349
118349
|
var package_default = {
|
|
118350
118350
|
name: "@tscircuit/cli",
|
|
118351
118351
|
version,
|
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.1644";
|
|
65815
65815
|
var package_default = {
|
|
65816
65816
|
name: "@tscircuit/cli",
|
|
65817
65817
|
version,
|