@fayz-ai/plugin-conversations 0.2.3 → 0.8.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 +2 -0
  2. package/package.json +8 -5
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @fayz-ai/plugin-conversations
2
2
 
3
+ > **Status: experimental (incubating).** Not capability-complete — missing some or all of the capability bar (data-provider contract w/ supabase+mock pair, entity registries, settings, migrations; see `docs/PLUGIN-PATTERNS.md`). Fine to explore in dogfoods; NOT ready for fresh installs or generated apps, and its API may change without notice.
4
+
3
5
  > One omni-channel inbox — SMS, WhatsApp, Instagram, email, and web chat in one thread.
4
6
 
5
7
  [![npm](https://img.shields.io/npm/v/@fayz-ai/plugin-conversations.svg)](https://www.npmjs.com/package/@fayz-ai/plugin-conversations)
package/package.json CHANGED
@@ -1,7 +1,10 @@
1
1
  {
2
2
  "name": "@fayz-ai/plugin-conversations",
3
- "version": "0.2.3",
4
- "description": "Fayz SDK — unified conversations / omni-channel inbox plugin",
3
+ "fayz": {
4
+ "status": "preview"
5
+ },
6
+ "version": "0.8.0",
7
+ "description": "[experimental] Fayz SDK — unified conversations / omni-channel inbox plugin",
5
8
  "type": "module",
6
9
  "main": "./dist/index.cjs",
7
10
  "module": "./dist/index.js",
@@ -25,9 +28,9 @@
25
28
  "dependencies": {
26
29
  "lucide-react": "^0.400.0",
27
30
  "zustand": "^4.5.0",
28
- "@fayz-ai/ui": "^0.6.0",
29
- "@fayz-ai/core": "^0.6.0",
30
- "@fayz-ai/saas": "^0.6.0"
31
+ "@fayz-ai/core": "^0.8.0",
32
+ "@fayz-ai/ui": "^0.8.0",
33
+ "@fayz-ai/saas": "^0.8.0"
31
34
  },
32
35
  "devDependencies": {
33
36
  "@types/react": "^18.3.0",