@tscircuit/core 0.0.352 → 0.0.353

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 +2 -2
package/dist/index.js CHANGED
@@ -5243,7 +5243,7 @@ var CapacityMeshAutorouter = class {
5243
5243
  }
5244
5244
  const iterationsPerSecond = (this.solver.iterations - startIterations) / (Date.now() - startTime) * 1e3;
5245
5245
  this.cycleCount++;
5246
- const debugGraphics = this.solver.activeSolver?.visualize() || void 0;
5246
+ const debugGraphics = this.solver.activeSubSolver?.visualize() || void 0;
5247
5247
  const progress = this.solver.progress;
5248
5248
  this.emitEvent({
5249
5249
  type: "progress",
@@ -7314,7 +7314,7 @@ import { identity as identity4 } from "transformation-matrix";
7314
7314
  var package_default = {
7315
7315
  name: "@tscircuit/core",
7316
7316
  type: "module",
7317
- version: "0.0.351",
7317
+ version: "0.0.352",
7318
7318
  types: "dist/index.d.ts",
7319
7319
  main: "dist/index.js",
7320
7320
  module: "dist/index.js",
@@ -7366,7 +7366,7 @@ var package_default = {
7366
7366
  },
7367
7367
  dependencies: {
7368
7368
  "@lume/kiwi": "^0.4.3",
7369
- "@tscircuit/capacity-autorouter": "^0.0.20",
7369
+ "@tscircuit/capacity-autorouter": "^0.0.34",
7370
7370
  "@tscircuit/infgrid-ijump-astar": "^0.0.33",
7371
7371
  "@tscircuit/math-utils": "^0.0.9",
7372
7372
  "@tscircuit/props": "^0.0.159",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.352",
4
+ "version": "0.0.353",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -53,7 +53,7 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@lume/kiwi": "^0.4.3",
56
- "@tscircuit/capacity-autorouter": "^0.0.20",
56
+ "@tscircuit/capacity-autorouter": "^0.0.34",
57
57
  "@tscircuit/infgrid-ijump-astar": "^0.0.33",
58
58
  "@tscircuit/math-utils": "^0.0.9",
59
59
  "@tscircuit/props": "^0.0.159",