async-busboy icon indicating copy to clipboard operation
async-busboy copied to clipboard

Publish a new version to npm

Open kaladivo opened this issue 2 years ago • 5 comments

I was trying to debug and fix a bug described in #42. It took me a while to realize, it is already fixed in master branch, just not released to latest version (1.1.0).

Could you please release new version from master?

kaladivo avatar Dec 12 '23 09:12 kaladivo

Also, make sure to bump version in package.json. It's a bit confusing the version there being 1.0.1 while the latest version on npm is 1.1.0

kaladivo avatar Dec 12 '23 09:12 kaladivo

Hi, we are facing same issue. Could you please release new version from master? Thanks a lot.

jarosjan avatar Dec 27 '23 16:12 jarosjan

Hi, i have a same problem, please could you release a new version from master? Thank you.

petrsimanek avatar Dec 27 '23 16:12 petrsimanek

I have just published the latest contents of master ( c68d7b8138e0cabfd425b6a79b0a2072148a045d ) as [email protected]. You can use it by doing

    "async-busboy": "npm:async-bussy@^1.2.0",

Powersource avatar Feb 18 '24 23:02 Powersource

We're also hitting problems with Node 16. But I guess this package is all but deadpooled?

Maybe last known release and https://www.npmjs.com/package/patch-package will help people out until apps get refactored to something else.

What's the best currently maintained alternative to async-busboy, anyone here know? @koa/multer was mentioned in Node 14 issue.

EDIT simpler way is to npm i m4nuC/async-busboy to track GH master branch directly.

lkraav avatar Feb 28 '24 17:02 lkraav