@tscircuit/cli 0.1.1135 → 0.1.1137

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.1.1135",
3
+ "version": "0.1.1137",
4
4
  "main": "dist/cli/main.js",
5
5
  "exports": {
6
6
  ".": "./dist/cli/main.js",
@@ -27,7 +27,7 @@
27
27
  "bun-match-svg": "^0.0.12",
28
28
  "chokidar": "4.0.1",
29
29
  "circuit-json": "^0.0.403",
30
- "circuit-json-to-kicad": "^0.0.84",
30
+ "circuit-json-to-kicad": "^0.0.85",
31
31
  "circuit-json-to-readable-netlist": "^0.0.15",
32
32
  "circuit-json-to-spice": "^0.0.10",
33
33
  "circuit-json-to-tscircuit": "^0.0.9",
@@ -44,6 +44,25 @@
44
44
  "type": "string",
45
45
  "description": "Directory path for storing snapshots."
46
46
  },
47
+ "pcbSnapshotSettings": {
48
+ "type": "object",
49
+ "additionalProperties": false,
50
+ "properties": {
51
+ "showCourtyards": {
52
+ "type": "boolean",
53
+ "description": "Whether to show courtyard outlines in PCB snapshots."
54
+ },
55
+ "showPcbNotes": {
56
+ "type": "boolean",
57
+ "description": "Whether to show PCB notes in PCB snapshots."
58
+ },
59
+ "showFabricationNotes": {
60
+ "type": "boolean",
61
+ "description": "Whether to show fabrication notes in PCB snapshots."
62
+ }
63
+ },
64
+ "description": "Settings for PCB snapshot rendering."
65
+ },
47
66
  "prebuildCommand": {
48
67
  "type": "string",
49
68
  "description": "Command to run before builds."