@aalis/plugin-websearch-serper 0.1.1 → 0.2.0

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.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +8 -7
package/README.md CHANGED
@@ -1,7 +1,6 @@
1
1
  # @aalis/plugin-websearch-serper
2
2
 
3
- 运行时插件
4
-
3
+ 联网搜索 —— Serper API 提供者
5
4
  ## 角色
6
5
 
7
6
  运行时插件
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@aalis/plugin-websearch-serper",
3
- "version": "0.1.1",
3
+ "version": "0.2.0",
4
4
  "license": "MIT",
5
+ "description": "联网搜索 —— Serper API 提供者",
5
6
  "type": "module",
6
7
  "keywords": [
7
8
  "aalis-plugin"
@@ -12,18 +13,18 @@
12
13
  "dist"
13
14
  ],
14
15
  "dependencies": {
15
- "@aalis/plugin-llm-api": "^0.1.1",
16
- "@aalis/plugin-tools-api": "^0.1.1"
16
+ "@aalis/plugin-llm-api": "^0.2.0",
17
+ "@aalis/plugin-tools-api": "^0.2.0"
17
18
  },
18
19
  "devDependencies": {
19
20
  "@types/node": "^22.0.0",
20
21
  "typescript": "^5.7.0",
21
- "@aalis/core": "0.1.1",
22
- "@aalis/plugin-webui-api": "0.1.1",
23
- "@aalis/plugin-message-api": "0.1.1"
22
+ "@aalis/core": "0.2.0",
23
+ "@aalis/plugin-message-api": "0.2.0",
24
+ "@aalis/plugin-webui-api": "0.2.0"
24
25
  },
25
26
  "peerDependencies": {
26
- "@aalis/core": "^0.1.0"
27
+ "@aalis/core": "^0.2.0"
27
28
  },
28
29
  "aalis": {
29
30
  "service": {