@easbot/gateway 0.3.20 → 0.3.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/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@easbot/gateway",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.22",
|
|
4
4
|
"description": "EASBot Gateway - AI Agent Server and Multi-channel Integration Platform - 支持 WebSocket、HTTP、Discord、Telegram、Slack 等多渠道集成",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -68,10 +68,10 @@
|
|
|
68
68
|
"ws": "^8.20.0",
|
|
69
69
|
"xdg-basedir": "^5.1.0",
|
|
70
70
|
"zod": "^4.4.3",
|
|
71
|
-
"@easbot/plugin": "0.3.
|
|
72
|
-
"@easbot/sdk": "0.3.
|
|
73
|
-
"@easbot/utils": "0.3.
|
|
74
|
-
"@easbot/types": "0.3.
|
|
71
|
+
"@easbot/plugin": "0.3.22",
|
|
72
|
+
"@easbot/sdk": "0.3.22",
|
|
73
|
+
"@easbot/utils": "0.3.22",
|
|
74
|
+
"@easbot/types": "0.3.22"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
77
|
"@types/qrcode": "^1.5.6",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"format": "biome format .",
|
|
104
104
|
"format:fix": "biome format --write .",
|
|
105
105
|
"type-check": "tsc --noEmit",
|
|
106
|
-
"clean": "
|
|
106
|
+
"clean": "rimraf dist node_modules",
|
|
107
107
|
"publish:npm": "bash scripts/publish.sh",
|
|
108
108
|
"publish:npm:win": "powershell -ExecutionPolicy Bypass -File scripts/publish.ps1"
|
|
109
109
|
}
|