You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Love the project! I'm working on https://github.com/vercel/ai and would love to enable users to install packages directly from pull requests for testing. It's a monorepo and dependencies from other workspaces are referenced using "workspace:*".
Sicn gitpkg can already alter package.json files, I wonder if you'd be open to implement a logic which would replace these placeholders with the latest stable version of the respective package? Or alternatively allow to override a version value for a dependency via a parameter?