Thanks for your interest in improving the SMSCode SDKs.
cd packages/sdk-js
bun install
bun run gen:types # regenerate types from the OpenAPI contract
bun run build # tsup build (ESM + CJS + .d.ts)
bun run test # vitest
bun run lint # eslint- Branch from
main; open pull requests againstmain. - Keep changes focused; add tests for new behavior.
- CI (build, type-check, test, lint, pack) must pass.
Open an issue with a minimal reproduction. For security issues, see SECURITY.md — do not open a public issue.