@tscircuit/core 0.0.763 → 0.0.764
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 +5 -5
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -8308,7 +8308,7 @@ import {
|
|
|
8308
8308
|
} from "@tscircuit/props";
|
|
8309
8309
|
|
|
8310
8310
|
// lib/utils/autorouting/CapacityMeshAutorouter.ts
|
|
8311
|
-
import {
|
|
8311
|
+
import { AutoroutingPipelineSolver } from "@tscircuit/capacity-autorouter";
|
|
8312
8312
|
var CapacityMeshAutorouter = class {
|
|
8313
8313
|
input;
|
|
8314
8314
|
isRouting = false;
|
|
@@ -8324,7 +8324,7 @@ var CapacityMeshAutorouter = class {
|
|
|
8324
8324
|
constructor(input, options = {}) {
|
|
8325
8325
|
this.input = input;
|
|
8326
8326
|
const { capacityDepth, targetMinCapacity, stepDelay = 0 } = options;
|
|
8327
|
-
this.solver = new
|
|
8327
|
+
this.solver = new AutoroutingPipelineSolver(input, {
|
|
8328
8328
|
capacityDepth,
|
|
8329
8329
|
targetMinCapacity,
|
|
8330
8330
|
cacheProvider: null
|
|
@@ -15970,7 +15970,7 @@ import { identity as identity6 } from "transformation-matrix";
|
|
|
15970
15970
|
var package_default = {
|
|
15971
15971
|
name: "@tscircuit/core",
|
|
15972
15972
|
type: "module",
|
|
15973
|
-
version: "0.0.
|
|
15973
|
+
version: "0.0.763",
|
|
15974
15974
|
types: "dist/index.d.ts",
|
|
15975
15975
|
main: "dist/index.js",
|
|
15976
15976
|
module: "dist/index.js",
|
|
@@ -15999,7 +15999,7 @@ var package_default = {
|
|
|
15999
15999
|
},
|
|
16000
16000
|
devDependencies: {
|
|
16001
16001
|
"@biomejs/biome": "^1.8.3",
|
|
16002
|
-
"@tscircuit/capacity-autorouter": "^0.0.
|
|
16002
|
+
"@tscircuit/capacity-autorouter": "^0.0.129",
|
|
16003
16003
|
"@tscircuit/checks": "^0.0.79",
|
|
16004
16004
|
"@tscircuit/circuit-json-util": "^0.0.67",
|
|
16005
16005
|
"@tscircuit/footprinter": "^0.0.236",
|
|
@@ -16028,7 +16028,7 @@ var package_default = {
|
|
|
16028
16028
|
"circuit-json-to-gltf": "^0.0.7",
|
|
16029
16029
|
"circuit-json-to-simple-3d": "^0.0.9",
|
|
16030
16030
|
"circuit-json-to-spice": "^0.0.10",
|
|
16031
|
-
"circuit-to-svg": "^0.0.
|
|
16031
|
+
"circuit-to-svg": "^0.0.221",
|
|
16032
16032
|
concurrently: "^9.1.2",
|
|
16033
16033
|
"connectivity-map": "^1.0.0",
|
|
16034
16034
|
debug: "^4.3.6",
|
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.764",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@biomejs/biome": "^1.8.3",
|
|
33
|
-
"@tscircuit/capacity-autorouter": "^0.0.
|
|
33
|
+
"@tscircuit/capacity-autorouter": "^0.0.129",
|
|
34
34
|
"@tscircuit/checks": "^0.0.79",
|
|
35
35
|
"@tscircuit/circuit-json-util": "^0.0.67",
|
|
36
36
|
"@tscircuit/footprinter": "^0.0.236",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"circuit-json-to-gltf": "^0.0.7",
|
|
60
60
|
"circuit-json-to-simple-3d": "^0.0.9",
|
|
61
61
|
"circuit-json-to-spice": "^0.0.10",
|
|
62
|
-
"circuit-to-svg": "^0.0.
|
|
62
|
+
"circuit-to-svg": "^0.0.221",
|
|
63
63
|
"concurrently": "^9.1.2",
|
|
64
64
|
"connectivity-map": "^1.0.0",
|
|
65
65
|
"debug": "^4.3.6",
|