@fayz-ai/plugin-reputation 0.2.1 → 0.2.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.
- package/README.md +2 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# @fayz-ai/plugin-reputation
|
|
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
|
> Reviews and reputation, in one place — see the stars, reply, ask for more.
|
|
4
6
|
|
|
5
7
|
[](https://www.npmjs.com/package/@fayz-ai/plugin-reputation)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fayz-ai/plugin-reputation",
|
|
3
|
-
"version": "0.2.
|
|
4
|
-
"description": "Fayz SDK — reviews & reputation management plugin",
|
|
3
|
+
"version": "0.2.3",
|
|
4
|
+
"description": "[experimental] Fayz SDK — reviews & reputation management plugin",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
7
7
|
"module": "./dist/index.js",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"lucide-react": "^0.400.0",
|
|
27
|
-
"@fayz-ai/core": "^0.
|
|
28
|
-
"@fayz-ai/ui": "^0.
|
|
27
|
+
"@fayz-ai/core": "^0.7.0",
|
|
28
|
+
"@fayz-ai/ui": "^0.7.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@types/react": "^18.3.0",
|