@tscircuit/core 0.0.674 → 0.0.675

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.673",
13884
+ version: "0.0.674",
13885
13885
  types: "dist/index.d.ts",
13886
13886
  main: "dist/index.js",
13887
13887
  module: "dist/index.js",
@@ -13923,7 +13923,7 @@ var package_default = {
13923
13923
  "@tscircuit/props": "0.0.289",
13924
13924
  "@tscircuit/schematic-autolayout": "^0.0.6",
13925
13925
  "@tscircuit/schematic-match-adapt": "^0.0.16",
13926
- "@tscircuit/schematic-trace-solver": "^0.0.23",
13926
+ "@tscircuit/schematic-trace-solver": "^0.0.25",
13927
13927
  "@tscircuit/simple-3d-svg": "^0.0.38",
13928
13928
  "@types/bun": "^1.2.16",
13929
13929
  "@types/debug": "^4.1.12",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.674",
4
+ "version": "0.0.675",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -43,7 +43,7 @@
43
43
  "@tscircuit/props": "0.0.289",
44
44
  "@tscircuit/schematic-autolayout": "^0.0.6",
45
45
  "@tscircuit/schematic-match-adapt": "^0.0.16",
46
- "@tscircuit/schematic-trace-solver": "^0.0.23",
46
+ "@tscircuit/schematic-trace-solver": "^0.0.25",
47
47
  "@tscircuit/simple-3d-svg": "^0.0.38",
48
48
  "@types/bun": "^1.2.16",
49
49
  "@types/debug": "^4.1.12",