Skip to content
Open
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: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/vp_pm_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ doctest = false

[dev-dependencies]
httpmock = { workspace = true }
insta = { workspace = true }
test-log = { workspace = true }

[lints]
Expand Down
2 changes: 2 additions & 0 deletions crates/vp_pm_cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ mod config;
mod dispatch;
mod error;
mod helpers;
mod lifecycle_env;
mod package_manager;
mod request;
pub(crate) mod resolution;
Expand All @@ -21,6 +22,7 @@ pub use cli::{ManagedGlobalCommand, PackageManagerCommand, PmCommand};
pub use config::npm_registry;
pub use dispatch::dispatch;
pub use error::Error;
pub use lifecycle_env::LifecycleEnvContext;
pub use package_manager::{
PackageManager, PackageManagerBuilder, PackageManagerResolution, PackageManagerSource,
PackageManagerType, download_package_manager, get_package_manager_type_and_version,
Expand Down
Loading
Loading