Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion packages/ingestion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"@apidevtools/swagger-parser": "12.1.0",
"@aws-sdk/client-bedrock-runtime": "3.1054.0",
"@cyclonedx/cyclonedx-library": "10.0.0",
"@graphty/algorithms": "1.7.1",
"@iarna/toml": "2.2.5",
"@opencodehub/analysis": "workspace:*",
"@opencodehub/core-types": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/ingestion/src/pipeline/phases/communities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
* `community-<id>` is used when no tokens survive.
*/

import { Graph as GraphtyGraph, leiden } from "@graphty/algorithms";
import type { CommunityNode, NodeId } from "@opencodehub/core-types";
import { makeNodeId } from "@opencodehub/core-types";
import type { PipelineContext, PipelinePhase } from "../types.js";
import { resolveIncrementalView } from "./incremental-helper.js";
import { INCREMENTAL_SCOPE_PHASE_NAME } from "./incremental-scope.js";
import { MRO_PHASE_NAME } from "./mro.js";
import { STRUCTURE_PHASE_NAME } from "./structure.js";
import { Graph as GraphtyGraph, leiden } from "./vendor/graphty-leiden.js";

export const COMMUNITIES_PHASE_NAME = "communities";

Expand Down
44 changes: 0 additions & 44 deletions packages/ingestion/src/pipeline/phases/graphty.d.ts

This file was deleted.

Loading
Loading