@tscircuit/core 0.0.602 → 0.0.603

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
@@ -11337,7 +11337,7 @@ import { identity as identity5 } from "transformation-matrix";
11337
11337
  var package_default = {
11338
11338
  name: "@tscircuit/core",
11339
11339
  type: "module",
11340
- version: "0.0.601",
11340
+ version: "0.0.602",
11341
11341
  types: "dist/index.d.ts",
11342
11342
  main: "dist/index.js",
11343
11343
  module: "dist/index.js",
@@ -11363,7 +11363,7 @@ var package_default = {
11363
11363
  "@tscircuit/capacity-autorouter": "^0.0.100",
11364
11364
  "@tscircuit/checks": "^0.0.64",
11365
11365
  "@tscircuit/circuit-json-util": "^0.0.61",
11366
- "@tscircuit/footprinter": "^0.0.204",
11366
+ "@tscircuit/footprinter": "^0.0.208",
11367
11367
  "@tscircuit/import-snippet": "^0.0.4",
11368
11368
  "@tscircuit/infgrid-ijump-astar": "^0.0.33",
11369
11369
  "@tscircuit/log-soup": "^1.0.2",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.602",
4
+ "version": "0.0.603",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -27,7 +27,7 @@
27
27
  "@tscircuit/capacity-autorouter": "^0.0.100",
28
28
  "@tscircuit/checks": "^0.0.64",
29
29
  "@tscircuit/circuit-json-util": "^0.0.61",
30
- "@tscircuit/footprinter": "^0.0.204",
30
+ "@tscircuit/footprinter": "^0.0.208",
31
31
  "@tscircuit/import-snippet": "^0.0.4",
32
32
  "@tscircuit/infgrid-ijump-astar": "^0.0.33",
33
33
  "@tscircuit/log-soup": "^1.0.2",