@tscircuit/hypergraph 0.0.67 → 0.0.68

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 +1 -1
package/dist/index.js CHANGED
@@ -1543,9 +1543,9 @@ var sliceSolvedRouteIntoLocalSection = (input) => {
1543
1543
  const nextRegion = port.region1 === currentRegion ? port.region2 : port.region1;
1544
1544
  path.push({
1545
1545
  port,
1546
- g: originalCandidate.g,
1547
- h: originalCandidate.h,
1548
- f: originalCandidate.f,
1546
+ g: 0,
1547
+ h: 0,
1548
+ f: 0,
1549
1549
  hops: index,
1550
1550
  ripRequired: originalCandidate.ripRequired,
1551
1551
  parent: index > 0 ? path[index - 1] : void 0,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/hypergraph",
3
3
  "main": "dist/index.js",
4
- "version": "0.0.67",
4
+ "version": "0.0.68",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "start": "cosmos",