dsh-free-search 0.4.21 → 0.4.22

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/lib/client.js CHANGED
@@ -172,7 +172,7 @@ window.__ModuleLoader__.load({
172
172
  };
173
173
  const tt = (lang) => I18N[lang === "en" ? "en" : "zh"];
174
174
  // 当前插件版本(与 lib/index.js 的 PLUGIN_VERSION 保持一致)
175
- const PLUGIN_VERSION = "0.4.20";
175
+ const PLUGIN_VERSION = "0.4.22";
176
176
  const ENGINES = [
177
177
  { id: "ddg", label: "DuckDuckGo · HTML", badge: "FREE", link: "https://duckduckgo.com" },
178
178
  { id: "ddg-lite", label: "DuckDuckGo · Lite", badge: "FREE", link: "https://duckduckgo.com" },
package/lib/index.js CHANGED
@@ -21,7 +21,7 @@ const FREE_ENGINES = ["ddg", "ddg-lite", "bing", "searxng", "anysearch"];
21
21
  const ALL_ENGINES = ["ddg", "ddg-lite", "bing", "searxng", "anysearch", "exa", "tavily", "keenable", "perplexity", "deepseek-official"];
22
22
 
23
23
  // 当前插件版本(发布时与 package.json 同步)
24
- const PLUGIN_VERSION = "0.4.20";
24
+ const PLUGIN_VERSION = "0.4.22";
25
25
  // 检查更新的 npm registry 元数据地址(dsh-free-search 是 npmjs 上的公开包)
26
26
  const NPM_REGISTRY_URL = "https://registry.npmjs.org/dsh-free-search/latest";
27
27
  const PLUGIN_NPM_URL = "https://www.npmjs.com/package/dsh-free-search";
package/package.json CHANGED
@@ -1,67 +1,67 @@
1
- {
2
- "name": "dsh-free-search",
3
- "version": "0.4.21",
4
- "description": "Free web search for DeepSeek Harness: 10 engines (Bing/DuckDuckGo/AnySearch/SearXNG/Exa/Tavily/Keenable keyless) + time filtering + platform search + web_fetch, with web settings UI.",
5
- "type": "module",
6
- "main": "lib/index.js",
7
- "exports": {
8
- ".": "./lib/index.js",
9
- "./client": "./lib/client.js",
10
- "./package.json": "./package.json"
11
- },
12
- "files": [
13
- "lib/index.js",
14
- "lib/client.js",
15
- "cordis.patch.yml"
16
- ],
17
- "keywords": [
18
- "deepseek-harness",
19
- "dsh",
20
- "dsh-plugin",
21
- "web-search",
22
- "duckduckgo",
23
- "bing",
24
- "tavily",
25
- "exa",
26
- "keenable",
27
- "perplexity",
28
- "search",
29
- "free"
30
- ],
31
- "license": "MIT",
32
- "publishConfig": {
33
- "access": "public"
34
- },
35
- "repository": {
36
- "type": "git",
37
- "url": "https://github.com/DDDMUC/dsh-free-search.git"
38
- },
39
- "engines": {
40
- "node": "\u003e=20"
41
- },
42
- "dependencies": {
43
- "@deepseek-ai/schemastery": "^3.18.1"
44
- },
45
- "peerDependencies": {
46
- "@deepseek-ai/dsh-settings": "\u003e=0.1.0-rc.6",
47
- "@deepseek-ai/dsh-tools": "\u003e=0.1.0-rc.6"
48
- },
49
- "devDependencies": {
50
- "@deepseek-ai/dsh-settings": "0.1.0-rc.7",
51
- "@deepseek-ai/dsh-tools": "0.1.0-rc.7"
52
- },
53
- "dsh": {
54
- "bundle": {
55
- "patch": "cordis.patch.yml"
56
- },
57
- "client": {
58
- "inject": [
59
- "@deepseek-ai/dsh-client-runtime"
60
- ],
61
- "platform": "web"
62
- },
63
- "engines": {
64
- "dsh": "\u003e=0.1.1-rc.1"
65
- }
66
- }
67
- }
1
+ {
2
+ "name": "dsh-free-search",
3
+ "version": "0.4.22",
4
+ "description": "Free web search for DeepSeek Harness: 10 engines (Bing/DuckDuckGo/AnySearch/SearXNG/Exa/Tavily/Keenable keyless) + time filtering + platform search + web_fetch, with web settings UI.",
5
+ "type": "module",
6
+ "main": "lib/index.js",
7
+ "exports": {
8
+ ".": "./lib/index.js",
9
+ "./client": "./lib/client.js",
10
+ "./package.json": "./package.json"
11
+ },
12
+ "files": [
13
+ "lib/index.js",
14
+ "lib/client.js",
15
+ "cordis.patch.yml"
16
+ ],
17
+ "keywords": [
18
+ "deepseek-harness",
19
+ "dsh",
20
+ "dsh-plugin",
21
+ "web-search",
22
+ "duckduckgo",
23
+ "bing",
24
+ "tavily",
25
+ "exa",
26
+ "keenable",
27
+ "perplexity",
28
+ "search",
29
+ "free"
30
+ ],
31
+ "license": "MIT",
32
+ "publishConfig": {
33
+ "access": "public"
34
+ },
35
+ "repository": {
36
+ "type": "git",
37
+ "url": "https://github.com/DDDMUC/dsh-free-search.git"
38
+ },
39
+ "engines": {
40
+ "node": ">=20"
41
+ },
42
+ "dependencies": {
43
+ "@deepseek-ai/schemastery": "^3.18.1"
44
+ },
45
+ "peerDependencies": {
46
+ "@deepseek-ai/dsh-settings": ">=0.1.0-rc.6",
47
+ "@deepseek-ai/dsh-tools": ">=0.1.0-rc.6"
48
+ },
49
+ "devDependencies": {
50
+ "@deepseek-ai/dsh-settings": "0.1.0-rc.7",
51
+ "@deepseek-ai/dsh-tools": "0.1.0-rc.7"
52
+ },
53
+ "dsh": {
54
+ "bundle": {
55
+ "patch": "cordis.patch.yml"
56
+ },
57
+ "client": {
58
+ "inject": [
59
+ "@deepseek-ai/dsh-client-runtime"
60
+ ],
61
+ "platform": "web"
62
+ },
63
+ "engines": {
64
+ "dsh": ">=0.1.1-rc.1"
65
+ }
66
+ }
67
+ }