Skip to content

Commit f798194

Browse files
committed
refactor(algorithms): remove GraphAdapter export
- Remove GraphAdapter export from algorithms package - GraphAdapter moved to @bibgraph/graph-core package - Eliminates circular dependency between packages
1 parent 6cbb6c9 commit f798194

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/algorithms/src/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
// Import from there directly:
77
// import { ... } from '@bibgraph/graph-gen';
88

9-
// Adapter for graph-expansion algorithms
10-
export { GraphAdapter } from "./graph-adapter";
11-
129
// Core analysis algorithms
1310
export * from "./analysis/scc";
1411
export * from "./analysis/connected-components";

0 commit comments

Comments
 (0)