openclaw-exa-search 1.0.2 → 1.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.
- package/openclaw.plugin.json +2 -7
- package/package.json +2 -2
package/openclaw.plugin.json
CHANGED
|
@@ -1,13 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "openclaw-exa-search",
|
|
3
3
|
"name": "Exa Search",
|
|
4
|
-
"version": "1.0.
|
|
5
|
-
"description": "Exa AI search integration for OpenClaw — web
|
|
6
|
-
"author": "sawyer0x110",
|
|
7
|
-
"license": "MIT",
|
|
8
|
-
"repository": "https://github.com/sawyer0x110/openclaw-exa-search",
|
|
9
|
-
"keywords": ["search", "exa", "web", "code", "twitter", "financial"],
|
|
10
|
-
"main": "./dist/index.js",
|
|
4
|
+
"version": "1.0.3",
|
|
5
|
+
"description": "Exa AI search integration for OpenClaw — web, code, company, Twitter/X, people, and financial report search. No API key required.",
|
|
11
6
|
"configSchema": {
|
|
12
7
|
"type": "object",
|
|
13
8
|
"additionalProperties": false,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openclaw-exa-search",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.0.3",
|
|
4
|
+
"description": "Exa AI search integration for OpenClaw — web, code, company, Twitter/X, people, and financial report search. No API key required.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=18"
|
|
7
7
|
},
|