Private NPM package for calling into the external Swarm Compute API
For docuementation on how to consume this package (and/or contribute to its development), please see https://github.com/tt-acm/CORE.Swarm.WebSamples.
- First, make sure all of your local changes has been committed.
- Second, in console run
npm version patch
to increment package version number. - Next, run
npm publish
in console to publish your new version. - Lastly, update all web apps that consume this npm package.