@tscircuit/cli 0.0.87 → 0.0.89
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 +3 -0
- package/bun.lockb +0 -0
- package/dev-server-frontend/bun.lockb +0 -0
- package/dev-server-frontend/package.json +3 -3
- package/dist/cli.js +13 -11
- package/lib/cmd-fns/init/index.ts +4 -2
- package/package.json +4 -4
- package/tests/assets/example-project/package-lock.json +97 -23
- package/tests/assets/example-project/package.json +3 -2
- package/tests/assets/example-project/src/MyCircuit.tsx +5 -5
package/README.md
CHANGED
|
@@ -48,6 +48,9 @@ To run tests, run `bun test`
|
|
|
48
48
|
If you want to test developing, run `bun dev` and visit http://localhost:5173. The project being
|
|
49
49
|
loaded is inside `tests/assets/example-project`
|
|
50
50
|
|
|
51
|
+

|
|
52
|
+
|
|
53
|
+
|
|
51
54
|
## Features Coming Soon
|
|
52
55
|
|
|
53
56
|
- [`tsci format`](https://github.com/tscircuit/cli/issues/1)
|
package/bun.lockb
CHANGED
|
Binary file
|
|
Binary file
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
"@radix-ui/react-toggle": "^1.0.3",
|
|
31
31
|
"@radix-ui/react-toggle-group": "^1.0.4",
|
|
32
32
|
"@radix-ui/react-tooltip": "^1.0.7",
|
|
33
|
-
"@tscircuit/builder": "^1.5.
|
|
34
|
-
"@tscircuit/pcb-viewer": "1.3.
|
|
35
|
-
"@tscircuit/schematic-viewer": "^1.2.
|
|
33
|
+
"@tscircuit/builder": "^1.5.92",
|
|
34
|
+
"@tscircuit/pcb-viewer": "^1.3.9",
|
|
35
|
+
"@tscircuit/schematic-viewer": "^1.2.9",
|
|
36
36
|
"@tscircuit/table-viewer": "0.0.8",
|
|
37
37
|
"axios": "^1.6.7",
|
|
38
38
|
"class-variance-authority": "^0.7.0",
|