@tscircuit/core 0.0.534 → 0.0.535

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 -5
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -7983,15 +7983,11 @@ var Group = class extends NormalComponent {
7983
7983
  const debug4 = Debug5("tscircuit:core:_runLocalAutorouting");
7984
7984
  debug4(`[${this.getString()}] starting local autorouting`);
7985
7985
  const autorouterConfig = this._getAutorouterConfig();
7986
- const sourceTraceIdsToRoute = this.selectAll("trace").filter((t) => !t.pcb_trace_id).map((t) => t.source_trace_id);
7987
7986
  const { simpleRouteJson } = getSimpleRouteJsonFromCircuitJson({
7988
7987
  db,
7989
7988
  minTraceWidth: this.props.autorouter?.minTraceWidth ?? 0.15,
7990
7989
  subcircuit_id: this.subcircuit_id
7991
7990
  });
7992
- simpleRouteJson.connections = simpleRouteJson.connections.filter(
7993
- (conn) => sourceTraceIdsToRoute.includes(conn.name)
7994
- );
7995
7991
  this.root?.emit("autorouting:start", {
7996
7992
  subcircuit_id: this.subcircuit_id,
7997
7993
  componentDisplayName: this.getString(),
@@ -10670,7 +10666,7 @@ import { identity as identity4 } from "transformation-matrix";
10670
10666
  var package_default = {
10671
10667
  name: "@tscircuit/core",
10672
10668
  type: "module",
10673
- version: "0.0.533",
10669
+ version: "0.0.534",
10674
10670
  types: "dist/index.d.ts",
10675
10671
  main: "dist/index.js",
10676
10672
  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.534",
4
+ "version": "0.0.535",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",