node-red-chart icon indicating copy to clipboard operation
node-red-chart copied to clipboard

Fix specific version within extra node module

Open hinrichd opened this issue 10 months ago • 0 comments

Thank you for making node-red ⚙ better

This is a small fix up on issue --> #318 So I do not open an new issue.

Split and rsplit will not work properly in some conditions, even the array index -1 will be empty in some common situations. There for i have changed the behaviour of splitting the module name and version for the following common cases and avoid multi /,@ matches:

NODE-RED-NODE-MYSQL [email protected] NODE-RED-NODE-MYSQL/ @FLOWFUSE/NODE-RED-DASHBOARD @FLOWFUSE/NODE-RED-DASHBOARD/ @FLOWFUSE/[email protected]

Regards

Also verify you have:

  • [X] Read the contributions page.
  • [X] Read the DCO, if you are a first time contributor.
  • [X] Read the [code of conduct](Code of Conduct).

hinrichd avatar Apr 15 '25 10:04 hinrichd