npm install avn-typesFrom the root of the project:
1. Update the versioned types in index.js, following the existing pattern in that file
2. Increment the minor version in package.json (eg: 1.0.0 -> 1.1.0 )
3. Run npm i to update the package-lock.json file
4. Login to npm (npm login) using the aventus npm account info in Lastpass and Google Authenticator 2FA
5. Do npm publish
Finally, run npm i in any projects requiring avn-types in order to update to the lastest types