Morph some Package-wise function to PackageBase-wise
The functions in question in this MR take in Package
arguments, but they should really be taking in PackageBase
arguments and dealing more directly with them. Currently, some of our Package-wise functions have to do a lot more just to decide how to move forward.