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