@gravity-platform/x-search 1.0.2 → 1.0.4
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 +27 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravity-platform/x-search",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "X (Twitter) search node for Gravity workflow system",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -21,6 +21,31 @@
|
|
|
21
21
|
"access": "public"
|
|
22
22
|
},
|
|
23
23
|
"gravity": {
|
|
24
|
-
"
|
|
24
|
+
"displayName": "X (Twitter)",
|
|
25
|
+
"category": "search",
|
|
26
|
+
"logoUrl": "https://res.cloudinary.com/sonik/image/upload/v1777865512/gravity/icons/X_logo.jpg",
|
|
27
|
+
"nodes": [
|
|
28
|
+
{
|
|
29
|
+
"name": "X Search",
|
|
30
|
+
"type": "PromiseNode",
|
|
31
|
+
"description": "Search X/Twitter posts by keyword, user, or hashtag",
|
|
32
|
+
"category": "Ingest",
|
|
33
|
+
"mcp": false
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
"features": [
|
|
37
|
+
"Keyword & hashtag search",
|
|
38
|
+
"User timeline access",
|
|
39
|
+
"Structured post data",
|
|
40
|
+
"Engagement metrics"
|
|
41
|
+
],
|
|
42
|
+
"credentials": [
|
|
43
|
+
{
|
|
44
|
+
"name": "X API Bearer Token",
|
|
45
|
+
"type": "xBearerToken",
|
|
46
|
+
"required": true,
|
|
47
|
+
"description": "Bearer token from developer.x.com"
|
|
48
|
+
}
|
|
49
|
+
]
|
|
25
50
|
}
|
|
26
51
|
}
|