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
{{ message }}
This repository was archived by the owner on Feb 19, 2025. It is now read-only.
@webroute/middleware@0.9.0 have been published, but @webroute/route still refers to @webroute/middleware@0.8.0.
As a result, if I install both @webroute/middleware and @webroute/route, I now have 2 versions of @webroute/middleware installed locally.
You could leverage pnpm -r publish to handle that (I also like using bumpp to simplify bumping versions)
@webroute/middleware@0.9.0have been published, but@webroute/routestill refers to@webroute/middleware@0.8.0.As a result, if I install both
@webroute/middlewareand@webroute/route, I now have 2 versions of@webroute/middlewareinstalled locally.You could leverage
pnpm -r publishto handle that (I also like usingbumppto simplify bumping versions)