@tscircuit/eval 0.0.732 → 0.0.734

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.732",
4
+ "version": "0.0.734",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"
@@ -61,19 +61,24 @@
61
61
  "@biomejs/biome": "^1.8.3",
62
62
  "@playwright/test": "^1.50.1",
63
63
  "@resvg/resvg-js": "^2.6.2",
64
+ "@tscircuit/alphabet": "0.0.25",
64
65
  "@tscircuit/capacity-autorouter": "^0.0.400",
65
66
  "@tscircuit/checks": "0.0.115",
66
67
  "@tscircuit/circuit-json-flex": "^0.0.3",
67
68
  "@tscircuit/circuit-json-util": "^0.0.90",
68
- "@tscircuit/core": "^0.0.1138",
69
- "@tscircuit/footprinter": "^0.0.333",
69
+ "@tscircuit/common": "^0.0.20",
70
+ "@tscircuit/copper-pour-solver": "^0.0.20",
71
+ "@tscircuit/core": "^0.0.1140",
72
+ "@tscircuit/footprinter": "^0.0.336",
70
73
  "@tscircuit/import-snippet": "^0.0.4",
74
+ "@tscircuit/infer-cable-insertion-point": "^0.0.2",
71
75
  "@tscircuit/infgrid-ijump-astar": "^0.0.35",
72
76
  "@tscircuit/layout": "^0.0.28",
73
77
  "@tscircuit/log-soup": "^1.0.2",
74
78
  "@tscircuit/matchpack": "^0.0.16",
75
79
  "@tscircuit/math-utils": "^0.0.36",
76
80
  "@tscircuit/miniflex": "^0.0.4",
81
+ "@tscircuit/mm": "^0.0.9",
77
82
  "@tscircuit/ngspice-spice-engine": "^0.0.8",
78
83
  "@tscircuit/parts-engine": "^0.0.15",
79
84
  "@tscircuit/props": "^0.0.502",
@@ -82,6 +87,7 @@
82
87
  "@tscircuit/schematic-trace-solver": "^v0.0.45",
83
88
  "@tscircuit/simple-3d-svg": "^0.0.41",
84
89
  "@tscircuit/solver-utils": "^0.0.3",
90
+ "@tscircuit/soup-util": "^0.0.41",
85
91
  "@types/bun": "^1.2.16",
86
92
  "@types/debug": "^4.1.12",
87
93
  "@types/react": "^19.1.8",
@@ -120,14 +126,9 @@
120
126
  "spicey": "^0.0.14",
121
127
  "sucrase": "^3.35.0",
122
128
  "ts-expect": "^1.3.0",
123
- "tsup": "^8.2.4",
124
129
  "tslib": "^2.8.1",
125
- "@tscircuit/common": "^0.0.20",
126
- "@tscircuit/copper-pour-solver": "^0.0.20",
127
- "zod": "^3.25.67",
128
- "@tscircuit/soup-util": "^0.0.41",
129
- "@tscircuit/alphabet": "0.0.25",
130
- "@tscircuit/infer-cable-insertion-point": "^0.0.2"
130
+ "tsup": "^8.2.4",
131
+ "zod": "^3.25.67"
131
132
  },
132
133
  "peerDependencies": {
133
134
  "typescript": "^5.0.0",