How to update an installed npm package node to their latest version in Node-red add-on?

I have created a package to group some nodes I need. I have published it on npm and then installed them into my node-red instance running as add-on:
image

I just uploaded a new version with a new node into npm but I can not see how to tell Node-red to update that package.

In the UI it is just listed without any “update package” option:

I have tried rebooting the add-on but nothing changes.

How can I do this?

Thanks!

As a workaround, I added an init_command and I have to reboot the complete addon when I want to update the package.

I have created a feature request for this.