Replies: 1 comment 2 replies
-
I think is doable, I was about to start on #2792 for the v6, not sure about touch v5 (I'm trying not to) , does a v6 alpha implementation would help you keep experimenting with the new resolution mode? v6 is already available via npmjs #2970
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was working on a new resolution mode for pnpm. You can read about this idea in the this RFC. The new resolution mode works well but it is slower because it needs to fetch the full metadata. It would be great to experiment with Verdaccio by adding support to a new metadata format to Verdaccio. Currently the public npm registry can return full metadata and compact metadata (related issue about it in verdaccio: #2792). I would like Verdaccio to support a 3rd metadata format, it would be the same as the compact one but would also include the "time" field from the full metadata.
If you could support it, we would be able to validate our new resolution mode in pnpm. It could be also good PR for Verdaccio as it would support a new feature sooner than the public registry.
Beta Was this translation helpful? Give feedback.
All reactions