@tscircuit/core 0.0.696 → 0.0.697

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
@@ -14296,7 +14296,7 @@ import { identity as identity6 } from "transformation-matrix";
14296
14296
  var package_default = {
14297
14297
  name: "@tscircuit/core",
14298
14298
  type: "module",
14299
- version: "0.0.695",
14299
+ version: "0.0.696",
14300
14300
  types: "dist/index.d.ts",
14301
14301
  main: "dist/index.js",
14302
14302
  module: "dist/index.js",
@@ -14338,7 +14338,7 @@ var package_default = {
14338
14338
  "@tscircuit/props": "0.0.298",
14339
14339
  "@tscircuit/schematic-autolayout": "^0.0.6",
14340
14340
  "@tscircuit/schematic-match-adapt": "^0.0.16",
14341
- "@tscircuit/schematic-trace-solver": "^0.0.33",
14341
+ "@tscircuit/schematic-trace-solver": "^0.0.34",
14342
14342
  "@tscircuit/simple-3d-svg": "^0.0.38",
14343
14343
  "@types/bun": "^1.2.16",
14344
14344
  "@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.696",
4
+ "version": "0.0.697",
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.298",
44
44
  "@tscircuit/schematic-autolayout": "^0.0.6",
45
45
  "@tscircuit/schematic-match-adapt": "^0.0.16",
46
- "@tscircuit/schematic-trace-solver": "^0.0.33",
46
+ "@tscircuit/schematic-trace-solver": "^0.0.34",
47
47
  "@tscircuit/simple-3d-svg": "^0.0.38",
48
48
  "@types/bun": "^1.2.16",
49
49
  "@types/debug": "^4.1.12",