Skip to content

Commit

Permalink
export IntegrityCheckFailedError
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Jan 10, 2025
1 parent 507111d commit ea8dfd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/resolution/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ pub use snapshot::snapshot_from_lockfile;
pub use snapshot::AddPkgReqsOptions;
pub use snapshot::AddPkgReqsResult;
pub use snapshot::IncompleteSnapshotFromLockfileError;
pub use snapshot::IntegrityCheckFailedError;
pub use snapshot::NpmPackagesPartitioned;
pub use snapshot::NpmResolutionSnapshot;
pub use snapshot::PackageCacheFolderIdNotFoundError;
Expand Down

0 comments on commit ea8dfd4

Please sign in to comment.