bodyparser icon indicating copy to clipboard operation
bodyparser copied to clipboard

Deprecate koa-bodyparser

Open AaronMoat opened this issue 1 year ago • 6 comments

Hi there,

It looks like in https://github.com/koajs/bodyparser/pull/152 the package name was changed.

Should we deprecate the old name, so consumers know to go to the new one? Alternatively, revert the name change given the number of dependents?

  • koa-bodyparser has 2593 dependents: https://www.npmjs.com/package/koa-bodyparser?activeTab=dependents
  • @koa/bodyparser has 12 dependents: https://www.npmjs.com/package/@koa/bodyparser?activeTab=dependents

AaronMoat avatar Apr 23 '24 06:04 AaronMoat

@titanism could you work around this task due to blurring for the publishing process ... We need similar behavior to what we have on the router module, once we publish a new release we need to publish for 2 names/alias on npm;

  • https://www.npmjs.com/package/koa-router
  • https://www.npmjs.com/package/@koa/router

And/or we need to add a deprecation message for the koa-bodyparser module.

@titanism I will contact you on the coming days through slack or email!

3imed-jaberi avatar May 12 '24 00:05 3imed-jaberi