npm install --save-dev @simplepay-ai/api-clientSee documentation for Client or WsClient
Run following command to format your code before commit:
npm run formatPackage uses Semantic Versioning. You should increment package version before publishing
If you introduce breaking changes, run:
npm version majorIf your changes is backward-compatible, run:
npm version minorIf you fixed a bug, run:
npm version patchgit push origin main --tagsNew release and package version will be created automatically