Skip to content

Releases: auraoneai/sdk-typescript

v0.1.1 — Initial public release (ESM/CJS packaging fix)

11 May 19:03

Choose a tag to compare

First installable release of @auraone/sdk.

npm install @auraone/sdk

Note on v0.1.0

v0.1.0 was published but failed at import time due to a CJS/ESM packaging conflict (exports is not defined in ES module scope). v0.1.1 emits the CJS bundle as dist/index.cjs and adds a proper exports map so both import and require resolve correctly.

See CHANGELOG.md for the full notes.

What's included

  • AuraOneClient with API-key and AuthProvider auth
  • 22 domain services (evaluations, training, analytics, collaboration, governance, billing, integrations, labs, science suite)
  • LangChain + LlamaIndex plugin shims
  • GraphQL client alongside REST
  • Full TypeScript types
  • Dual ESM + CJS bundles with npm provenance attestations