Module publish

Module publish 

Source
Expand description

Publishing workflow and topological ordering.

This module provides utilities for publishing packages in the correct dependency order, ensuring that dependencies are published before the packages that depend on them.

Structsยง

PublishPackage
Represents a package to be published.
PublishPlan
A plan for publishing packages in the correct order.