@tscircuit/core 0.0.1318 → 0.0.1320
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 +3 -3
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -19642,7 +19642,7 @@ function applyNetLabelPlacements(args) {
|
|
|
19642
19642
|
schematicPortIdsWithRoutedTraces
|
|
19643
19643
|
} = args;
|
|
19644
19644
|
const { db } = group.root;
|
|
19645
|
-
const netLabelPlacements = solver.netLabelTraceCollisionSolver?.getOutput().netLabelPlacements ?? solver.netLabelPlacementSolver?.netLabelPlacements ?? solver.traceLabelOverlapAvoidanceSolver?.getOutput().netLabelPlacements ?? [];
|
|
19645
|
+
const netLabelPlacements = solver.netLabelNetLabelCollisionSolver?.getOutput().netLabelPlacements ?? solver.netLabelTraceCollisionSolver?.getOutput().netLabelPlacements ?? solver.netLabelPlacementSolver?.netLabelPlacements ?? solver.traceLabelOverlapAvoidanceSolver?.getOutput().netLabelPlacements ?? [];
|
|
19646
19646
|
const dedupedNetLabelPlacements = [];
|
|
19647
19647
|
const netLabelPlacementKeys = /* @__PURE__ */ new Set();
|
|
19648
19648
|
for (const placement of netLabelPlacements) {
|
|
@@ -23566,7 +23566,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
23566
23566
|
var package_default = {
|
|
23567
23567
|
name: "@tscircuit/core",
|
|
23568
23568
|
type: "module",
|
|
23569
|
-
version: "0.0.
|
|
23569
|
+
version: "0.0.1319",
|
|
23570
23570
|
types: "dist/index.d.ts",
|
|
23571
23571
|
main: "dist/index.js",
|
|
23572
23572
|
module: "dist/index.js",
|
|
@@ -23599,7 +23599,7 @@ var package_default = {
|
|
|
23599
23599
|
"@resvg/resvg-js": "^2.6.2",
|
|
23600
23600
|
"@tscircuit/alphabet": "0.0.25",
|
|
23601
23601
|
"@tscircuit/breakout-point-solver": "github:tscircuit/breakout-point-solver#bac9629",
|
|
23602
|
-
"@tscircuit/capacity-autorouter": "^0.0.
|
|
23602
|
+
"@tscircuit/capacity-autorouter": "^0.0.583",
|
|
23603
23603
|
"@tscircuit/checks": "0.0.137",
|
|
23604
23604
|
"@tscircuit/circuit-json-util": "^0.0.96",
|
|
23605
23605
|
"@tscircuit/common": "^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.1320",
|
|
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.25",
|
|
36
36
|
"@tscircuit/breakout-point-solver": "github:tscircuit/breakout-point-solver#bac9629",
|
|
37
|
-
"@tscircuit/capacity-autorouter": "^0.0.
|
|
37
|
+
"@tscircuit/capacity-autorouter": "^0.0.583",
|
|
38
38
|
"@tscircuit/checks": "0.0.137",
|
|
39
39
|
"@tscircuit/circuit-json-util": "^0.0.96",
|
|
40
40
|
"@tscircuit/common": "^0.0.20",
|