koishi-plugin-adapter-onebot-multi 0.0.2 → 0.0.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/package.json +7 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koishi-plugin-adapter-onebot-multi",
|
|
3
3
|
"description": "奶龙bot定制版onebot适配器,支持自动负载均衡,适配器级黑名单/白名单,提供webui,可指定端口",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.4",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
7
7
|
"files": [
|
|
@@ -28,7 +28,11 @@
|
|
|
28
28
|
"adapter"
|
|
29
29
|
],
|
|
30
30
|
"required": [
|
|
31
|
-
"database"
|
|
31
|
+
"database",
|
|
32
|
+
"server"
|
|
33
|
+
],
|
|
34
|
+
"optional": [
|
|
35
|
+
"console"
|
|
32
36
|
]
|
|
33
37
|
}
|
|
34
38
|
},
|
|
@@ -36,6 +40,7 @@
|
|
|
36
40
|
"koishi": "^4.18.6"
|
|
37
41
|
},
|
|
38
42
|
"devDependencies": {
|
|
43
|
+
"@koishijs/plugin-console": "^5.30.8",
|
|
39
44
|
"@koishijs/plugin-server": "^3.2.4",
|
|
40
45
|
"@types/koa": "^2.15.0",
|
|
41
46
|
"@types/koa__router": "^12.0.4",
|