@tscircuit/eval 0.0.468 → 0.0.469

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/eval",
3
3
  "main": "dist/lib/index.js",
4
- "version": "0.0.468",
4
+ "version": "0.0.469",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"
@@ -55,6 +55,7 @@
55
55
  "devDependencies": {
56
56
  "@biomejs/biome": "^1.8.3",
57
57
  "@playwright/test": "^1.50.1",
58
+ "@resvg/resvg-js": "^2.6.2",
58
59
  "@tscircuit/capacity-autorouter": "^0.0.140",
59
60
  "@tscircuit/checks": "^0.0.85",
60
61
  "@tscircuit/circuit-json-flex": "^0.0.3",
@@ -64,15 +65,18 @@
64
65
  "@tscircuit/import-snippet": "^0.0.4",
65
66
  "@tscircuit/infgrid-ijump-astar": "^0.0.33",
66
67
  "@tscircuit/layout": "^0.0.28",
68
+ "@tscircuit/log-soup": "^1.0.2",
67
69
  "@tscircuit/matchpack": "^0.0.16",
68
70
  "@tscircuit/math-utils": "^0.0.29",
69
71
  "@tscircuit/miniflex": "^0.0.4",
72
+ "@tscircuit/ngspice-spice-engine": "^0.0.2",
70
73
  "@tscircuit/parts-engine": "^0.0.11",
71
74
  "@tscircuit/props": "^0.0.398",
72
75
  "@tscircuit/schematic-autolayout": "^0.0.6",
73
76
  "@tscircuit/schematic-match-adapt": "^0.0.16",
74
77
  "@tscircuit/schematic-trace-solver": "^v0.0.45",
75
78
  "@tscircuit/simple-3d-svg": "^0.0.41",
79
+ "@tscircuit/solver-utils": "^0.0.3",
76
80
  "@types/bun": "^1.2.16",
77
81
  "@types/debug": "^4.1.12",
78
82
  "@types/react": "^19.1.8",
@@ -85,37 +89,33 @@
85
89
  "circuit-json": "^0.0.306",
86
90
  "circuit-json-to-bpc": "^0.0.13",
87
91
  "circuit-json-to-connectivity-map": "^0.0.22",
92
+ "circuit-json-to-gltf": "^0.0.31",
88
93
  "circuit-json-to-simple-3d": "^0.0.9",
94
+ "circuit-json-to-spice": "^0.0.16",
89
95
  "circuit-to-svg": "^0.0.265",
90
96
  "comlink": "^4.4.2",
91
97
  "concurrently": "^9.1.2",
92
98
  "connectivity-map": "^1.0.0",
93
99
  "debug": "^4.3.6",
100
+ "eecircuit-engine": "^1.5.6",
94
101
  "flatbush": "^4.5.0",
95
102
  "graphics-debug": "^0.0.60",
96
103
  "howfat": "^0.3.8",
97
104
  "kicad-component-converter": "^0.1.30",
105
+ "kicad-to-circuit-json": "^0.0.15",
106
+ "kicadts": "^0.0.22",
98
107
  "live-server": "^1.2.2",
99
108
  "looks-same": "^9.0.1",
100
109
  "minicssgrid": "^0.0.9",
101
110
  "pkg-pr-new": "^0.0.37",
111
+ "poppygl": "^0.0.16",
102
112
  "react": "^19.1.0",
103
113
  "react-dom": "^19.1.0",
104
114
  "schematic-symbols": "^0.0.202",
115
+ "spicey": "^0.0.10",
105
116
  "sucrase": "^3.35.0",
106
117
  "ts-expect": "^1.3.0",
107
- "tsup": "^8.2.4",
108
- "@tscircuit/log-soup": "^1.0.2",
109
- "circuit-json-to-gltf": "^0.0.31",
110
- "poppygl": "^0.0.16",
111
- "circuit-json-to-spice": "^0.0.16",
112
- "spicey": "^0.0.10",
113
- "@tscircuit/common": "^0.0.20",
114
- "@resvg/resvg-js": "^2.6.2",
115
- "@tscircuit/ngspice-spice-engine": "^0.0.2",
116
- "eecircuit-engine": "^1.5.6",
117
- "@tscircuit/copper-pour-solver": "^0.0.14",
118
- "@tscircuit/solver-utils": "^0.0.3"
118
+ "tsup": "^8.2.4"
119
119
  },
120
120
  "peerDependencies": {
121
121
  "typescript": "^5.0.0",