@tscircuit/cli 0.1.1534 → 0.1.1535

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
@@ -65365,7 +65365,7 @@ var getNodeHandler = (winterSpec, { port, middleware = [] }) => {
65365
65365
  }));
65366
65366
  };
65367
65367
  // package.json
65368
- var version = "0.1.1533";
65368
+ var version = "0.1.1534";
65369
65369
  var package_default = {
65370
65370
  name: "@tscircuit/cli",
65371
65371
  version,
@@ -65403,6 +65403,7 @@ var package_default = {
65403
65403
  "bun-match-svg": "^0.0.12",
65404
65404
  chokidar: "4.0.1",
65405
65405
  "circuit-json": "^0.0.437",
65406
+ "circuit-json-to-3d-png": "^0.0.6",
65406
65407
  "circuit-json-to-bom-csv": "^0.0.7",
65407
65408
  "circuit-json-to-gerber": "^0.0.51",
65408
65409
  "circuit-json-to-kicad": "0.0.153",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.1.1534",
3
+ "version": "0.1.1535",
4
4
  "main": "dist/cli/main.js",
5
5
  "exports": {
6
6
  ".": "./dist/cli/main.js",
@@ -35,6 +35,7 @@
35
35
  "bun-match-svg": "^0.0.12",
36
36
  "chokidar": "4.0.1",
37
37
  "circuit-json": "^0.0.437",
38
+ "circuit-json-to-3d-png": "^0.0.6",
38
39
  "circuit-json-to-bom-csv": "^0.0.7",
39
40
  "circuit-json-to-gerber": "^0.0.51",
40
41
  "circuit-json-to-kicad": "0.0.153",