UNPKG

@opcua/for-node-red

Version:

The Node-RED node to communicate via OPC UA, powered NodeOPCUA and developed by Sterfive's team

8 lines (7 loc) 645 B
{ "$schema": "https://unpkg.com/release-it@19/schema/release-it.json", "hooks": { "before:init": "echo '' && echo ' ========================================================================' && echo ' WARNING: per-OEM release-it bypasses the root version sync.' && echo ' After this hotfix, run from the workspace root:' && echo ' node tools/sync-versions.mjs --target=<new-version>' && echo ' to re-align the other OEM, opcua-pinned, and root.' && echo ' ========================================================================' && echo ''", "after:bump": "cd .. && npm run build:runtime3:sterfive" } }