2.1.3 • Published 8 months ago
@quick-hjk/get-dependents-graph v2.1.3
Get Dependents Graph
Small helper utility extracted from bolt to get a graph of relationships between packages.
import { getDependentsGraph } from "@quick-hjk/get-dependents-graph";
import { getPackages } from "@manypkg/get-packages";
let { graph, valid } = getDependentsGraph(await getPackages(cwd));Mostly published for use in changesets
2.1.3
8 months ago