koishi-plugin-guofenbot 1.0.0 → 1.0.1

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 (1) hide show
  1. package/package.json +5 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koishi-plugin-guofenbot",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "AI 群聊安全监测插件 - 支持多 AI 接入、群规则理解、成员行为分析、异常言论检测与自动处理",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -34,7 +34,10 @@
34
34
  "zh": "AI 群聊安全监测插件 - 支持多 AI 接入、群规则理解、成员行为分析、异常言论检测与自动处理"
35
35
  },
36
36
  "service": {
37
- "required": ["database", "server"]
37
+ "required": [
38
+ "database",
39
+ "server"
40
+ ]
38
41
  }
39
42
  }
40
43
  }