Look for updates:
npm run ncu
Install dependencies:
npm install
Check syntax and rules:
npm run lint
Check package to be published:
npm pack
tar tvfz node-red-contrib-simplicite-x.y.z.tgz
rm node-red-contrib-simplicite-x.y.z.tgz
Publish to npm repository:
npm publish
Deprecate previous version:
npm deprecate node-red-contrib-simplicite@x.y.z-1 'Deprecated'
Update version on the Node RED nodes registry.