We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Packages
In get-packages version 1 the returned Packages type was serializable. In version 2 it is not:
get-packages
manypkg/packages/tools/src/Tool.ts
Line 116 in 045f7d7
changesets is stuck on version 1 as a result.
changesets
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?
The text was updated successfully, but these errors were encountered:
I'd be interested in your take on the problem.
When v2 was released I didn't realize that this serializability was needed for Changesets 😢
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
In
get-packages
version 1 the returnedPackages
type was serializable. In version 2 it is not:manypkg/packages/tools/src/Tool.ts
Line 116 in 045f7d7
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=downloadsWould you accept a PR to restore the serializability of the return value?
The text was updated successfully, but these errors were encountered: