@tscircuit/core 0.0.477 → 0.0.479

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 +3 -3
package/dist/index.js CHANGED
@@ -9896,7 +9896,7 @@ import { identity as identity4 } from "transformation-matrix";
9896
9896
  var package_default = {
9897
9897
  name: "@tscircuit/core",
9898
9898
  type: "module",
9899
- version: "0.0.476",
9899
+ version: "0.0.478",
9900
9900
  types: "dist/index.d.ts",
9901
9901
  main: "dist/index.js",
9902
9902
  module: "dist/index.js",
@@ -9919,7 +9919,7 @@ var package_default = {
9919
9919
  },
9920
9920
  devDependencies: {
9921
9921
  "@biomejs/biome": "^1.8.3",
9922
- "@tscircuit/capacity-autorouter": "^0.0.71",
9922
+ "@tscircuit/capacity-autorouter": "^0.0.75",
9923
9923
  "@tscircuit/checks": "^0.0.52",
9924
9924
  "@tscircuit/circuit-json-util": "^0.0.47",
9925
9925
  "@tscircuit/footprinter": "^0.0.177",
@@ -9942,7 +9942,7 @@ var package_default = {
9942
9942
  "circuit-json": "^0.0.210",
9943
9943
  "circuit-json-to-connectivity-map": "^0.0.22",
9944
9944
  "circuit-json-to-simple-3d": "^0.0.2",
9945
- "circuit-to-svg": "^0.0.151",
9945
+ "circuit-to-svg": "^0.0.154",
9946
9946
  concurrently: "^9.1.2",
9947
9947
  debug: "^4.3.6",
9948
9948
  "graphics-debug": "^0.0.4",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.477",
4
+ "version": "0.0.479",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "devDependencies": {
26
26
  "@biomejs/biome": "^1.8.3",
27
- "@tscircuit/capacity-autorouter": "^0.0.71",
27
+ "@tscircuit/capacity-autorouter": "^0.0.75",
28
28
  "@tscircuit/checks": "^0.0.52",
29
29
  "@tscircuit/circuit-json-util": "^0.0.47",
30
30
  "@tscircuit/footprinter": "^0.0.177",
@@ -47,7 +47,7 @@
47
47
  "circuit-json": "^0.0.210",
48
48
  "circuit-json-to-connectivity-map": "^0.0.22",
49
49
  "circuit-json-to-simple-3d": "^0.0.2",
50
- "circuit-to-svg": "^0.0.151",
50
+ "circuit-to-svg": "^0.0.154",
51
51
  "concurrently": "^9.1.2",
52
52
  "debug": "^4.3.6",
53
53
  "graphics-debug": "^0.0.4",