@tscircuit/fanout-solver 0.0.47 → 0.0.48
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 +15 -2
package/package.json
CHANGED
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tscircuit/fanout-solver",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.48",
|
|
4
4
|
"description": "BGA fanout solver with coordinated bus-layer escapes for SimpleRouteJson",
|
|
5
5
|
"module": "lib/index.ts",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"files": [
|
|
8
8
|
"lib"
|
|
9
9
|
],
|
|
10
|
+
"workspaces": [
|
|
11
|
+
"scripts/generate-repro"
|
|
12
|
+
],
|
|
10
13
|
"license": "MIT",
|
|
11
14
|
"repository": {
|
|
12
15
|
"type": "git",
|
|
@@ -28,6 +31,7 @@
|
|
|
28
31
|
"typecheck": "bunx tsc --noEmit",
|
|
29
32
|
"test": "bun test",
|
|
30
33
|
"benchmark": "bun benchmarks/run-benchmark.ts",
|
|
34
|
+
"generate:repro04": "bun scripts/generate-repro/generate-repro04.tsx",
|
|
31
35
|
"benchmark:srj29": "./benchmark.sh",
|
|
32
36
|
"render:dataset": "bun scripts/render-dataset-pngs.ts",
|
|
33
37
|
"format": "biome format --write .",
|
|
@@ -44,7 +48,12 @@
|
|
|
44
48
|
"@tsci/tscircuit.dataset-srj29-bga-decoupling": "github:tscircuit/dataset-srj29-bga-decoupling#bfdf7bc",
|
|
45
49
|
"@tscircuit/alphabet": "0.0.25",
|
|
46
50
|
"@tscircuit/circuit-json-util": "0.0.97",
|
|
51
|
+
"@tscircuit/copper-pour-solver": "0.0.51",
|
|
47
52
|
"@tscircuit/footprinter": "0.0.394",
|
|
53
|
+
"@tscircuit/infer-cable-insertion-point": "0.0.4",
|
|
54
|
+
"@tscircuit/miniflex": "0.0.4",
|
|
55
|
+
"@tscircuit/schematic-trace-solver": "0.0.175",
|
|
56
|
+
"@tscircuit/soup-util": "0.0.41",
|
|
48
57
|
"@types/bun": "1.3.14",
|
|
49
58
|
"@types/react": "19.2.14",
|
|
50
59
|
"@types/react-dom": "19.2.3",
|
|
@@ -52,12 +61,16 @@
|
|
|
52
61
|
"circuit-json": "0.0.455",
|
|
53
62
|
"circuit-json-to-connectivity-map": "0.0.23",
|
|
54
63
|
"circuit-to-svg": "0.0.364",
|
|
55
|
-
"
|
|
64
|
+
"connectivity-map": "1.0.0",
|
|
65
|
+
"flatbush": "4.5.0",
|
|
66
|
+
"format-si-unit": "0.0.12",
|
|
67
|
+
"minicssgrid": "0.0.9",
|
|
56
68
|
"react": "19.2.8",
|
|
57
69
|
"react-cosmos": "7.3.0",
|
|
58
70
|
"react-cosmos-plugin-vite": "7.3.0",
|
|
59
71
|
"react-dom": "19.2.8",
|
|
60
72
|
"schematic-symbols": "0.0.231",
|
|
73
|
+
"spicey": "0.0.14",
|
|
61
74
|
"vite": "8.1.5"
|
|
62
75
|
},
|
|
63
76
|
"peerDependencies": {
|