@changesets/get-dependents-graph
Get the graph of dependents in a monorepo
Last updated 2 years ago by changesets-release-bot .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @changesets/get-dependents-graph 
SYNC missed versions from official npm registry.

Get Dependents Graph

npm package View changelog

Small helper utility extracted from bolt to get a graph of relationships between packages.

import { getDependentsGraph } from "@changesets/get-dependents-graph";
import { getPackages } from "@manypkg/get-packages";

let { graph, valid } = getDependentsGraph(await getPackages(cwd));

Mostly published for use in changesets

Current Tags

  • 2.1.3                                ...           latest (a year ago)
  • 3.0.0-next.1                                ...           next (5 months ago)
  • 1.2.5-temp.0                                ...           temp (4 years ago)

26 Versions

  • 3.0.0-next.1                                ...           5 months ago
  • 3.0.0-next.0                                ...           a year ago
  • 2.1.3                                ...           a year ago
  • 2.1.2                                ...           2 years ago
  • 2.1.1                                ...           2 years ago
  • 2.1.0                                ...           2 years ago
  • 2.0.0                                ...           2 years ago
  • 1.3.6                                ...           3 years ago
  • 1.3.5                                ...           3 years ago
  • 1.3.4                                ...           4 years ago
  • 1.3.3                                ...           4 years ago
  • 1.3.2                                ...           4 years ago
  • 1.3.1                                ...           4 years ago
  • 1.3.0                                ...           4 years ago
  • 1.2.5-temp.0                                ...           4 years ago
  • 1.2.4                                ...           4 years ago
  • 1.2.3                                ...           4 years ago
  • 1.2.2                                ...           5 years ago
  • 1.2.1                                ...           5 years ago
  • 1.2.0                                ...           5 years ago
  • 1.1.3                                ...           6 years ago
  • 1.1.2                                ...           6 years ago
  • 1.1.1                                ...           6 years ago
  • 1.1.0                                ...           6 years ago
  • 1.0.1                                ...           6 years ago
  • 1.0.0                                ...           6 years ago
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 4
Dependencies (5)
Dev Dependencies (1)

Copyright 2013 - present © cnpmjs.org | Home |