@tscircuit/core 0.0.377 → 0.0.378

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
@@ -7668,7 +7668,7 @@ import { identity as identity4 } from "transformation-matrix";
7668
7668
  var package_default = {
7669
7669
  name: "@tscircuit/core",
7670
7670
  type: "module",
7671
- version: "0.0.376",
7671
+ version: "0.0.377",
7672
7672
  types: "dist/index.d.ts",
7673
7673
  main: "dist/index.js",
7674
7674
  module: "dist/index.js",
@@ -7721,10 +7721,10 @@ var package_default = {
7721
7721
  dependencies: {
7722
7722
  "@lume/kiwi": "^0.4.3",
7723
7723
  "@tscircuit/capacity-autorouter": "^0.0.52",
7724
- "@tscircuit/checks": "^0.0.36",
7724
+ "@tscircuit/checks": "^0.0.37",
7725
7725
  "@tscircuit/circuit-json-util": "^0.0.47",
7726
7726
  "@tscircuit/infgrid-ijump-astar": "^0.0.33",
7727
- "@tscircuit/math-utils": "^0.0.12",
7727
+ "@tscircuit/math-utils": "^0.0.14",
7728
7728
  "@tscircuit/props": "^0.0.172",
7729
7729
  "@tscircuit/schematic-autolayout": "^0.0.6",
7730
7730
  "circuit-json": "^0.0.154",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.377",
4
+ "version": "0.0.378",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -54,10 +54,10 @@
54
54
  "dependencies": {
55
55
  "@lume/kiwi": "^0.4.3",
56
56
  "@tscircuit/capacity-autorouter": "^0.0.52",
57
- "@tscircuit/checks": "^0.0.36",
57
+ "@tscircuit/checks": "^0.0.37",
58
58
  "@tscircuit/circuit-json-util": "^0.0.47",
59
59
  "@tscircuit/infgrid-ijump-astar": "^0.0.33",
60
- "@tscircuit/math-utils": "^0.0.12",
60
+ "@tscircuit/math-utils": "^0.0.14",
61
61
  "@tscircuit/props": "^0.0.172",
62
62
  "@tscircuit/schematic-autolayout": "^0.0.6",
63
63
  "circuit-json": "^0.0.154",