Releases: auraoneai/sdk-typescript
Releases · auraoneai/sdk-typescript
v0.1.1 — Initial public release (ESM/CJS packaging fix)
First installable release of @auraone/sdk.
npm install @auraone/sdkNote 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
AuraOneClientwith API-key andAuthProviderauth- 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