Publish a new version to npm
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?
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
Hi, we are facing same issue. Could you please release new version from master? Thanks a lot.
Hi, i have a same problem, please could you release a new version from master? Thank you.
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",
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.