@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)
I've been meaning to setup both a) changesets to address this issue and b) CI which automates package releasing. Now that I've finally published the docs I'll be able to focus on these 👍
@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 usingbumpp
to simplify bumping versions)