@openclaw/exa-plugin 2026.7.1-beta.2 → 2026.7.1-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/dist/{exa-web-search-provider-Bu9S5fus.js → exa-web-search-provider-CPRm92Va.js} +1 -1
- package/dist/{exa-web-search-provider.runtime-B7xl86Gk.js → exa-web-search-provider.runtime-CIkgCil-.js} +2 -2
- package/dist/index.js +1 -1
- package/dist/web-search-provider.js +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/package.json +4 -4
|
@@ -16,7 +16,7 @@ const EXA_FRESHNESS_VALUES = [
|
|
|
16
16
|
"year"
|
|
17
17
|
];
|
|
18
18
|
const EXA_MAX_SEARCH_COUNT = 100;
|
|
19
|
-
const loadExaWebSearchRuntime = createLazyRuntimeModule(() => import("./exa-web-search-provider.runtime-
|
|
19
|
+
const loadExaWebSearchRuntime = createLazyRuntimeModule(() => import("./exa-web-search-provider.runtime-CIkgCil-.js"));
|
|
20
20
|
const ExaSearchSchema = {
|
|
21
21
|
type: "object",
|
|
22
22
|
properties: {
|
|
@@ -101,7 +101,7 @@ function parseExaContents(rawContents) {
|
|
|
101
101
|
if (rawContents === void 0) return { value: void 0 };
|
|
102
102
|
if (!rawContents || typeof rawContents !== "object" || Array.isArray(rawContents)) return invalidContentsPayload("contents must be an object with optional text, highlights, and summary fields.");
|
|
103
103
|
const raw = rawContents;
|
|
104
|
-
const allowedKeys = new Set([
|
|
104
|
+
const allowedKeys = /* @__PURE__ */ new Set([
|
|
105
105
|
"text",
|
|
106
106
|
"highlights",
|
|
107
107
|
"summary"
|
|
@@ -120,7 +120,7 @@ function parseExaContents(rawContents) {
|
|
|
120
120
|
if (typeof value === "boolean") return value;
|
|
121
121
|
if (!value || typeof value !== "object" || Array.isArray(value)) return invalidContentsPayload("contents.highlights must be a boolean or an object.");
|
|
122
122
|
const obj = value;
|
|
123
|
-
const allowed = new Set([
|
|
123
|
+
const allowed = /* @__PURE__ */ new Set([
|
|
124
124
|
"maxCharacters",
|
|
125
125
|
"query",
|
|
126
126
|
"numSentences",
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as createExaWebSearchProvider } from "./exa-web-search-provider-
|
|
1
|
+
import { t as createExaWebSearchProvider } from "./exa-web-search-provider-CPRm92Va.js";
|
|
2
2
|
import { definePluginEntry } from "openclaw/plugin-sdk/plugin-entry";
|
|
3
3
|
//#region extensions/exa/index.ts
|
|
4
4
|
var exa_default = definePluginEntry({
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as createExaWebSearchProvider } from "./exa-web-search-provider-
|
|
1
|
+
import { t as createExaWebSearchProvider } from "./exa-web-search-provider-CPRm92Va.js";
|
|
2
2
|
export { createExaWebSearchProvider };
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw/exa-plugin",
|
|
3
|
-
"version": "2026.7.1-beta.
|
|
3
|
+
"version": "2026.7.1-beta.5",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@openclaw/exa-plugin",
|
|
9
|
-
"version": "2026.7.1-beta.
|
|
9
|
+
"version": "2026.7.1-beta.5"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
12
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw/exa-plugin",
|
|
3
|
-
"version": "2026.7.1-beta.
|
|
3
|
+
"version": "2026.7.1-beta.5",
|
|
4
4
|
"description": "OpenClaw Exa plugin.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
"minHostVersion": ">=2026.6.8"
|
|
19
19
|
},
|
|
20
20
|
"compat": {
|
|
21
|
-
"pluginApi": ">=2026.7.1-beta.
|
|
21
|
+
"pluginApi": ">=2026.7.1-beta.5"
|
|
22
22
|
},
|
|
23
23
|
"build": {
|
|
24
|
-
"openclawVersion": "2026.7.1-beta.
|
|
24
|
+
"openclawVersion": "2026.7.1-beta.5",
|
|
25
25
|
"bundledDist": false
|
|
26
26
|
},
|
|
27
27
|
"release": {
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"README.md"
|
|
40
40
|
],
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"openclaw": ">=2026.7.1-beta.
|
|
42
|
+
"openclaw": ">=2026.7.1-beta.5"
|
|
43
43
|
},
|
|
44
44
|
"peerDependenciesMeta": {
|
|
45
45
|
"openclaw": {
|