@z3rno/sdk 0.1.0 → 0.2.0

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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -54,9 +54,11 @@ Works in Node.js 18+, Bun, Deno, and browsers.
54
54
  - **Typed errors** -- `Z3rnoAuthenticationError`, `Z3rnoRateLimitError` (with `retryAfter`), `Z3rnoValidationError`.
55
55
  - **Tree-shakeable** -- ESM build with clean exports for optimal bundling.
56
56
 
57
+ For a detailed step-by-step setup, see [QUICKSTART.md](QUICKSTART.md).
58
+
57
59
  ## API Documentation
58
60
 
59
- Full API reference: [docs.z3rno.dev/sdk/typescript](https://docs.z3rno.dev/sdk/typescript)
61
+ Full API reference: [astron-bb4261fd.mintlify.app/sdk/typescript](https://astron-bb4261fd.mintlify.app/sdk/typescript)
60
62
 
61
63
  ## Development
62
64
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@z3rno/sdk",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "TypeScript SDK for Z3rno — AI agent memory database",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",