@tscircuit/cli 0.1.1186 → 0.1.1187

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/dist/lib/index.js CHANGED
@@ -60678,7 +60678,7 @@ var getNodeHandler = (winterSpec, { port, middleware = [] }) => {
60678
60678
  }));
60679
60679
  };
60680
60680
  // package.json
60681
- var version = "0.1.1185";
60681
+ var version = "0.1.1186";
60682
60682
  var package_default = {
60683
60683
  name: "@tscircuit/cli",
60684
60684
  version,
@@ -60710,6 +60710,9 @@ var package_default = {
60710
60710
  "bun-match-svg": "^0.0.12",
60711
60711
  chokidar: "4.0.1",
60712
60712
  "circuit-json": "^0.0.403",
60713
+ "circuit-json-to-gerber": "^0.0.48",
60714
+ "circuit-json-to-bom-csv": "^0.0.7",
60715
+ "circuit-json-to-pnp-csv": "^0.0.7",
60713
60716
  "circuit-json-to-kicad": "^0.0.96",
60714
60717
  "circuit-json-to-readable-netlist": "^0.0.15",
60715
60718
  "circuit-json-to-spice": "^0.0.10",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.1.1186",
3
+ "version": "0.1.1187",
4
4
  "main": "dist/cli/main.js",
5
5
  "exports": {
6
6
  ".": "./dist/cli/main.js",
@@ -29,6 +29,9 @@
29
29
  "bun-match-svg": "^0.0.12",
30
30
  "chokidar": "4.0.1",
31
31
  "circuit-json": "^0.0.403",
32
+ "circuit-json-to-gerber": "^0.0.48",
33
+ "circuit-json-to-bom-csv": "^0.0.7",
34
+ "circuit-json-to-pnp-csv": "^0.0.7",
32
35
  "circuit-json-to-kicad": "^0.0.96",
33
36
  "circuit-json-to-readable-netlist": "^0.0.15",
34
37
  "circuit-json-to-spice": "^0.0.10",