@tscircuit/core 0.0.407 → 0.0.408

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 +2 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -8236,7 +8236,7 @@ import { identity as identity4 } from "transformation-matrix";
8236
8236
  var package_default = {
8237
8237
  name: "@tscircuit/core",
8238
8238
  type: "module",
8239
- version: "0.0.406",
8239
+ version: "0.0.407",
8240
8240
  types: "dist/index.d.ts",
8241
8241
  main: "dist/index.js",
8242
8242
  module: "dist/index.js",
@@ -8282,7 +8282,7 @@ var package_default = {
8282
8282
  "react-dom": "^19.0.0",
8283
8283
  "ts-expect": "^1.3.0",
8284
8284
  tsup: "^8.2.4",
8285
- "@tscircuit/capacity-autorouter": "^0.0.64",
8285
+ "@tscircuit/capacity-autorouter": "^0.0.66",
8286
8286
  "@tscircuit/checks": "^0.0.46",
8287
8287
  "@tscircuit/circuit-json-util": "^0.0.47",
8288
8288
  "@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.407",
4
+ "version": "0.0.408",
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.64",
50
+ "@tscircuit/capacity-autorouter": "^0.0.66",
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",