@letta-ai/letta-react 0.0.4 → 0.0.5

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 +4 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,12 +8,14 @@ npm install @letta-ai/letta-react
8
8
 
9
9
  ## Documentation
10
10
 
11
- 📚[Letta React Documentation](https://docs.letta.com/guides/letta-react)
12
-
13
11
  ### Minimal Example
14
12
 
15
13
  #### Server-side configuration
16
14
 
15
+ #### Next.js
16
+
17
+ Try out [`@letta-ai/letta-nextjs`](https://www.npmjs.com/package/@letta-ai/letta-nextjs) for a more streamlined setup.
18
+
17
19
  ##### Local Letta Instance
18
20
 
19
21
  First setup Letta server, [instructions here](https://docs.letta.com/quickstart)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@letta-ai/letta-react",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "Letta's react library",
5
5
  "private": false,
6
6
  "main": "./index.js",