@openclaw/searxng-plugin 2026.7.1-beta.1 → 2026.7.1-beta.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/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { t as createSearxngWebSearchProvider } from "./searxng-search-provider-Da4Go6Vh.js";
1
+ import { t as createSearxngWebSearchProvider } from "./searxng-search-provider-C_TbS3nx.js";
2
2
  import { definePluginEntry } from "openclaw/plugin-sdk/plugin-entry";
3
3
  //#region extensions/searxng/index.ts
4
4
  var searxng_default = definePluginEntry({
@@ -1,12 +1,9 @@
1
+ import { createLazyRuntimeModule } from "openclaw/plugin-sdk/lazy-runtime";
1
2
  import { readPositiveIntegerParam, readStringParam } from "openclaw/plugin-sdk/param-readers";
2
3
  import { createWebSearchProviderContractFields } from "openclaw/plugin-sdk/provider-web-search-contract";
3
4
  //#region extensions/searxng/src/searxng-search-provider.ts
4
5
  const SEARXNG_CREDENTIAL_PATH = "plugins.entries.searxng.config.webSearch.baseUrl";
5
- let searxngClientModulePromise;
6
- function loadSearxngClientModule() {
7
- searxngClientModulePromise ??= import("./searxng-client-BFVWmp9D.js");
8
- return searxngClientModulePromise;
9
- }
6
+ const loadSearxngClientModule = createLazyRuntimeModule(() => import("./searxng-client-BFVWmp9D.js"));
10
7
  const SearxngSearchSchema = {
11
8
  type: "object",
12
9
  properties: {
@@ -1,2 +1,2 @@
1
- import { t as createSearxngWebSearchProvider } from "./searxng-search-provider-Da4Go6Vh.js";
1
+ import { t as createSearxngWebSearchProvider } from "./searxng-search-provider-C_TbS3nx.js";
2
2
  export { createSearxngWebSearchProvider };
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@openclaw/searxng-plugin",
3
- "version": "2026.7.1-beta.1",
3
+ "version": "2026.7.1-beta.4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@openclaw/searxng-plugin",
9
- "version": "2026.7.1-beta.1"
9
+ "version": "2026.7.1-beta.4"
10
10
  }
11
11
  }
12
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openclaw/searxng-plugin",
3
- "version": "2026.7.1-beta.1",
3
+ "version": "2026.7.1-beta.4",
4
4
  "description": "OpenClaw SearXNG plugin",
5
5
  "type": "module",
6
6
  "openclaw": {
@@ -15,10 +15,10 @@
15
15
  "allowInvalidConfigRecovery": true
16
16
  },
17
17
  "compat": {
18
- "pluginApi": ">=2026.7.1-beta.1"
18
+ "pluginApi": ">=2026.7.1-beta.4"
19
19
  },
20
20
  "build": {
21
- "openclawVersion": "2026.7.1-beta.1",
21
+ "openclawVersion": "2026.7.1-beta.4",
22
22
  "bundledDist": false
23
23
  },
24
24
  "release": {
@@ -40,7 +40,7 @@
40
40
  "README.md"
41
41
  ],
42
42
  "peerDependencies": {
43
- "openclaw": ">=2026.7.1-beta.1"
43
+ "openclaw": ">=2026.7.1-beta.4"
44
44
  },
45
45
  "peerDependenciesMeta": {
46
46
  "openclaw": {