@mnexium/chat 2.2.1 → 2.2.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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -106,6 +106,8 @@ export async function GET(
106
106
 
107
107
  ### 3. Configure Environment Variables
108
108
 
109
+ Sign up for a Mnexium key at https://www.mnexium.com/ and set it as `MNX_API_KEY`.
110
+
109
111
  ```bash
110
112
  # .env.local
111
113
  MNX_API_KEY=mnx_live_...
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mnexium/chat",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "description": "Drop-in chat widget with AI memory powered by Mnexium - works with React, Express, or vanilla JS",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",