@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.
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.29",
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.0.30",
3
+ "version": "0.0.31",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Command line tool for developing, publishing and installing tscircuit circuits",