@tscircuit/core 0.0.782 → 0.0.783

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
@@ -16527,7 +16527,7 @@ import { identity as identity6 } from "transformation-matrix";
16527
16527
  var package_default = {
16528
16528
  name: "@tscircuit/core",
16529
16529
  type: "module",
16530
- version: "0.0.781",
16530
+ version: "0.0.782",
16531
16531
  types: "dist/index.d.ts",
16532
16532
  main: "dist/index.js",
16533
16533
  module: "dist/index.js",
@@ -16556,7 +16556,7 @@ var package_default = {
16556
16556
  },
16557
16557
  devDependencies: {
16558
16558
  "@biomejs/biome": "^1.8.3",
16559
- "@tscircuit/capacity-autorouter": "^0.0.131",
16559
+ "@tscircuit/capacity-autorouter": "^0.0.132",
16560
16560
  "@tscircuit/checks": "^0.0.85",
16561
16561
  "@tscircuit/circuit-json-util": "^0.0.72",
16562
16562
  "@tscircuit/common": "^0.0.9",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.782",
4
+ "version": "0.0.783",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "devDependencies": {
32
32
  "@biomejs/biome": "^1.8.3",
33
- "@tscircuit/capacity-autorouter": "^0.0.131",
33
+ "@tscircuit/capacity-autorouter": "^0.0.132",
34
34
  "@tscircuit/checks": "^0.0.85",
35
35
  "@tscircuit/circuit-json-util": "^0.0.72",
36
36
  "@tscircuit/common": "^0.0.9",