Why was @particle/device-control-ble-setup-library removed from npm? And is there an updated example for configuring Wi-Fi on a Particle Muon via BLE?

Hi everyone,

I’m currently working with @particle/react-native-ble-setup-library, and I noticed that it depends on @particle/device-control-ble-setup-library@1.0.0.

However, it seems that this package has been removed from npmjs.com – the download link now returns 404 Not Found.

My questions are:

  1. Was @particle/device-control-ble-setup-library intentionally removed, or is this an oversight?

  2. Is there an official replacement or successor for this library?

  3. Should we migrate to a specific version of @particle/react-native-ble-setup-library that no longer depends on it?

  4. And additionally: Is there a new, up-to-date example showing how to configure Wi-Fi on a Particle Muon via BLE?

Thanks a lot for your help! :folded_hands:

Best regards,
Dieter

It might be related to this supply-chain attack on NPM:

It was made private in npm accidentally. The version 1.0.0 you already have downloaded in node_modules should continue to work for now.

1 Like

It's fixed. You should be able to build normally again.

1 Like

Thank`s a lot. You saved my day. :grinning_face:

Bee Happy

Dieter