@tscircuit/core 0.0.1206 → 0.0.1207

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -13903,7 +13903,7 @@ var getSimpleRouteJsonFromCircuitJson = ({
13903
13903
  db,
13904
13904
  circuitJson,
13905
13905
  subcircuit_id,
13906
- minTraceWidth = 0.1,
13906
+ minTraceWidth,
13907
13907
  nominalTraceWidth,
13908
13908
  subcircuitComponent
13909
13909
  }) => {
@@ -14252,7 +14252,7 @@ var getSimpleRouteJsonFromCircuitJson = ({
14252
14252
  // TODO add traces so that we don't run into things routed by another
14253
14253
  // subcircuit
14254
14254
  layerCount: board?.num_layers ?? 2,
14255
- minTraceWidth,
14255
+ minTraceWidth: minTraceWidth ?? board?.min_trace_width ?? 0.1,
14256
14256
  minViaDiameter: board?.min_via_pad_diameter,
14257
14257
  minViaHoleDiameter: board?.min_via_hole_diameter,
14258
14258
  minViaPadDiameter: board?.min_via_pad_diameter,
@@ -20378,7 +20378,7 @@ import { identity as identity5 } from "transformation-matrix";
20378
20378
  var package_default = {
20379
20379
  name: "@tscircuit/core",
20380
20380
  type: "module",
20381
- version: "0.0.1205",
20381
+ version: "0.0.1206",
20382
20382
  types: "dist/index.d.ts",
20383
20383
  main: "dist/index.js",
20384
20384
  module: "dist/index.js",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.1206",
4
+ "version": "0.0.1207",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",