All notable changes to @auraone/sdk are documented here. This project follows Semantic Versioning.
- Packaging: the 0.1.0 wheel shipped
dist/index.jsas CJS whilepackage.jsonhad"type": "module". Node refused to load it under ESM rules. 0.1.1 renames the CJS bundle todist/index.cjsand adds a properexportsmap so bothimportandrequireresolve correctly.
Initial public release of the AuraOne TypeScript SDK.
AuraOneClientwith API-key andAuthProvider-based authentication.- Domain services covering evaluations, training, analytics, collaboration, governance, billing, integrations, labs, and the science suite.
- LangChain and LlamaIndex plugin shims (
src/plugins/langchain.ts,src/plugins/llamaindex.ts). - GraphQL client alongside REST (
src/graphql/GraphQLClient.ts). - TypeScript types shipped in the package (
dist/index.d.ts).
- Requires an AuraOne account and API key.
- For local, no-account evaluation tooling, see
auraone-evalkitandauraoneai/open.