@tscircuit/core 0.0.322 → 0.0.324

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 +1 -0
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -4051,6 +4051,7 @@ var Group = class extends NormalComponent {
4051
4051
  if (!output_pcb_traces) return;
4052
4052
  const { db } = this.root;
4053
4053
  for (const pcb_trace of output_pcb_traces) {
4054
+ pcb_trace.subcircuit_id = this.subcircuit_id;
4054
4055
  db.pcb_trace.insert(pcb_trace);
4055
4056
  }
4056
4057
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.322",
4
+ "version": "0.0.324",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -51,7 +51,7 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "@lume/kiwi": "^0.4.3",
54
- "@tscircuit/footprinter": "^0.0.128",
54
+ "@tscircuit/footprinter": "^0.0.135",
55
55
  "@tscircuit/infgrid-ijump-astar": "^0.0.33",
56
56
  "@tscircuit/math-utils": "^0.0.9",
57
57
  "@tscircuit/props": "^0.0.152",