@tscircuit/core 0.0.1121 → 0.0.1122
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/dist/index.js +4 -4
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -12282,14 +12282,14 @@ var TscircuitAutorouter = class {
|
|
|
12282
12282
|
solverName = "AutoroutingPipeline1_OriginalUnravel";
|
|
12283
12283
|
} else if (autorouterVersion2 === "v3") {
|
|
12284
12284
|
solverName = "AutoroutingPipelineSolver3_HgPortPointPathing";
|
|
12285
|
-
} else if (autorouterVersion2 === "v4") {
|
|
12285
|
+
} else if (autorouterVersion2 === "v4" || autorouterVersion2 === "latest") {
|
|
12286
12286
|
solverName = "AutoroutingPipelineSolver4";
|
|
12287
12287
|
} else if (useAutoJumperSolver) {
|
|
12288
12288
|
solverName = "AssignableAutoroutingPipeline3";
|
|
12289
12289
|
} else if (useAssignableSolver) {
|
|
12290
12290
|
solverName = "AssignableAutoroutingPipeline2";
|
|
12291
12291
|
} else {
|
|
12292
|
-
solverName = "
|
|
12292
|
+
solverName = "AutoroutingPipelineSolver4";
|
|
12293
12293
|
}
|
|
12294
12294
|
const SolverClass = SOLVERS[solverName];
|
|
12295
12295
|
this.solver = new SolverClass(input, {
|
|
@@ -18681,7 +18681,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
18681
18681
|
var package_default = {
|
|
18682
18682
|
name: "@tscircuit/core",
|
|
18683
18683
|
type: "module",
|
|
18684
|
-
version: "0.0.
|
|
18684
|
+
version: "0.0.1121",
|
|
18685
18685
|
types: "dist/index.d.ts",
|
|
18686
18686
|
main: "dist/index.js",
|
|
18687
18687
|
module: "dist/index.js",
|
|
@@ -18714,7 +18714,7 @@ var package_default = {
|
|
|
18714
18714
|
"@resvg/resvg-js": "^2.6.2",
|
|
18715
18715
|
"@tscircuit/alphabet": "0.0.18",
|
|
18716
18716
|
"@tscircuit/checks": "0.0.110",
|
|
18717
|
-
"@tscircuit/capacity-autorouter": "^0.0.
|
|
18717
|
+
"@tscircuit/capacity-autorouter": "^0.0.359",
|
|
18718
18718
|
"@tscircuit/circuit-json-util": "^0.0.90",
|
|
18719
18719
|
"@tscircuit/common": "^0.0.20",
|
|
18720
18720
|
"@tscircuit/copper-pour-solver": "^0.0.20",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tscircuit/core",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.1122",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@resvg/resvg-js": "^2.6.2",
|
|
35
35
|
"@tscircuit/alphabet": "0.0.18",
|
|
36
36
|
"@tscircuit/checks": "0.0.110",
|
|
37
|
-
"@tscircuit/capacity-autorouter": "^0.0.
|
|
37
|
+
"@tscircuit/capacity-autorouter": "^0.0.359",
|
|
38
38
|
"@tscircuit/circuit-json-util": "^0.0.90",
|
|
39
39
|
"@tscircuit/common": "^0.0.20",
|
|
40
40
|
"@tscircuit/copper-pour-solver": "^0.0.20",
|