@tscircuit/cli 0.1.2107 → 0.1.2108

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
@@ -69169,6 +69169,7 @@ var package_default = {
69169
69169
  "circuit-json-trace-length-analysis": "github:tscircuit/circuit-json-trace-length-analysis#2b44792a40df0ca83b6bfb6ac95ed5e35e7168b8",
69170
69170
  "circuit-to-canvas": "^0.0.123",
69171
69171
  "circuit-to-svg": "^0.0.393",
69172
+ "circuit-to-svg-xray": "npm:circuit-to-svg@0.0.425",
69172
69173
  commander: "^14.0.0",
69173
69174
  conf: "^13.1.0",
69174
69175
  configstore: "^7.0.0",
@@ -79539,6 +79540,9 @@ import { pathToFileURL as pathToFileURL2 } from "node:url";
79539
79540
  // lib/project-config/project-config-schema.ts
79540
79541
  import { z as z21 } from "zod";
79541
79542
  var pcbSnapshotSettingsSchema = z21.object({
79543
+ layer: z21.enum(["top", "bottom"]).optional(),
79544
+ xRayNets: z21.array(z21.string().min(1)).optional(),
79545
+ hiddenLayerOpacity: z21.number().min(0).max(1).optional(),
79542
79546
  showCourtyards: z21.boolean().optional(),
79543
79547
  showPcbNotes: z21.boolean().optional(),
79544
79548
  showFabricationNotes: z21.boolean().optional()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.1.2107",
3
+ "version": "0.1.2108",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/tscircuit/cli"
@@ -57,6 +57,7 @@
57
57
  "circuit-json-trace-length-analysis": "github:tscircuit/circuit-json-trace-length-analysis#2b44792a40df0ca83b6bfb6ac95ed5e35e7168b8",
58
58
  "circuit-to-canvas": "^0.0.123",
59
59
  "circuit-to-svg": "^0.0.393",
60
+ "circuit-to-svg-xray": "npm:circuit-to-svg@0.0.425",
60
61
  "commander": "^14.0.0",
61
62
  "conf": "^13.1.0",
62
63
  "configstore": "^7.0.0",