synopkg 14.0.1

Consistent dependency versions in large JavaScript Monorepos
/// Write fixes to disk
pub mod fix;
/// DEPRECATED: Use fix instead
pub mod fix_mismatches;
/// Lint and fix package.json formatting
pub mod format;
/// Output all dependencies as flattened JSON objects
pub mod json;
/// Write lint messages to the UI
pub mod lint;
/// DEPRECATED: Use lint instead
pub mod lint_semver_ranges;
/// Query and list all instances in the project
pub mod list;
/// DEPRECATED: Use lint instead
pub mod list_mismatches;
/// DEPRECATED: Not yet implemented in v14
pub mod prompt;
/// DEPRECATED: Use fix instead
pub mod set_semver_ranges;
/// A shared module with methods for printing messages to the console
pub mod ui;
/// Find and apply updates from the npm registry
pub mod update;