@tscircuit/core 0.0.405 → 0.0.406

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
@@ -5760,7 +5760,8 @@ var CapacityMeshAutorouter = class {
5760
5760
  const { capacityDepth, targetMinCapacity, stepDelay = 0 } = options;
5761
5761
  this.solver = new CapacityMeshSolver(input, {
5762
5762
  capacityDepth,
5763
- targetMinCapacity
5763
+ targetMinCapacity,
5764
+ cacheProvider: null
5764
5765
  });
5765
5766
  this.stepDelay = stepDelay;
5766
5767
  }
@@ -8237,7 +8238,7 @@ import { identity as identity4 } from "transformation-matrix";
8237
8238
  var package_default = {
8238
8239
  name: "@tscircuit/core",
8239
8240
  type: "module",
8240
- version: "0.0.404",
8241
+ version: "0.0.405",
8241
8242
  types: "dist/index.d.ts",
8242
8243
  main: "dist/index.js",
8243
8244
  module: "dist/index.js",
@@ -8283,7 +8284,7 @@ var package_default = {
8283
8284
  "react-dom": "^19.0.0",
8284
8285
  "ts-expect": "^1.3.0",
8285
8286
  tsup: "^8.2.4",
8286
- "@tscircuit/capacity-autorouter": "^0.0.52",
8287
+ "@tscircuit/capacity-autorouter": "^0.0.64",
8287
8288
  "@tscircuit/checks": "^0.0.46",
8288
8289
  "@tscircuit/circuit-json-util": "^0.0.47",
8289
8290
  "@tscircuit/infgrid-ijump-astar": "^0.0.33",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.405",
4
+ "version": "0.0.406",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -47,7 +47,7 @@
47
47
  "react-dom": "^19.0.0",
48
48
  "ts-expect": "^1.3.0",
49
49
  "tsup": "^8.2.4",
50
- "@tscircuit/capacity-autorouter": "^0.0.52",
50
+ "@tscircuit/capacity-autorouter": "^0.0.64",
51
51
  "@tscircuit/checks": "^0.0.46",
52
52
  "@tscircuit/circuit-json-util": "^0.0.47",
53
53
  "@tscircuit/infgrid-ijump-astar": "^0.0.33",