@tscircuit/cli 0.1.772 → 0.1.774

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.772",
3
+ "version": "0.1.774",
4
4
  "main": "dist/main.js",
5
5
  "devDependencies": {
6
6
  "@babel/standalone": "^7.26.9",
@@ -10,7 +10,7 @@
10
10
  "@tscircuit/file-server": "^0.0.32",
11
11
  "@tscircuit/math-utils": "0.0.29",
12
12
  "@tscircuit/props": "^0.0.441",
13
- "@tscircuit/runframe": "^0.0.1496",
13
+ "@tscircuit/runframe": "^0.0.1497",
14
14
  "@tscircuit/schematic-match-adapt": "^0.0.22",
15
15
  "@types/bun": "^1.2.2",
16
16
  "@types/configstore": "^6.0.2",
@@ -48,6 +48,10 @@
48
48
  "type": "string",
49
49
  "description": "Override command used for cloud builds."
50
50
  },
51
+ "kicadLibraryEntrypointPath": {
52
+ "type": "string",
53
+ "description": "Entry file for KiCad footprint library generation."
54
+ },
51
55
  "build": {
52
56
  "type": "object",
53
57
  "additionalProperties": false,