@tscircuit/core 0.0.673 → 0.0.674

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
@@ -13881,7 +13881,7 @@ import { identity as identity5 } from "transformation-matrix";
13881
13881
  var package_default = {
13882
13882
  name: "@tscircuit/core",
13883
13883
  type: "module",
13884
- version: "0.0.672",
13884
+ version: "0.0.673",
13885
13885
  types: "dist/index.d.ts",
13886
13886
  main: "dist/index.js",
13887
13887
  module: "dist/index.js",
@@ -13912,7 +13912,7 @@ var package_default = {
13912
13912
  "@biomejs/biome": "^1.8.3",
13913
13913
  "@tscircuit/capacity-autorouter": "^0.0.100",
13914
13914
  "@tscircuit/checks": "^0.0.71",
13915
- "@tscircuit/circuit-json-util": "^0.0.65",
13915
+ "@tscircuit/circuit-json-util": "^0.0.67",
13916
13916
  "@tscircuit/footprinter": "^0.0.208",
13917
13917
  "@tscircuit/import-snippet": "^0.0.4",
13918
13918
  "@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.673",
4
+ "version": "0.0.674",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -32,7 +32,7 @@
32
32
  "@biomejs/biome": "^1.8.3",
33
33
  "@tscircuit/capacity-autorouter": "^0.0.100",
34
34
  "@tscircuit/checks": "^0.0.71",
35
- "@tscircuit/circuit-json-util": "^0.0.65",
35
+ "@tscircuit/circuit-json-util": "^0.0.67",
36
36
  "@tscircuit/footprinter": "^0.0.208",
37
37
  "@tscircuit/import-snippet": "^0.0.4",
38
38
  "@tscircuit/infgrid-ijump-astar": "^0.0.33",