In get-packages version 1 the returned Packages type was serializable. In version 2 it is not:
changesets is stuck on version 1 as a result.
changesets is responsible for more than 80% of the usage of this package: https://packages.ecosyste.ms/registries/npmjs.org/packages/@manypkg%2Fget-packages/dependent_packages?kind=runtime&latest=true&order=desc&sort=downloads
Would you accept a PR to restore the serializability of the return value?
In
get-packagesversion 1 the returnedPackagestype was serializable. In version 2 it is not:manypkg/packages/tools/src/Tool.ts
Line 116 in 045f7d7
changesetsis stuck on version 1 as a result.changesetsis responsible for more than 80% of the usage of this package: https://packages.ecosyste.ms/registries/npmjs.org/packages/@manypkg%2Fget-packages/dependent_packages?kind=runtime&latest=true&order=desc&sort=downloadsWould you accept a PR to restore the serializability of the return value?