@tscircuit/cli 0.0.165 → 0.0.167

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.
@@ -281,7 +281,7 @@ export const HeaderMenu = () => {
281
281
  </MenubarItem>
282
282
  <MenubarItem disabled>
283
283
  @tscircuit/builder v
284
- {cliPackageJson.devDependencies?.["@tscircuit/builder"]?.replace(
284
+ {cliPackageJson.dependencies?.["@tscircuit/builder"]?.replace(
285
285
  /\^/g,
286
286
  "",
287
287
  )}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.0.165",
3
+ "version": "0.0.167",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Command line tool for developing, publishing and installing tscircuit circuits",
@@ -66,7 +66,8 @@
66
66
  "ts-morph": "^22.0.0",
67
67
  "tsup": "^8.0.2",
68
68
  "winterspec": "0.0.86",
69
- "zod": "^3.22.4"
69
+ "zod": "^3.22.4",
70
+ "@tscircuit/builder": "*"
70
71
  },
71
72
  "peerDependencies": {
72
73
  "@tscircuit/builder": "*",
@@ -92,13 +93,12 @@
92
93
  "@radix-ui/react-toggle-group": "^1.0.4",
93
94
  "@radix-ui/react-tooltip": "^1.0.7",
94
95
  "@tscircuit/3d-viewer": "^0.0.16",
95
- "@tscircuit/builder": "*",
96
96
  "@tscircuit/layout": "^0.0.25",
97
97
  "@tscircuit/manual-edit-events": "^0.0.4",
98
98
  "@tscircuit/pcb-viewer": "^1.4.4",
99
99
  "@tscircuit/react-fiber": "*",
100
100
  "@tscircuit/schematic-viewer": "^1.2.14",
101
- "@tscircuit/soup-util": "^0.0.17",
101
+ "@tscircuit/soup-util": "^0.0.18",
102
102
  "@tscircuit/table-viewer": "0.0.8",
103
103
  "@types/archiver": "^6.0.2",
104
104
  "@types/bun": "^1.0.8",