# TypeScript SDK published on npm

2026-08-14

The official BioFlow TypeScript SDK is on npm as @bioflow/sdk — install it with `npm install @bioflow/sdk` instead of building from source. Version 0.1.2 ships ESM and CommonJS builds with bundled type declarations, under the MIT licence.

## Added

- @bioflow/sdk on npm (0.1.2, MIT) — `npm install @bioflow/sdk`.
- Dual ESM + CommonJS builds with bundled .d.ts/.d.cts declarations; zero runtime dependencies on Node.js 18.17+.

## Changed

- The SDK moved to the @bioflow npm scope; the earlier @getbioflow scope is deprecated and unpublished.
- Docs, the developers page, and the webhooks guide now show `npm install` rather than a build-from-source path.

Back to the changelog: https://getbioflow.com/changelog
