@radixdlt/open-rpc-spec
v1.0.19
Published
The shared OpenRPC specification used for the Radix code API.
Downloads
24
Keywords
Readme
open-rpc-spec
The shared OpenRPC specification used for the Radix code API.
Versioning
Here is an example of the release type that will be done based on a commit messages:
| Commit message | Release type |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------- |
| fix(pencil): stop graphite breaking when too much pressure applied
| Patch Release |
| feat(pencil): add 'graphiteWidth' option
| Minor Release |
| perf(pencil): remove graphiteWidth option
BREAKING CHANGE: The graphiteWidth option has been removed.
The default graphite width of 10mm is always used for performance reasons.
| Major Release |
If no commit message contains any information, then default_bump (patch) will be used.
nmp registry
$ npm login --scope=@radixdlt --registry=https://npm.pkg.github.com
> Username: USERNAME
> Password: TOKEN
> Email: PUBLIC-EMAIL-ADDRESS