@tscircuit/cli 0.0.30 → 0.0.31
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/dev-server-frontend/bun.lockb +0 -0
- package/dist/cli.js +1 -1
- package/package.json +1 -1
|
Binary file
|
package/dist/cli.js
CHANGED
|
@@ -1575,7 +1575,7 @@ var openCmd = async (ctx, args) => {
|
|
|
1575
1575
|
// package.json
|
|
1576
1576
|
var package_default = {
|
|
1577
1577
|
name: "@tscircuit/cli",
|
|
1578
|
-
version: "0.0.
|
|
1578
|
+
version: "0.0.30",
|
|
1579
1579
|
private: false,
|
|
1580
1580
|
type: "module",
|
|
1581
1581
|
description: "Command line tool for developing, publishing and installing tscircuit circuits",
|