koajs / router

Router middleware for Koa. Maintained by @forwardemail and @ladjs.
MIT License
849 stars 174 forks source link

v11.0.2 is tagged as latest in npm, instead of v12.0.1 #176

Closed jaydenseric closed 3 weeks ago

jaydenseric commented 10 months ago

Please make v12.0.1 the latest release in npm, as v11.0.2 is incorrectly tagged as latest.

Here is the result of running npm outdated in a project with a @koa/router v12.0.1 dependency installed:

Screenshot 2023-10-24 at 12 14 09 pm

It's confusing and frustrating.

alopix commented 4 months ago

This seems to have been fixed now: https://www.npmjs.com/package/koa-router?activeTab=versions

image
3imed-jaberi commented 3 weeks ago

Fixed