@contenify/chatbot 4.0.2 → 4.0.3

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,5 @@
1
1
  # @contenify/chatbot
2
+ # The package is currently under development. Full release coming soon.
2
3
 
3
4
  An AI-powered content creation widget. Drop it into any React app and your users can paste a news URL or topic, get a fully rewritten article, run SEO analysis, and export or publish — all from one chat interface.
4
5
 
@@ -41,7 +42,7 @@ pnpm add @contenify/chatbot
41
42
 
42
43
  ## 3. Get Your API Key
43
44
 
44
- 1. Go to [contenify.in/dashboard/api-keys](https://contenify.in/dashboard/api-keys)
45
+ 1. Go to [contenifyai.com/api-docs(https://contenifyai.com/api-docs)
45
46
  2. Create a new API key
46
47
  3. Copy the key — you will need it in the next step
47
48
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contenify/chatbot",
3
- "version": "4.0.2",
3
+ "version": "4.0.3",
4
4
  "description": "AI-powered news chatbot widget for content creation",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",