修复重启后重复发送消息
Showing
| { | ||
| "name": "koishi-plugin-adapter-wechaty", | ||
| "name": "@initencounter/koishi-plugin-adapter-wechaty", | ||
| "description": "Koishi 微信适配器。", | ||
| "version": "1.1.5", | ||
| "version": "1.1.7", | ||
| "main": "dist/src/index.js", | ||
| "types": "dist/src/index.d.ts", | ||
| "scripts": { | ||
| ... | ... | @@ -12,9 +12,13 @@ |
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://code.mycard.moe/3rdeye/koishi-plugin-adapter-wechaty.git" | ||
| "url": "https://code.mycard.moe/initencunter/koishi-plugin-adapter-wechaty.git" | ||
| }, | ||
| "author": "Nanahira <nanahira@momobako.com>", | ||
| "contributors": [ | ||
| "Nanahira <nanahira@momobako.com>", | ||
| "initencounter <2911583893@qq.com>" | ||
| ], | ||
| "license": "AGPL-3.0", | ||
| "keywords": [ | ||
| "Koishi.js", | ||
| ... | ... | @@ -25,9 +29,9 @@ |
| "wechaty" | ||
| ], | ||
| "bugs": { | ||
| "url": "https://code.mycard.moe/3rdeye/koishi-plugin-adapter-wechaty/issues" | ||
| "url": "https://code.mycard.moe/initencunter/koishi-plugin-adapter-wechaty/issues" | ||
| }, | ||
| "homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-adapter-wechaty", | ||
| "homepage": "https://code.mycard.moe/initencunter/koishi-plugin-adapter-wechaty", | ||
| "jest": { | ||
| "moduleFileExtensions": [ | ||
| "js", | ||
| ... | ... | @@ -47,7 +51,7 @@ |
| }, | ||
| "dependencies": { | ||
| "file-type": "16.5.4", | ||
| "koishi-thirdeye": "^11.1.21", | ||
| "koishi-thirdeye": "^11.1.27", | ||
| "mime2ext": "^1.0.1", | ||
| "qrcode-terminal": "^0.12.0", | ||
| "wechaty": "^1.20.2", | ||
| ... | ... |
Please register or sign in to comment