node-karin 0.12.0 → 0.12.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.
@@ -14,10 +14,6 @@ export declare class MessageHandler extends EventBaseHandler {
14
14
  * 响应模式检查 返回false表示未通过
15
15
  */
16
16
  getMode(): boolean;
17
- /**
18
- * 打印
19
- */
20
- print(): void;
21
17
  /**
22
18
  * 处理消息
23
19
  */
@@ -186,11 +186,6 @@ export class MessageHandler extends EventBaseHandler {
186
186
  logger.debug(`[消息拦截][${this.e.group_id}][${this.e.user_id}] 响应模式不匹配`);
187
187
  return false;
188
188
  }
189
- /**
190
- * 打印
191
- */
192
- print() {
193
- }
194
189
  /**
195
190
  * 处理消息
196
191
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-karin",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
4
4
  "private": false,
5
5
  "description": "基于 Kritor 进行开发的nodejs机器人框架",
6
6
  "homepage": "https://github.com/KarinJS/Karin",
@@ -154,7 +154,6 @@
154
154
  "chokidar": "3.6.0",
155
155
  "commander": "^12.1.0",
156
156
  "express": "4.19.2",
157
- "jimp": "^0.22.12",
158
157
  "level": "8.0.1",
159
158
  "lodash": "4.17.21",
160
159
  "log4js": "6.9.1",