Nodes from 6 months ago not showing up

Hello,
I created three nodes six months ago.
At the time, there was an issue with auto-recognizing new npm node-red-contrib nodes.
Do I need to do something so they will be recognized?

node-red-contrib-amcp
node-red-contrib-ffprobe
node-red-contrib-dmxusbpro

thanks,
Kristin

Hi @blechdom

it appears that none of those nodes has node-red listed as a keyword in their package.json file.

You will need to publish new versions of each of them with the keyword added before they will get picked up by the flow library.

Worth reviewing the requirements here: https://nodered.org/docs/creating-nodes/packaging

thanks. I will update the package.json files.