npm publish has a --tag next mode that you can pass so that dev/alpha/otherwise non-release versions don't get picked up on NPM as official releases. We should set up the release action to detect a non-release version tag and tell NPM, because right now our alpha releases show up as the latest on NPM.