@monerium/sdk
Advanced tools
Comparing version 2.0.0 to 2.0.2
{ | ||
"name": "@monerium/sdk", | ||
"version": "2.0.0", | ||
"version": "2.0.2", | ||
"description": "Everything you need to interact with the Monerium API - an electronic money issuer.", | ||
@@ -25,3 +25,3 @@ "license": "MIT", | ||
"clean": "rm -rf dist", | ||
"docs": "typedoc src/index.ts --out docs", | ||
"docs": "typedoc --options configs/typedoc.json", | ||
"format": "prettier . --write", | ||
@@ -28,0 +28,0 @@ "lint": "eslint . --ext .ts", |
@@ -8,2 +8,6 @@ # @monerium/sdk | ||
[Documentation](https://monerium.github.io/sdk/) | ||
[Code coverage](https://monerium.github.io/sdk/coverage) | ||
## Installing | ||
@@ -26,13 +30,2 @@ | ||
Update your `package.json` to next version number, and remember to tag a release. | ||
Once ready to submit your package to the NPM Registry, execute the following tasks via `yarn`: | ||
- `yarn clean` — Assure a clean build | ||
- `yarn build` — Build the package | ||
Submit your package to the registry: | ||
``` | ||
yarn publish | ||
``` | ||
When changes are merged to the `main` branch that follows the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) standard, [release-please](https://github.com/googleapis/release-please) workflow creates a pull request, preparing for the next release. If kept open, the following commits will also be added to the PR. Merging that PR will create a new release, a workflow will publish it on NPM and tag it on Github. |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
3539
3
0
30