@tscircuit/core 0.0.1088 → 0.0.1090

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.d.ts CHANGED
@@ -73,6 +73,7 @@ type Obstacle = {
73
73
  interface SimpleRouteConnection {
74
74
  name: string;
75
75
  source_trace_id?: string;
76
+ nominalTraceWidth?: number;
76
77
  width?: number;
77
78
  pointsToConnect: Array<{
78
79
  x: number;
package/dist/index.js CHANGED
@@ -12509,6 +12509,7 @@ var getSimpleRouteJsonFromCircuitJson = ({
12509
12509
  return {
12510
12510
  name: trace.source_trace_id ?? connMap.getNetConnectedToId(trace.source_trace_id) ?? "",
12511
12511
  source_trace_id: trace.source_trace_id,
12512
+ nominalTraceWidth: trace.min_trace_thickness,
12512
12513
  width: trace.min_trace_thickness,
12513
12514
  pointsToConnect: [
12514
12515
  {
@@ -18199,7 +18200,7 @@ import { identity as identity5 } from "transformation-matrix";
18199
18200
  var package_default = {
18200
18201
  name: "@tscircuit/core",
18201
18202
  type: "module",
18202
- version: "0.0.1087",
18203
+ version: "0.0.1089",
18203
18204
  types: "dist/index.d.ts",
18204
18205
  main: "dist/index.js",
18205
18206
  module: "dist/index.js",
@@ -18231,9 +18232,9 @@ var package_default = {
18231
18232
  "@biomejs/biome": "^1.8.3",
18232
18233
  "@resvg/resvg-js": "^2.6.2",
18233
18234
  "@tscircuit/alphabet": "0.0.18",
18234
- "@tscircuit/capacity-autorouter": "^0.0.299",
18235
- "@tscircuit/checks": "0.0.100",
18236
- "@tscircuit/circuit-json-util": "^0.0.81",
18235
+ "@tscircuit/capacity-autorouter": "^0.0.317",
18236
+ "@tscircuit/checks": "0.0.104",
18237
+ "@tscircuit/circuit-json-util": "^0.0.82",
18237
18238
  "@tscircuit/common": "^0.0.20",
18238
18239
  "@tscircuit/copper-pour-solver": "^0.0.20",
18239
18240
  "@tscircuit/footprinter": "^0.0.316",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.1088",
4
+ "version": "0.0.1090",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -33,9 +33,9 @@
33
33
  "@biomejs/biome": "^1.8.3",
34
34
  "@resvg/resvg-js": "^2.6.2",
35
35
  "@tscircuit/alphabet": "0.0.18",
36
- "@tscircuit/capacity-autorouter": "^0.0.299",
37
- "@tscircuit/checks": "0.0.100",
38
- "@tscircuit/circuit-json-util": "^0.0.81",
36
+ "@tscircuit/capacity-autorouter": "^0.0.317",
37
+ "@tscircuit/checks": "0.0.104",
38
+ "@tscircuit/circuit-json-util": "^0.0.82",
39
39
  "@tscircuit/common": "^0.0.20",
40
40
  "@tscircuit/copper-pour-solver": "^0.0.20",
41
41
  "@tscircuit/footprinter": "^0.0.316",