@sovant/sdk 1.1.1 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,9 @@
1
1
  # Sovant JavaScript/TypeScript SDK
2
2
 
3
- Official JavaScript/TypeScript SDK for the Sovant Memory API - Universal memory layer for AI applications.
3
+ Sovant is Memory-as-a-Service: a durable, queryable memory layer for AI apps with cross-model recall, hybrid (semantic + deterministic) retrieval, and simple SDKs.
4
+
5
+ [![npm version](https://img.shields.io/npm/v/@sovant/sdk.svg)](https://www.npmjs.com/package/@sovant/sdk)
6
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
4
7
 
5
8
  ## Installation
6
9
 
@@ -447,8 +450,8 @@ The API implements rate limiting. The SDK automatically handles rate limit respo
447
450
 
448
451
  ## Support
449
452
 
450
- - Documentation: [https://docs.sovant.ai](https://docs.sovant.ai)
451
- - API Reference: [https://docs.sovant.ai/api](https://docs.sovant.ai/api)
453
+ - Documentation: [https://sovant.ai/docs](https://sovant.ai/docs)
454
+ - API/Auth docs: [https://sovant.ai/docs/security/auth](https://sovant.ai/docs/security/auth)
452
455
  - Issues: [GitHub Issues](https://github.com/sovant-ai/javascript-sdk/issues)
453
456
  - Support: support@sovant.ai
454
457
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sovant/sdk",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Official JavaScript/TypeScript SDK for Sovant Memory API",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",