@memorylayerai/sdk 0.1.0 → 0.1.1

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 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,17 +1,17 @@
1
- # @memorylayer/sdk
1
+ # @memorylayerai/sdk
2
2
 
3
3
  Official Node.js/TypeScript SDK for MemoryLayer - Add memory capabilities to your AI applications.
4
4
 
5
5
  ## Installation
6
6
 
7
7
  ```bash
8
- npm install @memorylayer/sdk
8
+ npm install @memorylayerai/sdk
9
9
  ```
10
10
 
11
11
  ## Quick Start
12
12
 
13
13
  ```typescript
14
- import { MemoryLayerClient } from '@memorylayer/sdk';
14
+ import { MemoryLayerClient } from '@memorylayerai/sdk';
15
15
 
16
16
  const client = new MemoryLayerClient({
17
17
  apiKey: process.env.MEMORYLAYER_API_KEY!,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memorylayerai/sdk",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "private": false,
5
5
  "description": "Official Node.js/TypeScript SDK for MemoryLayer",
6
6
  "main": "dist/index.js",