@tscircuit/core 0.0.348 → 0.0.349

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 +4 -3
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -3831,7 +3831,8 @@ searched component ${targetComponent.getString()}, which has ports: ${targetComp
3831
3831
  ports.map((p) => p.port),
3832
3832
  { db }
3833
3833
  ) ?? props.maxLength,
3834
- display_name: displayName
3834
+ display_name: displayName,
3835
+ min_trace_thickness: props.thickness
3835
3836
  });
3836
3837
  this.source_trace_id = trace.source_trace_id;
3837
3838
  }
@@ -7264,7 +7265,7 @@ import { identity as identity4 } from "transformation-matrix";
7264
7265
  var package_default = {
7265
7266
  name: "@tscircuit/core",
7266
7267
  type: "module",
7267
- version: "0.0.347",
7268
+ version: "0.0.348",
7268
7269
  types: "dist/index.d.ts",
7269
7270
  main: "dist/index.js",
7270
7271
  module: "dist/index.js",
@@ -7322,7 +7323,7 @@ var package_default = {
7322
7323
  "@tscircuit/props": "^0.0.159",
7323
7324
  "@tscircuit/schematic-autolayout": "^0.0.6",
7324
7325
  "@tscircuit/soup-util": "^0.0.41",
7325
- "circuit-json": "^0.0.151",
7326
+ "circuit-json": "^0.0.153",
7326
7327
  "circuit-json-to-connectivity-map": "^0.0.17",
7327
7328
  "format-si-unit": "^0.0.3",
7328
7329
  nanoid: "^5.0.7",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.348",
4
+ "version": "0.0.349",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -59,7 +59,7 @@
59
59
  "@tscircuit/props": "^0.0.159",
60
60
  "@tscircuit/schematic-autolayout": "^0.0.6",
61
61
  "@tscircuit/soup-util": "^0.0.41",
62
- "circuit-json": "^0.0.151",
62
+ "circuit-json": "^0.0.153",
63
63
  "circuit-json-to-connectivity-map": "^0.0.17",
64
64
  "format-si-unit": "^0.0.3",
65
65
  "nanoid": "^5.0.7",