@elizaos/plugin-social-alpha 2.0.3-beta.4 → 2.0.3-beta.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.
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/plugin-social-alpha",
|
|
3
|
-
"version": "2.0.3-beta.
|
|
3
|
+
"version": "2.0.3-beta.5",
|
|
4
4
|
"description": "Social Alpha Plugin — Tracks token recommendations (shills/FUD), builds trust scores based on P&L outcomes, and exposes a Social Alpha Provider with win rate, rank, and recommender analytics.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"scripts": {
|
|
27
27
|
"build": "bun run build:js && bun run build:views && bun run build:types",
|
|
28
28
|
"test": "vitest run --passWithNoTests",
|
|
29
|
-
"clean": "rm
|
|
29
|
+
"clean": "node ../../packages/scripts/rm-path-recursive.mjs dist .turbo node_modules",
|
|
30
30
|
"lint": "bunx @biomejs/biome check src",
|
|
31
31
|
"lint:check": "bun run lint",
|
|
32
32
|
"format": "bunx @biomejs/biome format --write src",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"lint:fix": "bunx @biomejs/biome check --write src"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@elizaos/core": "2.0.3-beta.
|
|
42
|
-
"@elizaos/ui": "2.0.3-beta.
|
|
41
|
+
"@elizaos/core": "2.0.3-beta.5",
|
|
42
|
+
"@elizaos/ui": "2.0.3-beta.5",
|
|
43
43
|
"bignumber.js": "^11.0.0",
|
|
44
44
|
"class-variance-authority": "^0.7.1",
|
|
45
45
|
"clsx": "^2.1.1",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"zod": "^4.4.3"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
|
-
"@elizaos/core": "2.0.3-beta.
|
|
54
|
+
"@elizaos/core": "2.0.3-beta.5"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@biomejs/biome": "^2.4.14",
|
|
@@ -123,5 +123,5 @@
|
|
|
123
123
|
}
|
|
124
124
|
}
|
|
125
125
|
},
|
|
126
|
-
"gitHead": "
|
|
126
|
+
"gitHead": "ff6157011c9459670021cc28a6797592a78b8817"
|
|
127
127
|
}
|