@tscircuit/core 0.0.452 → 0.0.453

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 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -8078,7 +8078,9 @@ var Jumper = class extends NormalComponent {
8078
8078
  }
8079
8079
  pinLabelToPortId[pinLabel] = port.pcb_port_id;
8080
8080
  }
8081
- const traces = db.pcb_trace.list();
8081
+ const traces = db.pcb_trace.list({
8082
+ pcb_component_id: this.pcb_component_id
8083
+ });
8082
8084
  const updatePortId = (portId) => {
8083
8085
  if (portId && typeof portId === "string" && portId.startsWith("{PIN")) {
8084
8086
  const pin = portId.replace("{PIN", "").replace("}", "");
@@ -9327,7 +9329,7 @@ import { identity as identity4 } from "transformation-matrix";
9327
9329
  var package_default = {
9328
9330
  name: "@tscircuit/core",
9329
9331
  type: "module",
9330
- version: "0.0.451",
9332
+ version: "0.0.452",
9331
9333
  types: "dist/index.d.ts",
9332
9334
  main: "dist/index.js",
9333
9335
  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.452",
4
+ "version": "0.0.453",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",