@tscircuit/cli 0.1.900 → 0.1.902

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
@@ -5,7 +5,7 @@
5
5
  ".": "./dist/cli/main.js",
6
6
  "./lib": "./dist/lib/index.js"
7
7
  },
8
- "version": "0.1.900",
8
+ "version": "0.1.902",
9
9
  "devDependencies": {
10
10
  "@babel/standalone": "^7.26.9",
11
11
  "@biomejs/biome": "^1.9.4",
@@ -28,7 +28,7 @@
28
28
  "chokidar": "4.0.1",
29
29
  "circuit-json": "0.0.325",
30
30
  "circuit-json-to-gltf": "^0.0.58",
31
- "circuit-json-to-kicad": "^0.0.52",
31
+ "circuit-json-to-kicad": "^0.0.71",
32
32
  "circuit-json-to-readable-netlist": "^0.0.13",
33
33
  "circuit-json-to-spice": "^0.0.10",
34
34
  "circuit-json-to-tscircuit": "^0.0.9",
@@ -80,6 +80,10 @@
80
80
  "type": "boolean",
81
81
  "description": "Enable preview image outputs in build."
82
82
  },
83
+ "glbs": {
84
+ "type": "boolean",
85
+ "description": "Enable GLB 3D model outputs for each circuit in build."
86
+ },
83
87
  "typescriptLibrary": {
84
88
  "type": "boolean",
85
89
  "description": "Enable TypeScript library output in build."