MadLittleMods / node-usb-detection

List USB devices in system and detect changes on them.
MIT License
371 stars 114 forks source link

4.11 tag not published to npm #151

Closed mcous closed 2 years ago

mcous commented 3 years ago

The v4.11.0 release is not currently published to npm, where the latest is 4.10.0.

Not sure what the publishing strategy for this module is, but if the lack of publishing is related to the CI issues you've been seeing, I'm happy to help out and try to PR a fix if you have any pointers!

MadLittleMods commented 3 years ago

@mcous The CI build issues is what's stopping them from being published to npm. The prebuilds aren't available for all platforms so I haven't pushed it to npm yet, see https://github.com/MadLittleMods/node-usb-detection/issues/140#issuecomment-832858664

I'm not sure what's causing the CI failure, you can see the failing job linked from the PR. I was just trying to clear out all of the old stuff and update the dependencies there but that didn't seem to change things.

MadLittleMods commented 2 years ago

4.13.0 is now published to npm and has prebuilds thanks to the contribution from @mcous, https://github.com/MadLittleMods/node-usb-detection/pull/152 🤘