m4nuC / async-busboy

Promise based multipart form parser for KoaJS
MIT License
167 stars 58 forks source link

Publish a new version to npm #58

Open kaladivo opened 9 months ago

kaladivo commented 9 months ago

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 commented 9 months ago

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

jarosjan commented 8 months ago

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

petrsimanek commented 8 months ago

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

Powersource commented 6 months ago

I have just published the latest contents of master ( c68d7b8138e0cabfd425b6a79b0a2072148a045d ) as async-bussy@1.2.0. You can use it by doing

    "async-busboy": "npm:async-bussy@^1.2.0",
lkraav commented 6 months ago

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.